Importing module from network

后端 未结 6 1591
南笙
南笙 2020-12-21 04:22

Is there a way to get python to read modules from a network?

We have many machines and it would be a too much effort to update each machine manually each time I cha

6条回答
  •  执念已碎
    2020-12-21 04:47

    I believe you're looking for a distributed computing framework, where you deploy code and data to one node and they are distributed as task among a cluster of clients/servers/peers. Check Pyro, execnet, Parallel Python, Jug and RPyC.

提交回复
热议问题