Archive for the 'TurboGears' Category

ExoTagging with SQLAlchemy

Saturday, February 24th, 2007

After listening to the wonderful things being said about SQLAlchemy at PyCon, I wondered if the following idiom could be implemented as a Domain Object with SQLAlchemy.
Often we have legacy data that we have read only access, to which we need to associate additional meta information. Before this has always meant that the application […]

Python WebFrameworks: How to move forward

Saturday, February 24th, 2007

Of late there has been much to do about the crop of Python based web frameworks. Is one superior to another? Currently, I don’t believe so they all have strengths and weaknesses and I could make a good argument for most of them. However, in the midst of this current genesis there […]

Advanced TurboGears Part II

Thursday, February 22nd, 2007

Notes from the afternoon tutorial: Advanced Web Application Development with TurboGears

installing pysqlite in a workingenv on unbuntu 6.10

Friday, January 5th, 2007

I tried setting up a workingenv for playing with SQLAlchemy today but I ran into a number of problems. First, since I had installed pysqlite2 via Synaptix, easy_install was not finding the package. So I had to uninstall the pysqlite2 that I had installed with Synaptix and then install with easy_setup.
However, […]