Mathspp Blog

372 409,769 33,799
articles words lines of code

Today I learned how to use the Polars function pl.date_range to create date sequences with calendar-aware intervals between dates.

Solving “Bridge Repair”, from day 7 of Advent of Code 2024, in 4ms with Python with a simple deductive algorithm.