Open MrPowers opened 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:
import this
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:
import dask.this
I think users could find this sort of "Dask mission statement" inspiring.
The closest thing I know of are the Dask best practices docs (including the separate pages for Arrays, DataFrames, and Delayed).
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.