In data's embrace,
Polars' dance, a swift, fine art,
Mastery's soft grace.
Polars' dance, a swift, fine art,
Mastery's soft grace.
Jump straight in the katas by clicking on any of the following links:
name | open in |
---|---|
Polars Katas |
- Install the project dependencies.
# with pip
python -m venv -- .venv
source ./.venv/bin/activate
python -m pip install -- "."
# to run data fetching scripts
python -m pip install -- ".[data]"
# to install jupyterlab
python -m pip install -- ".[ide]"
Tip
You can also install the libraries with any modern Python package management tool, such as pdm
, rye
, hatch
or any other PEP-517 PEP-518 compliant package manger (basically, not poetry
).
- Launch an IDE, a REPL or a Jupyter notebook to run the katas. For example:
python -m jupyter lab
The notebooks are under the notebooks
directory.
Important
If you would need a thorough introduction to Polars' internals, you should have a look here