Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132917 views
License: OTHER
Dask Tutorial
=============

You can run this tutorial in a live session here: |Binder|

This tutorial was last given at SciPy 2018 in Austin Texas.
`A video is available online <https://www.youtube.com/watch?v=mqdglv9GnM8>`_.


..
.. |Binder| image:: https://mybinder.org/badge.svg
   :target: https://mybinder.org/v2/gh/dask/dask-tutorial/master?urlpath=lab


.. toctree::
   :maxdepth: 1

   00_overview
   01_dask.delayed
   01x_lazy
   02_bag
   03_array
   04_dataframe
   05_distributed
   06_distributed_advanced
   07_dataframe_storage
   08_machine_learning
   Homework