I know that many people use Sinatra when programming webapps in Ruby because they don't want their framework to get in the way by forcing them to use MVC.

Is there something similar in Python? I'm looking for a framework which provides the glue between Python and the web, and not much more. I've looked at Web.py, but it doesn't seem to be quite what I'm looking for.

EDIT: Instead of just linking to random frameworks, please also say how they compare to the others, and what special features they have.

link|improve this question

feedback

2 Answers

up vote 4 down vote accepted

Take a look at the Flask microframework

link|improve this answer
feedback

There are several micro web frameworks. I personally like Bottle

A good overview list of options exist here.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.