DASK is a python library for parallel computing and task scheduling
DASK is a python based parallel computing and task scheduling Library.
It’s smooth integration with popular python libraries numpy, pandas, sklearn make this an increasingly popular choice for parallel computing.
The intention of this tutorial is to give an overview about DASK to a beginner.
Some interesting tutorials:
NOTE: I am not a developer of DASK. It is developed by Continuum Analytics. See http://dask.pydata.org/en/latest/index.html for more information.