[791] Python Network Programming (4 videos)
a series of video-tutorials by Tim Bower
Demonstrations of how to write Python programs that communicate using TCP/IP. Some videos will demonstrate using the sockets module while others will make use of Python modules that implement application layer protocols for us. Some application layer protocols to explore include HTTP with HTML and XML - (if you call those protocols), XML-RPC, SMTP with MIME and SSL. We will also touch on strategies such as asynchronous and multi-threaded programming for dealing with multiple connections at the same time.
My online Network Programming Study Guide also provides useful information on this topic. The Study Guide follows the fine text on Python Network Programming by John Goerzen.
http://www.sal.ksu.edu/faculty/tim/NPstudy_guide/index.html
Thank you, Tim Bower




