my first socket !

Maciej Sobczak maciej at maciejsobczak.com
Tue Feb 18 13:15:24 EST 2003


Hi,

"Franck Bui-Huu" <Franck.BUI-HUU at gemplus.com> wrote in message
news:mailman.1045559935.23137.python-list at python.org...
> Hi,
>
> I'm currently trying to receive data from a socket

I do not want to prevent you from learning sockets (you have to
go through this stuff anyway), but for network communication
between two Python programs (and not only) you may find that
specialized network libraries are very useful and more intuitive
than raw socket operations.

Just follow my signature. ;)

--
Maciej Sobczak
http://www.maciejsobczak.com/

Distributed programming lib for C, C++, Python & Tcl:
http://www.maciejsobczak.com/prog/yami/







More information about the Python-list mailing list