"If you want your code to run faster,
you should probably just use PyPy."
-- Guido van Rossum (creator of Python)
HOW TO MAKE PYTHON FASTER
Python is built on C so make a part of your code in C in a different module and
import it to your python module so you get a ridiculous performance boost