Generator Tricks for System Programmers
David Beazley has done a summarization writeup of his PyCon 2008 presentation on using Python generators for system administration tasks. Sys admin stuff aside, well worth reading as an educational piece on the benefits and use of generators.
The New Attack on the RDBMS
Dion Almaer reflects on the shifting landscape toward cloud deployments and the fact that cloud-based storage systems don't look like our familiar RDBMS systems.
Profiling Several Python HTML Parsers
Ian Bicking has a nice writeup about some work he did profiling the performance of parsing and/or serializing HTML with a number of different Python packages.
Social Graph Visualizer
A social graph visualizer based on Google's Social Graph API and built with Flex.
Using Pygments with less
Handy tips for setting up your *nix shell environment to use Pygments when viewing Python source with less.