3
Rant: Debugging my first Python script took way too long
Honestly, I've noticed a lot of beginners hit a wall when their code doesn't work right away. Tbh, I was totally in that boat when I made my first Python project. I decided to write a script that organizes my digital photos by date. Ngl, putting the loops and conditions together seemed straightforward. But then it kept throwing errors and I had no idea why. I must have spent three days just Googling every single message. Turns out I was using a list method wrong the whole time. That mess taught me to test small pieces first, which saves so much headache now.
3 comments