This was presented at FUDCon 2008, by Luke Macken.
At a FUDCon later that year in Boston, Luke gave a presentation on the new TurboGears2 stack. You can grab the slides here.
At a FUDCon later that year in Boston, Luke gave a presentation on the new TurboGears2 stack. You can grab the slides here.
-
What is TurboGears?
- Python "mega" web framework
- Uses the best of breed modules for various layers of the stack
- MVC paradigm
- Choice of object relational mappers: SQLObject, SQLAlchemy, Elixer
- Choice of template engines: Genshi, Kid, Cheetah
- Formencode validators ensure you get the data you are expecting
- Robust unit testing with nose
-
Trivial to dive in
- $ tg-admin quickstart
| Next > |