Mapping values in python

Learning python recently as well as choosing it as my tool for solving Advent of Code this year, I’ve seen a few ways to call a map type function on a list of data and get a new list based on the data inside. Most commonly I’ve seen list comprehensions. As a non python dev this is most jarring approach, but also one of the simpliest looking once you get the hang of seeing it....

December 5, 2021

Advent of Code 2021

Advent of code done in python. This is something I try every year but never fully finish. I also try to do it in a new language each year, this year was python. I started learning python earlier this year. I’ll try to update ealier solutions as I learn more syntax and efficient ways to do things. link to gist Index 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 As you can see I did not make it the full month unfortunately....

December 1, 2021