Santa and the elves need our help again. Advent of Code is a Christmas advent calendar of daily puzzles that can be solved by writing code.
(PS. If you're a Python developer in Finland, check out our new community archipylago in Turku, we're starting events in January of 2024.)
If you're on mobile, you can find these in HTML form at hamatti.org/adventofcode/2023
- Day 1: ⭐️⭐️
- Day 2: ⭐️⭐️
- Day 3: ⭐️⭐️
- Day 4: ⭐️⭐️
- Day 5: ⭐️⭐️
- Day 6: ⭐️⭐️
- Day 7: ⭐️⭐️
- Day 8: ⭐️⭐️
- Day 9: ⭐️⭐️
- Day 10: ⭐️⭐️
- Day 11: ⭐️⭐️
- Day 12: ⭐️⭐️
- Day 13: ⭐️⭐️
- Day 14: ⭐️⭐️
- Day 15: ⭐️⭐️
- Day 16: ⭐️⭐️
- Day 17:
- Day 18: ⭐️⭐️
- Day 19: ⭐️
- Day 20:
- Day 21: ⭐️
- Activate virtualenv:
source venv/bin/activate
(1.5 Install Jupyter Notebook
pip install notebook
)
- Run Jupyter Notebook server
jupyter notebook
- Convert to HTML
jupyter nbconvert to=html [notebook]