[Tutor] networking

Simon Kongshøj simon at evilgenius.dk
Tue Dec 28 06:09:08 CET 2004


Hello Marco,

Here are a few good places to start when going into networking with Python:

Socket Programming in Python HOWTO:
http://www.amk.ca/python/howto/sockets/

Documentation for the Python socket module:
http://docs.python.org/lib/module-socket.html

O'Reilly Network articles about Python networking:
http://www.onlamp.com/pub/a/python/2003/11/06/python_nio.html
http://www.onlamp.com/pub/a/python/2004/02/12/advanced_nio.html

Apart from these, if you're new to network programming, I'd suggest you 
take a look at these non-Python-specific sockets docs as well (very 
useful to get to understand sockets):

Beej's guide to network programming:
http://www.ecst.csuchico.edu/~beej/guide/net/html/

The C10K Problem (studies in networking scalability)
http://www.kegel.com/c10k.html


More information about the Tutor mailing list