Python inter-computer communication.
Posted
by matt1024
on Stack Overflow
See other posts from Stack Overflow
or by matt1024
Published on 2010-03-28T20:55:38Z
Indexed on
2010/03/28
21:03 UTC
Read the original article
Hit count: 207
python
This whole topic is way out of my depth, so forgive my imprecise question, but I have two computers both connected to one LAN.
What I want is to be able to communicate one string between the two, by running a python script on the first (the host) where the string will originate, and a second on the client computer to retrieve the string.
What is the most efficient way for an inexperienced programmer like me to achieve this?
© Stack Overflow or respective owner