Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Re: Tcp/ip programs in python

Reply
Thread Tools

Re: Tcp/ip programs in python

 
 
Jp Calderone
Guest
Posts: n/a
 
      01-30-2004
On Fri, Jan 30, 2004 at 06:27:45PM -0000, M.Dikmen wrote:
> Do you now a source about socket programming in python? or some source
> codes, demo programs? i really need them
>


In order of increasing relevance:

http://www.google.com/

http://www.vex.net/parnassus/

http://www.twistedmatrix.com/

Jp


 
Reply With Quote
 
 
 
 
Chris Liechti
Guest
Posts: n/a
 
      01-30-2004
Jp Calderone <> wrote in
news:mailman.1056.1075488164.12720.python-:

> On Fri, Jan 30, 2004 at 06:27:45PM -0000, M.Dikmen wrote:
>> Do you now a source about socket programming in python? or some source
>> codes, demo programs? i really need them
>>

> In order of increasing relevance:


not to forget the python documentation that is also on your harddisk...
http://www.python.org/doc/current/li...t-example.html

and also http://www.amk.ca/python/howto/sockets/ (found on
http://www.python.org/doc/)

> http://www.google.com/
>
> http://www.vex.net/parnassus/
>
> http://www.twistedmatrix.com/
>
> Jp


--
Chris <>

 
Reply With Quote
 
 
 
 
Josiah Carlson
Guest
Posts: n/a
 
      01-30-2004
Jp Calderone wrote:

> On Fri, Jan 30, 2004 at 06:27:45PM -0000, M.Dikmen wrote:
>
>>Do you now a source about socket programming in python? or some source
>>codes, demo programs? i really need them
>>

>
>
> In order of increasing relevance:
>
> http://www.google.com/
>
> http://www.vex.net/parnassus/
>
> http://www.twistedmatrix.com/



I always found http://www.python.org/doc/current/li...le-socket.html
to be quite useful for the background and
http://www.python.org/doc/current/li...-asyncore.html for the
actual implementation.

- Josiah
 
Reply With Quote
 
Jp Calderone
Guest
Posts: n/a
 
      01-31-2004
On Fri, Jan 30, 2004 at 12:46:25PM -0800, Josiah Carlson wrote:
> Jp Calderone wrote:
>
> >On Fri, Jan 30, 2004 at 06:27:45PM -0000, M.Dikmen wrote:
> >
> >>Do you now a source about socket programming in python? or some source
> >>codes, demo programs? i really need them
> >>

> >
> >
> > In order of increasing relevance:
> >
> > http://www.google.com/
> >
> > http://www.vex.net/parnassus/
> >
> > http://www.twistedmatrix.com/

>
>
> I always found http://www.python.org/doc/current/li...le-socket.html
> to be quite useful for the background and
> http://www.python.org/doc/current/li...-asyncore.html for the
> actual implementation.


Those are decent sources as well, though neither provides much in the way
of "source codes" or "demo programs". If I had to choose just one, it would
be _UNIX Network Programming_, you know the one I mean. Fortunately, there
is no such limitation.

Jp

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Passing string from python programs to external programs lone_eagle Python 3 05-26-2009 09:16 PM
retrieveing programs deleted in add or remove programs in control panel truebluedave Computer Support 2 08-23-2005 10:32 PM
Programs take a long time to launch from A.Programs Me MCSE 9 01-20-2005 04:05 PM
compile C programs with UNIX system calls (= Unix Programs??) jrefactors@hotmail.com C++ 12 01-10-2005 03:35 AM
Re: How to see all programs after Start -> All Programs Ben Leal Computer Support 1 08-06-2003 01:58 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57