Pycon Talk: Cython as a Game Changer for Efficiency
You should use Cython for cheap, (surprisingly) easy to write performance improvements.
Cython is a superset of python with additional typing and metadata which allows you to get C-like performance with code which is mostly written in Python.