February 2009
evserver - Google Code
EvServer is a lightweight http server, created especially to host python WSGI applications. Additionally, it supports little known Asynchronous WSGI extension, which was suggested by Christopher Stawarz. Using this extension it's possible to create an output html response in many data chunks, without blocking the main server process while your application waits for external resources.
Comet the WSGI way.
September 2008
simpledb-dev - Google Code
SimpleDB/dev provides a local SimpleDB server, so you can develop offline, without even currently having a SimpleDB account.
a nice usage of web.py
December 2007
BetterPrint - Miscellaneous Code Ingredients
(via)An alternate to the Python pprint module.
lovely colors!
November 2007
django-evolution - Google Code
by 1 otherDjango Evolution is an extension to Django that allows you to track changes in your models over time, and to update the database to reflect those changes.
September 2007
Allegra » Blog Archive » About JRuby and CPython performances
JRuby’s applications need as much code as their CPython equivalent, but they are consistently slower and fatter.
more graph to troll about.