Python Specializing compiler
http://psyco.sourceforge.net/ http://www-106.ibm.com/developerworks/library/l-psyco.html
usage
1 try: 2 import psyco 3 psyco.profile() 4 #psyco.full() 5 #psyco.log() 6 except: 7 print 'Psyco not found, ignoring it'
CategoryProgramLibrary