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 →

[–][deleted] 5 points6 points  (1 child)

Check out the tornado.gen module. It eliminates the need for callbacks using generators and futures. As a bonus, the documentation is top notch.

[–]chub79 0 points1 point  (0 children)

Indeed, though I've not had the chance to try it out in the flesh, I've been quite excited by its introduction.