PythonForTheWeb
ThoughtStorms Wiki
Context : PythonLanguage
- (2009 I am now working with PythonDjango ... and it's pretty good.)
- (2007) comparison on Django, TurboGears and Pylons : http://jesusphreak.infogami.com/blog/vrp1
- Make your own frameworks :
- intro to PythonPaste : http://pythonpaste.org/do-it-yourself-framework.html
- JoeGregorio's famous tutorial : http://bitworking.org/news/WhysomanyPythonweb_frameworks
Getting a good web-framework is the most important task of Python "marketing". : http://ianbicking.org/docs/pycon2005/lightning/web-lightening.html
- What makes RubyLanguage/Rails work? : (good http://blog.ianbicking.org/what-really-makes-rails-work.html (good points on patterns of adoption, compare PlatformWars, InnovatorsDilemma)
The Rails view : possibly blamable on TheParadoxOfChoice? : http://www.loudthinking.com/arc/000432.html
- Comparison of Python web-frameworks : http://pyre.third-bit.com/pyweb/index.html
- eg PythonLanguage/Quixote
- /Subway : http://subway.python-hosting.com/
- /CherryPy
- Kid :
- Web.py : rationale http://webpy.org/tutorial, rationale : http://www.aaronsw.com/weblog/rewritingreddit
- Wiki in web.py : http://www.sitepoint.com/blogs/2006/01/06/a-simple-wiki-with-webpy/
- Blog in web.py : http://k4ml.com/wiki/python/webpy/simpleblog
- TurboGears brings together Kid, CherryPy, SQLObject and an Ajax library.
- Zope
See also :