|
IntroductionThere are many Python web frameworks, indeed so many that the choice can be overwhelming. I will mention five frameworks here:
Zope is by far the longest running project and has some high-profile support, but is sometimes considered overly complex. Nevow has its own niche; its non-blocking nature increases complexity, but has major advantages in some use cases. Django, Pylons and TurboGears are all aiming at a similar space - practical, rapid web app development. Django is considerably more polished than the other two, and almost certainly the best choice for a beginner. Pylons and TurboGears are in something of a state of flux, and working towards a partial merger. WSGIWSGI is a Python standard for communication between web servers and web applications. Somewhat like the Java Servlet API, it allows frameworks to implement a single interface to work with all web servers that support WSGI. TurboGearshttp://www.apa.org/monitor/jun04/toomany.html© 1998 - 2008 Paul Johnston, distributed under the BSD License Updated:16 Dec 2007 |