Never knowingly knowing narwhals

Monthly Archives: May, 2007

SQLAlchemy: Counting how many things refere to another thing

OK, I’m really blogging this because I had a brain aneurism mapping from SQL to SQLAlchemy and I really don’t want to go through that again. SQLAlchemy is a rather good ORM for python. I use it with Turbogears so I can work with python types and to a certain extent so I can forget [...]

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 [...]