Psyco – Just in time compiler
Psyco is similar to just-in-time (JIT) compilers that have been developed for other languages. It works by translating blocks of Python code into machine code on the fly, resulting in faster run times for your programs.
Read more

