Python micro frameworks are all the rage these days
May 11, 2009It’s never been easier to setup a web app:
web.py has some additional features, but can also be considered as a micro framework.
I prefer the url dictionnary approach (mnml, newf, webpy) to the decorator approach (juno). djng is bit different, routing is based on the django module (from django.conf.urls.defaults import url).
micro frameworks + key-value stores are a match made in heaven for webservices development.