Tcp/ip programs in python

M

M.Dikmen

Do you now a source about socket programming in python? or some source
codes, demo programs? i really need them
 
I

Irmen de Jong

M.Dikmen said:
Do you now a source about socket programming in python? or some source
codes, demo programs? i really need them

What do you want to achieve using socket communication?
If it is IPC (inter-process-communication) and your other
party is also a Python program, consider Pyro:
http://pyro.sourceforge.net
You don't have to write a single line of gory network/socket
code, with a few lines you can call Python objects on other
machines.

--Irmen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,189
Latest member
CryptoTaxSoftware

Latest Threads

Top