Make Python fast, Cython

https://pythonprogramming.net/introduction-and-basics-cython-tutorial/ The purpose of Cython is to act as an intermediary between Python and C/C++. At its heart, Cython is a superset of the Python language, which allows you to add typing information and class attributes that can then be translated to C code and to C-Extensions for Python.