ASMR Coding: Solving Python Puzzles (Advent of Code 21 - Day 3)
Continuing on our journey in the submarine - today we're dealing with binary logs that we need to analyze to see how our poor submarine is doing.
Disclaimer: From now on, I will not "live code", the code is pre-written and I will only make small changes while recording the video, because as it turns out thinking about code while trying to continuously narrate is too hard for my brain ;)
So if it seems like I do everything correct on first try - be assured, that is definitely not the case, but explaining every mistake I made and why it's wrong, takes waaaay too long in a video.
I will try and give an estimate on how long I coded on each challenge, though. So far I think I solved them all (up until Day 7) in about 30min.
Hope you enjoy some relaxing "Code with me"-content :)
Please consider to like and comment to help the video reach more people, if you enjoyed it &
Subscribe for more content, I post regularly about Math and Programming ☺️
_________
Me:
Instagram: https://www.instagram.com/chromacodeasmr/
GitHub: https://github.com/ChromaCodeASMR/
_________
Links:
The challenges (you can still participate, even on the old challenges!): https://adventofcode.com/
The Advent Of Code playlist: https://www.youtube.com/playlist?list=PLr559pN7sNFQdUy9FuEchYHCR9N9cwKrO
My Coding video playlist: https://www.youtube.com/playlist?list=PLr559pN7sNFRb4j_56WjfHSD2ie5aLteR
This video's code on GitHub: https://github.com/ChromaCodeASMR/Advent_Of_Code_2021/tree/main/Day3