Python Forum
how can i write programs that communicate between different computers? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Networking (https://python-forum.io/forum-12.html)
+--- Thread: how can i write programs that communicate between different computers? (/thread-15338.html)



how can i write programs that communicate between different computers? - yasientrabih23 - Jan-13-2019

how can i write programs that communicate between different computers,...


RE: how can i write programs that communicate between different computers? - Larz60+ - Jan-13-2019

read up on twisted: https://twistedmatrix.com/trac/
or sockets: https://docs.python.org/3.7/library/socket.html#example


RE: how can i write programs that communicate between different computers? - yasientrabih23 - Jan-14-2019

(Jan-13-2019, 10:13 PM)Larz60+ Wrote: read up on twisted: https://twistedmatrix.com/trac/
or sockets: https://docs.python.org/3.7/library/socket.html#example

thank you for your answer, im from the netherlands.