#distributed-computing
Tag
-
Running Dask on Databricks
Databricks is a very popular data analytics platform used by data scientists, engineers, and businesses around the world.
-
Running Dask workloads on multiple cluster backends with zero code changes using dask-ctl
Sometimes you want to write some code using Dask which can then be run against multiple different cluster backends.
-
Running Dask tutorials
Aug 21, 2020 20 minute read #python, #dask, #distributed-computing, #open-source, #community, #tutorials ArchiveOriginally published on the Dask blog on August 21st, 2020. For the last couple of months we’ve been running community tutorials every three weeks or so.
-
The current state of distributed Dask clusters
Originally published on the Dask blog on July 23rd, 2020. Dask enables you to build up a graph of the computation you want to perform and then executes it in parallel for you.