Re: Python Socket programming

2008-06-13 Thread William McBrine
On Fri, 13 Jun 2008 21:59:06 +0530, srinivasan srinivas wrote: > I am going to do some socket related programming in Python. Before that, > I wish to know the Gotchas of Python Scoket Programming. The only gotcha I see is that you won't want to go back to doing it in C. -- 09 F9 11 02 9D 74 E3

Re: Python Socket programming

2008-06-13 Thread Dan Stromberg
On Fri, 13 Jun 2008 21:59:06 +0530, srinivasan srinivas wrote: > Hi, > I am going to do some socket related programming in Python. Before that, > I wish to know the Gotchas of Python Scoket Programming. Can anyone send > me any link that satisfies my needs?? Thanks, > Srini > > > Explore y

Re: Python Socket programming

2008-06-13 Thread Vishang Shah
there is this good link for explanation on how sockets work, http://www.tutorialgrub.com/tutorials/Python/Development/Socket-Programming-HOWTO_325.html -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Socket programming

2008-06-13 Thread Cédric Lucantis
Hi, Le Friday 13 June 2008 18:29:06 srinivasan srinivas, vous avez écrit : > Hi, > I am going to do some socket related programming in Python. Before that, I > wish to know the Gotchas of Python Scoket Programming. Can anyone send me > any link that satisfies my needs?? Yes, the friendly manual :