Introduction to Socket Programming on Python

Erik Max Francis max at alcyone.com
Thu Feb 27 06:06:11 EST 2003


bob wrote:

> I could try looking at perl / C socket tutorials but I'm much more
> comfortable in Python since I use it most of the time.

The Python socket API fairly closely mirrors the C socket API, which is
what Perl's is based on.  The knowledge of one will translate to the
others.

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, USA / 37 20 N 121 53 W / &tSftDotIotE
/  \ Yes I'm / Learning from falling down / Heavily
\__/ Lamya
    Crank Dot Net / http://www.crank.net/
 Cranks, crackpots, kooks, & loons on the Net.




More information about the Python-list mailing list