Tcp/ip programs in python

Jp Calderone exarkun at intarweb.us
Fri Jan 30 22:43:38 EST 2004


On Fri, Jan 30, 2004 at 12:46:25PM -0800, Josiah Carlson wrote:
> Jp Calderone wrote:
> 
> >On Fri, Jan 30, 2004 at 06:27:45PM -0000, M.Dikmen wrote:
> >
> >>Do you now a source about socket programming in python? or some source
> >>codes, demo programs? i really need them
> >>
> >
> >
> >  In order of increasing relevance:
> >
> >    http://www.google.com/
> >
> >    http://www.vex.net/parnassus/
> >
> >    http://www.twistedmatrix.com/
> 
> 
> I always found http://www.python.org/doc/current/lib/module-socket.html 
> to be quite useful for the background and 
> http://www.python.org/doc/current/lib/module-asyncore.html for the 
> actual implementation.

  Those are decent sources as well, though neither provides much in the way
of "source codes" or "demo programs".  If I had to choose just one, it would
 be _UNIX Network Programming_, you know the one I mean.  Fortunately, there
is no such limitation.

  Jp




More information about the Python-list mailing list