Python Web Frameworks - A Short List

Python is heavily used for web application development. Web frameworks make your life easier while developing a web application - doesn't matter it's small, medium or huge. Here I give a short list of popular python web frameworks:
  • Django - Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
  • Pylons - Pylons is a lightweight web framework emphasizing flexibility and rapid development.
  • TurboGears - the rapid Web development megaframework
  • web.py - web.py is a web framework for python that is as simple as it is powerful.
I have little idea about Pylons. But haven't looked at other python web frameworks. So I am not going for any comparison among the python web frameworks :-)

For a more detail list of python web framework please visit here: http://wiki.python.org/moin/WebFrameworks

Comments

Popular posts from this blog

Strip HTML tags using Python

lambda magic to find prime numbers

Convert text to ASCII and ASCII to text - Python code