Parallel tasks in Python: concurrent.futures

concurrent.futures is well suited to Embarrassingly Parallel tasks. You could write concurrent code with a simple for loop.