Python计算集群

标签 python python-3.x parallel-processing cluster-computing

是否可以通过编写一个 telnet 服务器,然后 telnet 命令和来回输出来创建一个 python 集群?有没有人对 python 计算集群有更好的想法? 附言。最好是 python 3.x,如果有人知道的话。

最佳答案

Python wiki 提供了一个非常全面的列表 Python cluster computing libraries and tools .您可能对 Parallel Python 特别感兴趣.

编辑:恕我直言,有一个特别擅长聚类的新库:execnet .它小而简单。而且它似乎比标准的 multiprocessing 模块有更少的错误。

关于Python计算集群,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1602177/

相关文章:

database - DB4o 数据库 DatabaseFileLockedException

python - __init__() 获得意外的关键字参数 'stop_words'

python - 在不将可迭代(itertools.combinations)转换为列表的情况下改组组合

python - python @decorator 和装饰器设计模式有关系吗?

python - 用装饰函数填充字典

python - 用于删除圆括号的函数不起作用,Python 3

python - 来自元组的任意嵌套字典

python - 有没有办法同时将每个 joblib.parallel 运行的结果写入自己的文件中?

python - 如何将这种情况与机器人并行化

python - 无法安装 RAY