looking for UDP package, network programming guidance
Sean 'Shaleh' Perry
shalehperry at comcast.net
Mon Jul 7 15:24:56 EDT 2003
On Monday 07 July 2003 10:43, Gerhard Häring wrote:
> > Any good references for learning about
> > this stuff, [...]
>
> Sorry, not that I knew of. There is a (very short) Python Socket
> Programming Tutorial, but it only covers the very basics. Probably there
> is some good material out there for doing socket programming in C which
> you could easily map to Python, because the concepts and even the names
> of the functions are pretty much the same.
>
W. Richard Stevens' "UNIX Network Programming" covers sockets in depth and is
one of the authoritative texts on the subject.
Yes, it is C. However the sockets API pretty much works the same in every
language.
More information about the Python-list
mailing list