Tcp/ip programs in python

Irmen de Jong irmen at -NOSPAM-REMOVETHIS-xs4all.nl
Fri Jan 30 16:17:20 EST 2004


M.Dikmen wrote:
> Do you now a source about socket programming in python? or some source
> codes, demo programs? i really need them

What do you want to achieve using socket communication?
If it is IPC (inter-process-communication) and your other
party is also a Python program, consider Pyro:
http://pyro.sourceforge.net
You don't have to write a single line of gory network/socket
code, with a few lines you can call Python objects on other
machines.

--Irmen




More information about the Python-list mailing list