Home

Awesome

Advent of Code 2019 in Python / Jupyter Notebook

This year I'll be using Advent of Code to learn Python. As my goal is more Deep Learning, than Python programming itself, I'll be doing AoC in Jupyter Notebook.

Goals:

Quirks & tricks

While Python resembles CoffeeScript - my favorite language so far (well, vice versa in reality: CoffeeScript resembles Python), Python has many legacy design decisions you have to adapt to. To name a few:

All years AoC solutions

Useful links