-
Python processing
(3 years, 10 months 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
(3 years, 11 months 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). -
