Re: [Tutor] Network Programming Information and terminology

2005-08-22 Thread R. Alan Monroe
> Hello. It's me again. Thanks for all the help with > the Python Networking Resources, but does anyone know > what I'll need to know to write a paper on Network > Programming and Python. Like terminology and all > that. Maybe I'll have a section on socketets, TCP, > Clients (half of the stuff I

Re: [Tutor] Network Programming Information and terminology

2005-08-21 Thread Byron
Hi John, Here is a link that you might find useful: *http://compnetworking.about.com/od/basicnetworkingconcepts/* --- Listed below are two very basic Python IM programs. You'll need to run the server first -- let it run in the background. Once this is running, start the second program, which

[Tutor] Network Programming Information and terminology

2005-08-21 Thread John Walton
Hello. It's me again. Thanks for all the help with the Python Networking Resources, but does anyone know what I'll need to know to write a paper on Network Programming and Python. Like terminology and all that. Maybe I'll have a section on socketets, TCP, Clients (half of the stuff I don't even