Parallel programming in python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Parallel programming in python?

I'm fairly new to python and I wrote a few codes which took me a while to run for larg amount of inputs....so I thought maybe I could use multiprocessing or parallel processing to reduce the total runtime. with trial and error I came a cross a few useful modules that I could install with pip and run their examples on my pc...but still I don't know the basics and it'd be awesome if you guys help me find a comprehensible introductory on how to actually do simple parallel processing in loops.

23rd Jan 2017, 12:39 AM
Mohammad Hossein Barati
Mohammad Hossein Barati - avatar
1 Answer