Learn what packages can work as a spell checker in Python. We'll discuss pyspellchecker, TextBlob, and autocorrect for performing this task. (more…)
Read more »
Currently, the math module in CPython uses the identifier math.pi to represent the mathematical constant π. This breaks user expectations and violates the principle of least surprise. To improve co... (more…)
Read more »
plotting on terminal. Contribute to piccolomo/plotext development by creating an account on GitHub. (more…)
Read more »
This quick tutorial will guide on how to change data from one type to another in python.
Variables in python have data types just as many other languages. There may be times when you will want to specify or change the data type of a particular variable. (more…)
Read more »
Python has a great ecosystem for machine learning, but deep learning is computationally intensive and Python is slow. In this post, I will… (more…)
Read more »