[[Python]] Specializing compiler http://psyco.sourceforge.net/ http://www-106.ibm.com/developerworks/library/l-psyco.html usage {{{#!python try: import psyco psyco.profile() #psyco.full() #psyco.log() except: print 'Psyco not found, ignoring it' }}} ---- CategoryProgramLibrary