Live data from Hacker News

Ask HN: What Python framework would you use to serve up a REST API?

news.ycombinator.com

11–13 of 13 posts

Re: Ask HN: What Python framework would you use to serve up a REST API?

#13
We 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...

Post reply on HN