30
Rant: My first Python script took me 3 weeks, now I can do it in an afternoon
Honestly, when I started trying to automate a boring spreadsheet task at work, I was stuck for weeks just trying to get the pandas library to read the file right. I must have watched like 20 YouTube tutorials. Ngl, the big shift happened after I actually finished the free 'Automate the Boring Stuff' course and just started building small, dumb scripts every day for a month. Has anyone else hit a point where things just started clicking way faster?
3 comments
Log in to join the discussion
Log In3 Comments
anthonyp911mo ago
Tbh my friend had the same thing happen after he just started coding one tiny project every single day.
6
aaron_cooper1mo ago
Yeah that daily project grind is real. Sticking to super small scripts kept me from burning out. Momentum just builds on itself after a while.
6
richard_ross21d ago
Totally agree about the small scripts! I started by just making a five line script to rename files in a folder. Felt so good to finish something fast that I did another one the next day. That little win each morning kept me going for months.
2