Parallel Programming in Python with Message Passing Interface (mpi4py)

Get your code ready for a super computer. It’s not that hard.

Konrad Hafen
Towards Data Science
6 min readJun 25, 2020

--

Photo by Carol Jeng on Unsplash

Did you know you can write parallel Python code that will run on your laptop and on a super computer? You can, and it’s not as difficult as you might expect. If you already write code for asynchronous parallelization then you won’t even have…

--

--