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)
timeit →
This module provides a simple way to time small bits of Python code.
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