Python – Distributed python

distributedpython

What is the best python framework to create distributed applications? For example to build a P2P app.

Best Answer

You could checkout pyprocessing which will be included in the standard library as of 2.6. It allows you to run tasks on multiple processes using an API similar to threading.