Enhance your Python

- python

Nohting new here but a list of what you should read to be a better Python developer, for intermediate and advanced Pythoners, in no particular order.

A special mention for the Tornado web framework, the lack of documentation makes reading the source code a lot and it’s very didactic, Understanding the code inside Tornado is a very great blog post about asynchronous programming, the Python asyncore module and [An Introduction to Asynchronous Programming](http://krondo.com/wp-content/uploads/2009/08 /twisted-intro.html)

Of course PyCon videos.