dask / community

For general discussion and community planning. Discussion issues welcome.
19 stars 3 forks source link

The Zen of Dask #246

Open MrPowers opened 2 years ago

MrPowers commented 2 years ago

You can type import this in Python and a "Zen of Python" is returned with some of the core values of Python, some examples:

It'd be cool to have a import dask.this with a "Zen of Dask" that outlines some of the core values of Dask, some ideas:

I think users could find this sort of "Dask mission statement" inspiring.

GenevieveBuckley commented 2 years ago

The closest thing I know of are the Dask best practices docs (including the separate pages for Arrays, DataFrames, and Delayed).