Showerthought: I see a lot of new coders skip the basic error messages.
I was helping my cousin learn Python last week, and he kept hitting run, seeing a red error, and instantly closing it to ask me for help. I made him read the error out loud. It literally said 'NameError: name 'prinnt' is not defined' on line 7. He just never looked. I think new people get scared by the red text and miss that it's the best help you can get. It tells you the problem and where to look. How do you get comfortable reading those messages instead of panicking?