Tcp/ip programs in python

Josiah Carlson jcarlson at nospam.uci.edu
Fri Jan 30 15:46:25 EST 2004


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.

  - Josiah



More information about the Python-list mailing list