I want to call python script of local machine using python script of server . Is there anyway to call it ?
how to connect two python script one is located on the server and another in local
|
how to connect two python script one is located on the server and another in local
|
|
I want to call python script of local machine using python script of server . Is there anyway to call it ?
Nov-06-2017, 11:44 AM
Run a terminal and use ssh. It's widely used for that.
Another way is to implement some rpc solution. There is module called zerorpc and is quite easy to build something |
|
|
Users browsing this thread: 1 Guest(s)
