client/server python examples

Andreas Jung andreas at andreas-jung.com
Mon Jan 15 12:57:19 EST 2001


On Mon, Jan 15, 2001 at 05:42:26PM +0000, anand v wrote:
> Hi,
> 
> Could someone please provide some standalone examples
> of client and server written in python to communicate
> on sockets??? and also it will be very helpful if the server
> has some threads also..
> 

Basic examples for using the socket module are in the library
documentation. Thread related socket programming is similar
to "standard" socket programming.

Andreas
 




More information about the Python-list mailing list