TurboGears is one of several web frameworks for Python that are available. The most popular by far is Django. Where I work, we chose TurboGears because of its integration with SQLAlchemy which supports composite keys. At that time, Django did not support that feature and I am not sure if it does yet. Anyway, I […]
December 31, 2010 by
Mike This week's Python news covers new modules, updates to old modules, a newish Python Magazine (no, not that one!), an update on what's going on with the new wxPython and more! "TurboGears Joins the Pylons Project" (Alt title: TurboGears Becomes TurboPyramid). I think the title says it all...and no, they didn't really rename the project. […]
On Thursday, July 1st, we had our July Pyowa meeting. It was hosted by Matt Morrison at the IMT Group's building in Des Moines, IA. We had our largest attendance ever with a total of 15 men showing up. Tavern Pizza and pop were served, which was also a first...we've had pop before, just not […]
Last month I found some issues with the TurboGears 2 documentation and the guys on the TG IRC channel told me I should download the docs and do something about it. Alas, I didn't know what I was doing, but with their guidance I got the code and it was mostly set up. Then my […]
Last week, I embarked on an adventure into the world of web application programming. Since my work place uses Python as much as possible and my boss likes TurboGears, I chose it for this endeavor. I have worked through various TurboGears tutorials and thought it looked pretty cool. However, it doesn't take long to discover […]