Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 447 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 447 Bytes

Python cluster

An attempt to make software package which will be able to execute tasks described in Python in parallel.

This software consists of cluster node and cluster owner. Owner is written in C++/QT and also requires Python interpreter to execute tasks locally. Node is written in Python.

Also, there is a repository which aims to produce node for Android.