Y
Hacker News
new
|
ask
|
show
|
jobs
by
hot_gril
1005 days ago
The article shows how to use ThreadPoolExecutor, but that's not fully parallel. For that, you need multiprocessing.Pool, which is slightly easier to use anyway, unless your data happens to be non-pickle-able.