Talk given at SciPy 2015.
Video: https://youtu.be/1kkFZ4P-XHg
Dask Array implements the NumPy ndarray interface using blocked algorithms, cutting up the large array into many small arrays. This lets us compute on arrays larger than memory using all of our cores. In this talk we describe dask, dask.array, dask.dataframe, as well as task scheduling generally.
Docs: http://dask.pydata.org/en/latest/
Github: https://github.com/ContinuumIO/dask