Network Programming in Python

Irmen de Jong irmen.NOSPAM at xs4all.nl
Thu Jun 22 16:06:55 EDT 2006


tactics40 at gmail.com wrote:
> 
> Really, was that so hard?
> 
> Python makes sockets a total breeze. You can write an 80's style HTTP
> server in less than a page of code.

But making a *good* 80's style http/socket server is a lot of work.
Better pick one of the high level protocols built on top of it,
to shield you from the gory details of raw socket programming.

--Irmen





More information about the Python-list mailing list