Changing the Tense with NLP techniques: Turning Present Continuous Tense sentences into Simple…
https://pabasar.medium.com/changing-the-tense-with-nlp-techniques-turning-present-continuous-tense-sentences-into-simple-da14870fff47
https://pabasar.medium.com/changing-the-tense-with-nlp-techniques-turning-present-continuous-tense-sentences-into-simple-da14870fff47
Medium
Changing the Tense with NLP techniques: Turning Present Continuous Tense sentences into Simple Present Tense using NLTK
Use NLP techniques with Natural Language Toolkit library to convert the tense of given sentences, from Present Continuous into Simple…
TypeError: cannot unpack non-iterable NoneType object
https://medium.com/bugs-that-bite/typeerror-cannot-unpack-non-iterable-nonetype-object-be9708ca290d
https://medium.com/bugs-that-bite/typeerror-cannot-unpack-non-iterable-nonetype-object-be9708ca290d
Medium
TypeError: cannot unpack non-iterable NoneType object
Forgetting to set a python variable or some related problem
Python — Best Practices for Writing Loops
https://blog.devgenius.io/python-best-practices-for-writing-loops-e1eaab4f50ff
https://blog.devgenius.io/python-best-practices-for-writing-loops-e1eaab4f50ff
Medium
Python — Best Practices for Writing Loops
A little Python knowledge everyday!
How to Quickly Find the Difference Between 2 Sets in Python
https://python.plainenglish.io/how-to-quickly-find-the-difference-between-2-sets-in-python-7155f3d1f94e
https://python.plainenglish.io/how-to-quickly-find-the-difference-between-2-sets-in-python-7155f3d1f94e
Medium
How to Quickly Find the Difference Between 2 Sets in Python
A guide on how to find the difference between 2 sets in Python.
Python Projects You Can Build If You’re Bored
https://preettheman.medium.com/python-projects-you-can-build-if-youre-bored-5bba873a565d
https://preettheman.medium.com/python-projects-you-can-build-if-youre-bored-5bba873a565d
Medium
Python Projects You Can Build If You’re Bored
Welcome back! Python is an awesome programming language with a ton of capability, if you’re new to Python, check out the link below to…
10 Python One-Liners for Strings
https://shenge86.medium.com/10-python-one-liners-for-strings-4ce1c468443
https://shenge86.medium.com/10-python-one-liners-for-strings-4ce1c468443
Medium
10 Python One-Liners for Strings
Background on Strings
Introduction to the Basics of Python 3-Part 22
https://medium.com/@CalebMBowyer/introduction-to-the-basics-of-python-3-part-22-23fbf2dbd376
https://medium.com/@CalebMBowyer/introduction-to-the-basics-of-python-3-part-22-23fbf2dbd376
Medium
Introduction to the Basics of Python 3-Part 22
In this third part to the Matplotlib short course I take a deep dive into scatter plots. Scatter plots are a nice way to visually compare…
Covariance and Correlation are related but not the same thing.
https://medium.com/@Piotr_Szymanski/covariance-and-correlation-are-related-but-not-the-same-thing-aad8f19e8cc8
https://medium.com/@Piotr_Szymanski/covariance-and-correlation-are-related-but-not-the-same-thing-aad8f19e8cc8
Medium
Covariance and Correlation are related but they are not the same.
Clarifying the confusion between these two statistical terms using stock market data. Practical and real life examples using Python.
Testing in Python: Pytest fixtures scope
https://blog.koladev.xyz/testing-in-python-pytest-fixtures-scope-dbc31185c483
https://blog.koladev.xyz/testing-in-python-pytest-fixtures-scope-dbc31185c483
Medium
Testing in Python: Pytest fixtures scope
I was recently working on a Django project. We decided to use pytest to write the tests because we planned to have a lot of unit tests, and pytest is very and ridiculously fast. The project uses a…
Red Engine: Insanely Powerful Scheduler
https://medium.com/@koli.mikael/red-engine-insanely-powerful-scheduler-7d9d8e84b58b
https://medium.com/@koli.mikael/red-engine-insanely-powerful-scheduler-7d9d8e84b58b
Medium
Red Engine: Insanely Powerful Scheduler
Red Engine is a modern Pythonic solution for scheduling your applications. It has the cleanest syntax and a lot of advanced features.