9
I used to think you had to be a math genius to start coding
For the first two months I tried learning, I got stuck on every problem and felt so dumb. Then last week, I followed a tutorial to make a simple number guessing game in Python. I wrote maybe 20 lines of code, ran it, and it actually worked. The tutorial broke it down into tiny steps like getting user input and using a simple 'if' statement. Seeing my own little program run changed my whole view. It wasn't about complex math, it was just about following logic one small piece at a time. Has anyone else had a moment like that with a first project?
3 comments
Log in to join the discussion
Log In3 Comments
nancy4751mo ago
Yeah that "just about following logic one small piece at a time" part is so true. My first real win was making a script that renamed a bunch of files for me. Felt like magic, not math.
10
irismartinez1mo ago
Wait, you got stuck on every single problem for two whole months? That's some serious persistence right there. Most people would have quit after the first week.
3
felix_lane991mo ago
Honestly, I see this everywhere now. People think big wins come fast, but most real progress is just grinding through tiny, boring steps. That's why sticking with something hard for months is actually the secret.
5