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.
Blog post: Python prep for Advent of Code 2022
If you're on mobile, you can find these in HTML form at hamatti.org/adventofcode/2022
- 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: (not solved)
- Day 17: ⭐️
- Day 18: ⭐️⭐️
- Day 19: (not solved)
- Day 20: ⭐️⭐️
- Day 21: ⭐️⭐️
- Activate virtualenv:
source venv/bin/activate
- Run Jupyter Notebook server
jupyter notebook
- Convert to HTML
jupyter nbconvert to=html [notebook]
https://mikkelhartmann.dk/2019/05/14/static-website-from-jupyter-notebooks.html for instructions to use nbconvert and MkDocs.