Tag Archives: python

SaturdayMP Show 61: Advent of Code 2024 Day 12 (Part 1 – Python Import Difficulties)

In this episode I attempt the Advent of Code Day 12 challenge. I didn’t get very far as I struggled to figure out how imports work in Python. Is it just me or did others struggle importing Python files? Found … Continue reading

Posted in Code Examples, Saturday MP Show, Software Development | Tagged , , | Comments Off on SaturdayMP Show 61: Advent of Code 2024 Day 12 (Part 1 – Python Import Difficulties)

SaturdayMP Show 60: Advent of Code 2024 (Day 2)

In this episode I solve the Advent of Code 2024 Day 2 problem. I solve it using Python, a language I’m not very familiar with. I did learn that Python lists allow negative indexing, which confused me at first. Do … Continue reading

Posted in Code Examples, Saturday MP Show | Tagged , , | Comments Off on SaturdayMP Show 60: Advent of Code 2024 (Day 2)