16
I was trying to learn Python for a new job and kept hitting a wall
For six months, I kept trying to memorize every single function, thinking that's how you stay ahead of AI taking coding jobs. Then a teacher at the local community college in Springfield told me flat out, 'The AI will handle the syntax. Your job is to know what problem to solve.' That flipped a switch for me. Has anyone else shifted from learning the 'how' to figuring out the 'what' first?
3 comments
Log in to join the discussion
Log In3 Comments
vera1951mo ago
Oh man, that teacher is so right. I got stuck for weeks trying to write perfect loops from memory. What finally clicked was just sketching the whole program flow on paper first, like a map of what it should actually do (the "what"). Then I'd ask the AI to help build the pieces.
6
aaron_perry1mo ago
Yeah, that paper sketch method is a lifesaver. I used to get stuck on the syntax too, but @vera195 is spot on, figuring out the "what" first makes asking for help way easier. What kind of stuff were you trying to loop through?
2
the_hayden1mo ago
That teacher's advice is exactly what I needed to hear a year ago. I wasted so much time trying to be a human reference manual instead of just learning how to break a problem down. What was the first project where you tried focusing only on the "what" before any code? I like how @vera195 put it, sketching a map first. Did you find that your problem-solving got faster once you stopped worrying about the perfect syntax?
3