I used Django Tastypieapi (http://tastypieapi.org/). Deployed with wsgi, backend was mongodb. Worked perfectly fine. Documentation is also better than average.
Ask HN: What Python framework would you use to serve up a REST API?
11–13 of 13 posts
Re: Ask HN: What Python framework would you use to serve up a REST API?
#12I've just started using Morepath: http://morepath.readthedocs.org/
It's new, not fully baked yet, and yet it is amazingly powerful and simple to use.
Re: Ask HN: What Python framework would you use to serve up a REST API?
#13We use pyramid+gunicorn+nginx without any issue. Behind that is SQLAlchemy & Postgres (with memcached for caching layer)
I know that SurveyMonkey also uses the pyramid+nginx setup.
Edit: Pyramid Documentation: http://docs.pylonsproject.org/en/latest/docs/pyramid.html#py...