Archives of #Python Code

High Performance Book almost ready for Early Release preview

Our first few chapters of High Performance Python are nearly ready for the Early Release on O’Reilly’s platform, we’ll be releasing: Understanding Performance Python (an overview of the virtual machine and modern PC hardware) Profiling Python Code (for CPU and RAM profiling, lots of options) Pure Python (generators, the guts of dicts and the like) […]

High Performance Python tutorial v0.2 (from EuroPython 2011)

My updated High Performance Python tutorial is now available as a 55 page PDF. The goal is to take you on several journeys which show you different ways of making Python code run much faster (up to 75* on the CPU, faster with a GPU). UPDATE As of October 2014 I’ll be teaching High Performance […]