This is a quick project whipped up in an evening by request of my physics teacher (originally completed on 31/03/2021). It's nothing much, but it's here.
In this project, I set out to compare two parallel computing approaches in Python—multiprocessing and mpi4py—by implementing a numerical integration of the sine function over the interval [0, π] using ...