Dragon taming with Tailbiter, a bytecode compiler for Python

“Python is about having the simplest, dumbest compiler imaginable.”
—Guido van Rossum, Masterminds of Programming… Read more

Similar

Implementing a Neural Network in Python

Recently, I spent sometime writing out the code for a neural network in python from scratch, without using any machine learning libraries. It proved to be a pretty enriching experience and taught me a lot about how neural networks work, and what we can do... (more…)

Read more »

SymPy: symbolic computing in Python

SymPy is an open source computer algebra system written in pure Python. It is built with a focus on extensibility and ease of use, through both interactive and programmatic applications. These characteristics have led SymPy to become a popular symbolic li...

Read more »