What Python framework for a REST/JSON web service with no front end?

Rick picture Rick · Oct 30, 2011 · Viewed 33.5k times · Source

I need to create a Python REST/JSON web service for an iOS app to interact with. There will be no front end on the web.

What will be the fastest, most lightweight framework to use for this? Learning curve to implement also considered?

From the research I've done Django-Tastypie or Djanjo-Piston look like the best options, with Tastypie winning because the codebase is being maintained actively?

Answer

Raymond Hettinger picture Raymond Hettinger · Oct 30, 2011

At Pycon Australia, Richard Jones compared the most popular lightweight web frameworks. Bottle came out on top. Here is the full presentation.