F
2

Showerthought: I keep seeing beginners in my study group skip the error messages.

We were working on a Python project last night, and three people just closed the red text in their terminal without reading it. I had to point out that the message literally said 'IndentationError: expected an indented block'. How do you get people to actually read the error details before asking for help?
4 comments

Log in to join the discussion

Log In
4 Comments
laura_chen41
Honestly I get why they do it, error messages can look scary at first. Sometimes the red text feels like a wall of gibberish when you're just starting out. I learned by having a friend sit with me and walk through what each part meant, which made them less intimidating. Maybe we need to show beginners how to break down those messages instead of just telling them to read it.
6
the_olivia
the_olivia2mo ago
Ugh I saw a tweet about this exact thing! Someone said error messages are like clues in a detective game, you gotta read them to solve it. Makes total sense lol.
5
kai_webb91
kai_webb912mo ago
Tbh that "clues in a detective game" thing is spot on. It's like you're not just fixing a bug, you're learning how the system actually works by following the trail. Honestly once you get used to looking for the file name or the line number in there, it cuts the panic in half. You start to see patterns instead of just a wall of red text.
6
craig.alex
craig.alex2mo ago
Yeah that "wall of gibberish" feeling is so real. I started just googling the exact error message, the first few results usually have someone who already solved it. What was the first error you remember figuring out?
3