You need to enable JavaScript to view more than 15 articles by this author.
Untwisting Python Network Programming Publish Date: Aug. 10, 2006
Python is a powerful and usable language for network programming; its standard library includes several modules for multiple Internet protocols. There's also the powerful Twisted framework. How do you get started? When do you use the standard library and when do you go Twisted? Kendrew Lau demonstrates usable applications with both approaches to help you decide.