--- aliases: - /2010/06/parallel-computing-python-way categories: - python date: 2010-06-21 07:27 layout: post slug: parallel-computing-python-way title: parallel computing the python way --- **Note**: The original showmedo.com video tutorial site is no longer available. For parallel computing in Python, consider using [multiprocessing](https://docs.python.org/3/library/multiprocessing.html), [dask](https://dask.org/), or [mpi4py](https://mpi4py.readthedocs.io/) as modern alternatives to MPI.