Category Archives: Code
More SQLAlchemy, this time explicit joins!
In my previous post I wanted to count the number of gigs that have or will be staged at a venue. But if a venue has no gigs associated it didn’t appear in the results. Well to fix this I need to join the Venues table making sure that every venue appears in the output [...]
Unicode in Python
I stumbled across this excellent article on Unicode in Python today. Well worth reading if you stray from ASCII.
Python: Working Environment
I’ve been doing a lot of TurboGears work recently. TurboGears is an excellent framework and Python is my favorite language so I can’t complain. Well of course I can! One of the great things about python is easy_install which (as it’s name suggests) installs things really easily. Want to install postgres drivers for python? Well [...]

Recent Comments