D
D
DrunkCat2014-01-09 13:02:12
Python
DrunkCat, 2014-01-09 13:02:12

Which Python3 framework to choose for a REST application?

Help me choose a framework for a REST application. The framework should support Python3, be high-performance (many small but frequent requests), have good documentation (preferably in Russian).
The main task of the application is to display small pictures and information in JSON format (most often from the cache).
I would be glad to see tips on choosing, links to comparisons of frameworks, usage statistics and other information.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
kzerot, 2014-01-09
@DrunkCat

Personally, I like Tornado, it was written just for "a large number of small, but frequent requests." If the developers do not lie. The framework is light, the docks are not bad (in Russian, however, I did not find it).
www.tornadoweb.org/en/stable

A
Artur Bekerov, 2014-01-09
@krekerov

flask flask.pocoo.org
During the night, I threw a Rest service that returns large amounts of data.
Madly like. everything is simple and convenient.
yes, and docks in Russian habrahabr.ru/post/193242
How Slim in php

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question