-
Python processing
(9 months, 1 week ago)processing is a package for the Python language which supports the spawning of processes using the API of the standard library's threading module. It runs on both Unix and Windows. -
-
Parallel Python
(10 months, 3 weeks ago)PP is a python module which provides mechanism for parallel execution of python code on SMP (systems with multiple processors or cores) and clusters (computers connected via network). -
