Updates

Latest Tweet



What's New?

Check out for latest innovation, a computer based training video collection


Like this Page

Foundations of Python Network Programming Review by Chris M

Excellent Book, Highly Recommended For Any Python Programming

This is definitely a must have for anyone doing Python (Network) programming.

The 175 included working applications make it so easy to implement and actually use the code.
John's knowledge of the topic is deep (Advanced Linux Programmer and author) and he is very good at writing on advanced topics while still keeping them easy to understand.

So many clean, elegant code examples with just enough explanation:
Avoiding Deadlock,
Forking & Locking
Threading,
Understanding Init,
Database Clients,
Understanding SSL In Python,
CGI & Mod_Python
Advanced Network Operations (Half open sockets, Timeouts, Understanding Byte Order, etc.)
Etc.