Sponsorised links
This year
2007
Python profiling decorator - biais.org
hotshot profiler and timeit modules from the standard library.
2006
Sponsorised links
2005
Nuxeo Blogs: YADI, part 2: a simple Psyco decorator
Psyco is a pretty cool tool from Armin Rigo, that can really speed up the code in some cases. It relies on generating machine code by writing the corresponding bytes directly into executable memory.
1
(7 marks)
