Contribute Media
A thank you to everyone who makes this possible: Read More

Using Dask for Parallel Computing in Python

Translations: en

Description

PyData Chicago 2016

Dask is a relatively new library for parallel computing in Python. It builds around familiar data structures to users of the PyData stack and enables them to scale up their work on one or many machines. This tutorial will introduce users to the core concepts of dask by working through some example problems. The tutorial will be distributed via Jupyter Notebooks.

Improve this page