Advent of Code, but with less conventional means. What can be done in SQL or in a DataFrame library such as Polars?
If the CLI is installed:
duckdb < 2023/duckdb/day01.sql
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
python 2023/polars/day01.py
python ddb_runner.py < 2023/duckdb/day01.sql