Hacker News new | ask | show | jobs
by refactor_master 1968 days ago
Parallel independent batch jobs are easy in Python though. If you can write it as map(function, iterable) you just need to import the right module and drop it in and you’re done.