Talk Python To Me
Talk Python To Me
Michael Kennedy
#207: Parallelizing computation with Dask
57 minutes Posted Apr 14, 2019 at 8:00 am.
0:00
57:53
Download MP3
Show notes
What if you could write standard numpy and pandas code but have it run on a distributed computing grid for incredible parallel processing right from Python? How about just splitting it across multiprocessing to escape the limitations of the GIL on your local machine? That's what Dask was built to do.