Learning Python with Advent of Code Walkthroughs

Dazbo's Advent of Code solutions, written in Python

Advent of Code 2017

Welcome to AoC 2017!

For this AoC event, I decided to do something a bit different. Up until now, I’ve been creating my AoC applications in Visual Studio Code, posting the code to my Repo in GitHub, and then documenting my solutions in this site. My approach to documenting has been to write my web pages using markdown, and then convert this markdown to a website using Jekyll, as described here.

But wouldn’t it be nice if I could write the code, write some pretty documentation, and capture the output, all at the same time and and in the same place?

Well of course you can! The answer is Jupyter Notebooks!!

You can check out my Advent of Code 2017 solution in these places:

2017 Jupyter Notebook in Colab