Home » Technologies »
Python
Python is a scripting (programming) language that is excellent for developing web applications. Python developers use a framework such as Django or Pylons to develop web sites; unlike PHP, the vast majority of projects use a framework. Most Web frameworks and web components for Python are similar, making it relatively easy to switch between frameworks.
I have developed several sites using the Django framework (including this site). Some use a traditional database such as MySQL. For other sites I have used Google App Engine, which requires that you use its datastore.
Find out more: http://www.python.org/