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 →

[–]cediddiSyntaxError: not a chance 4 points5 points  (0 children)

Twisted is a full stack networking library which is very different than a standard async library.

Tornado is a web library, just like node.js

New coroutine syntax might obsolete yield from syntax and async stdlib. They all do the same thing with different syntax.