Nothing forecasts the future of a programming language better than the epos of its community. For Python, one word dominates the discussions of the past few years: performance. (more…)
Read more »
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 »
Terminal calculator and advanced math solver using Python, IPython and SymPy - idanpa/calcpy... (more…)
Read more »
We can make the computer speak with Python. Given a text string, it will speak the written words in the English language. This process is called Text To Speech or shortly TTS. (more…)
Read more »
Automatic differentiation is the foundation upon which deep learning frameworks lie. Deep learning models are typically trained using gradient based techniques, and autodiff makes it easy to get gradients, even from enormous, complex models. ‘Reverse-mode... (more…)
Read more »