Programming with Scott - Advent of Code 2021 - Day 2 - Solved with Python

preview_player
Показать описание
00:00 Introduction
00:11 Part 1 Instructions
03:11 Part 1
18:09 Part 2 Instructions
19:28 Part 2

My name is Scott. I've been a professional Python developer for well over a decade.

Advent of Code is a yearly programming puzzle competition that has two related puzzles each of the first 25 days in the month of December.

I am making recordings of myself solving each day of Advent of Code 2021 with Python, and then posting the recordings here to YouTube. My goal is to show what my actual programming process looks like. I hope it is helpful to other current and aspiring software engineers.


If you would like to see my solutions, they are on GitHub here:

Рекомендации по теме
Комментарии
Автор

Nice video! I was really glad when you decided to make a class in the first part. I did the same and also found the changes for part 2 were so much easier to change into with the class set up. I didn't do the dictionary of methods though, didn't even think about it. Really enjoyed that part and put it into my own solutions after I saw this video. Looking forward to tomorrow's video, it's a doozy!

aaroncrandall