A
A
Alexander Lebedev2017-11-10 13:33:40
Python
Alexander Lebedev, 2017-11-10 13:33:40

Tutorials for Tornado?

Good day!
Looking for good articles and/or books on developing web applications with Tornado. The main criterion for a "good" article/tutorial/book is that parsing the application is harder than "Hello World".
I would like to know what are the best practices for developing, choosing a project structure, .
There are no problems with Django or Flask in this matter - there are a lot of tutorials, but I don’t find anything worthwhile on Tornado.
Thank you in advance!
PS: of course, I read the documentation; I would like a detailed analysis of a practical problem.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Cheremisin, 2017-11-10
@zymanch

I suggest looking at cyclone.io
instead of a tornado. Almost everything is the same, only it works on top of twisted.
Well, at least full of examples in the original repository - https://github.com/fiorix/cyclone/tree/master/demos . I have done several projects on it myself.
Well, in general, I recommend looking at aiohttp.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question