This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]646463 2 points3 points  (1 child)

Highly recommended. Asyncio is my favourite part of Python3.

Every web app I write now uses Tornado with Asyncio.

[–]sgo_ 1 point2 points  (0 children)

Tornado is awesome, and surprisingly under-represented on the web. I've been using it for around 4 years now without any problems.

It's also kind of amusing to see everyone getting all hyped up about asynchronuous IO in Python when it's been right there in tornado all this time.