Joseph Quigley wrote:
> I have no idea how to get the server to receive and print a message or 
> for the client to send the message. Does anyone know of some good python 
> networking tutorials designed for newbies? (Not ones on 
> www.awaretek.com. They seem to expect you to know some things that I 
> don't even know about.)

Python in a Nutshell shows several ways to write a simple echo server in Python 
using bare TCP sockets and higher-level libraries. The examples are available 
online (chapter 19). 
http://www.oreilly.com/catalog/pythonian/

There is a book on Python Network Programming, it's on sale at Bookpool: 
http://www.bookpool.com/sm/1590593715

Kent

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to