Async networking in python Jul 27
I gave a talk at PyWEBIL meeting yesterday about async networking in python.
The topic of the talk was a quick overview of the frameworks available in python(and also node.js) and example of a comet chat room in each framework.
slides can be found here and code examples here.
NOTE:the code examples are meant to be simple and probably not the correct way to implement comet in each framework.

asaf Mar 29
Holy crap man, I just suggested it at some project a couple of weeks ago, although I'm not sure if it was for the same usage.