Juha-Matti Santala
Community Builder. Dreamer. Adventurer.

Advent of Code - 2023

With Python and Jupyter Notebooks in my toolbox, I ventured to the Christmas world to solve puzzles and help Santa and the elves save the Christmas. My solutions combine Python code with commentary on the puzzles and some of the libraries and techniques I used.

From the navigation above, you can find each day and their solutions.

Conventions used

Text in blockquotes like this is from Advent of Code puzzle descriptions

Regular text like this is my commentary

Code like this is part of my solution (or an example)

Code

You can find the runnable versions of these Jupyter Notebooks from my GitHub at hamatti/adventofcode-2023.

All code is run with Python 3.10 or newer.