Comparing the different Python web frameworks

Deciding on a framework for Pythonic web programming is no easy task. There is fortunately help out there for the aspiring Python web programmer.

PyWebOff is a compare-and-contrast exercise to evaluate the strengths and weaknesses of some of the major Python web application frameworks. It started quite recently and currently only covers WebWare and Quixote. It looks like a very ambitious project under development and you can follow the progress in the PyWebOff Blog .The other frameworks included in PyWebOff’s plans for the future are CherryPy, Twisted, Zope, Karrigell and CGI.

Other valuable web pages for evaluating Python web frameworks are Ian Bicking’s Web Framework Shootout and the Python web frameworks overview at the official Python website.

Comments are closed.