5
I changed my mind about learning Python after one reddit reply
I was stuck on a beginner Python tutorial for 2 weeks and kept quitting. Then a guy in a discord channel told me to "just build something dumb like a calculator that insults you." He said stop trying to understand everything and just copy code that works. That small advice got me to finish my first real script in 3 hours. Has anyone else found a weird project that finally made coding click for them?
2 comments
Log in to join the discussion
Log In2 Comments
evan_jenkins21d ago
Hold on, you were stuck for two whole weeks on a beginner Python tutorial? That sounds way more dramatic than it needed to be. I mean, it's good advice to just jump in and build something stupid, but I feel like you're giving way too much credit to a random Discord comment.
8
evan_jenkins21d ago
Used to be all about grinding through proper courses and documentation, thought that was the only real way to learn. But then I spent months bouncing between tutorials and never actually building anything, just copying code without understanding it. That random comment about making a stupid little calculator program totally flipped my approach, got me writing actual code from scratch within an hour. Looking back, the whole "just build something broken" method is way more valuable than following along with some polished tutorial for two weeks. Sometimes the dumbest advice turns out to be the most useful, even if it sounds ridiculous at first.
2