Python FTW!

some problems, solutions, and other stuff i've encountered as a web developer

PL/Python cheatsheet with some tute links →

Installed some stuff today

wxpython from http://www.wxpython.org/download.php Unicode py2.5 build

sqlalchemy 0.5.3 via easy_install

phusion passenger 2.2 and nginx (installed via passenger)

Google I/O Sessions →

Python Metaclasses →

Python Idioms →

timeit →

This module provides a simple way to time small bits of Python code.

Some of my Python notes →

From my own blog.

Python Descriptors How-to Guide →

There are no constants in Python. Everything can be changed if you try hard enough. This fits with one of the core principles of Python: bad behavior should be discouraged but not banned. If you really want to change the value of None, you can do it, but don’t come running to me when your code is impossible to debug.

— Mark Pilgrim, Dive Into Python