H
30

I tried learning from a thick textbook versus just building a simple game, and the game won big time

For my first real project, I spent about three weeks trying to learn Python from a huge 800-page book. I read chapters on syntax and theory, but I felt stuck and couldn't see how to make anything. Then, a friend suggested I just try to build a basic number guessing game. I followed a 15-minute tutorial online and had a working program that same night. The difference was huge. The book gave me rules, but the game project showed me how those rules actually work together to create something. I learned about loops, conditionals, and user input by fixing bugs in my own code, not by memorizing definitions. The book felt like a map of a city I'd never visited, while building the game was like walking the streets myself. For other beginners, which approach got you over that initial hump faster: structured reading or jumping into a small project?
2 comments

Log in to join the discussion

Log In
2 Comments
felix_bailey45
My buddy Mark tried to learn C++ from a textbook for months with zero progress.
8
the_ryan
the_ryan2d ago
Yeah, that's so true. I read an article once that called it "tutorial hell," where you just watch or read stuff but never make anything. It's like trying to learn to cook by only reading the recipe, you know? You gotta actually burn the eggs a few times. @felix_bailey45's friend Mark is a perfect example of that. For me, I tried reading about web stuff for ages, but it only clicked when I tried to build a dumb little page for my band's setlist. Suddenly all that HTML and CSS stuff had a real job to do. The book tells you the rules, but a project makes you need them.
4