Parallelising Python with Threading and Multiprocessing Parallelising Python with Threading and Multiprocessing One aspect of coding in Python that we have yet to discuss in any great detail is how to optimise the execution performance of our simulations. While NumPy, SciPy and pandas are extremely useful in this regard when considering vectorised code, we aren't able to use these tools effectivel