Wednesday, June 02, 2010

Python Performance Part 1 � Kurt Seifried

Python Performance Part 1 � Kurt Seifried: "These articles will specifically cover how you can speed up Python performance (parallelization, code profiling, performance measuring, etc.) and include code examples (for brevity I will use pseudo code for some of the longer examples). I will also cover some Python internals so that you will understand why speeding up code doesn’t always work as expected (and what you can do about this)."