Network Programming

Can anyone point me to a good tut for network programming in python?

I want to try and set up a simple message server/client where I can run a server which recieves messages from multiple clients and then sends the message back to the other clients. I know my python pretty well (the basics), but have never delved into network programming. If anyone could help point me to a good tutorial and/or help me out, it would be great.

I never did this myself, but I’m sure it could be a good idea just to look at the modules included in the Python distro, then browse those related to networking. Other then that, I can’t help you really.

Martin