Skip to content

{ Category Archives } Turbogears

SQLAlchemy

Since I’ve been using SQLObject for some time for object-relational mapping to SQLite and MySQL, I was very interested in the Pycon 2007 talks that concerned SQLAlchemy either directly or tangentially (e.g. TurboGears). I’ve found that I’ve often had to chuck the clean object manipulation of SQLObject when I had to shove a lot of [...]

WhatWhat

I found a very helpful TurboGears project, whatwhat, that I would characterize as a lightweight project manager. It’s easy to use, easy to deploy, and has just enough features that enable collaborative work. There was one aspect that I found lacking …