Python compute cluster

后端 未结 7 811
醉梦人生
醉梦人生 2021-02-02 03:35

Would it be possible to make a python cluster, by writing a telnet server, then telnet-ing the commands and output back-and-forth? Has anyone got a better idea for a python comp

7条回答
  •  梦如初夏
    2021-02-02 03:55

    "Would it be possible to make a python cluster"

    Yes.

    I love yes/no questions. Anything else you want to know?

    (Note that Python 3 has few third-party libraries yet, so you may wanna stay with Python 2 at the moment.)

提交回复
热议问题