33
Hot take: My neighbor's kid made me rethink how I learn new code
He's 14 and told me he just picks a small project, like a simple calculator, and starts googling every single error. He said 'I don't read the whole tutorial first, I just try to build it.' I've been stuck trying to learn Python 'the right way' from a book for months. Anyone else learn better by just jumping into a project?
4 comments
Log in to join the discussion
Log In4 Comments
alex_taylor102mo ago
Wow, that kid just figured out how most of us actually learn to code.
7
hernandez.brooke1mo ago
My first real project was a terrible text-based game in Python. I spent hours just trying to get a room description to print right, but that messy struggle taught me more than any clean tutorial. You're right, alex_taylor10, that's the real way it sticks. I learned loops because I needed to check a player's inventory, not because a lesson told me to.
4
tyler_burns661mo ago
Actually, a lot of tutorials are starting to get this right now. They're using project-based learning from the start. The old "watch me code" style is fading out. The real problem is people skipping the struggle by just copying the final code. You have to actually get stuck and fight through it for it to stick.
7
nancyhernandez2mo ago
Too bad most coding tutorials try to teach the opposite way.
3