Python is and will remain a dynamic language. Yet, 25 years into its existence now there was a language standard how to add type information into the language. Since then almost three years passed, in this blog post we'll explore where did the system evol... (more…)
Read more »
An IPython notebook showing the basics of implementing gradient descent and stochastic gradient descent in Python - GitHub - dtnewman/stochastic_gradient_descent: An IPython notebook showing the b... (more…)
Read more »
A generalist Python node editor. Contribute to IndiePython/nodezator development by creating an account on GitHub. (more…)
Read more »
Benford’s Law After watching a Netflix documentary about Benford’s Law, i got really interested in it because it can help detect fraud in e.g. balance sheets. So i searched my favorite programming languages and detected that there is n... (more…)
Read more »
The FAT Python project was started by Victor Stinner in October 2015 to try to solve issues of previous attempts of “static optimizers” for… (more…)
Read more »