how to NOT get discouraged from coding? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how to NOT get discouraged from coding?

complete newbie. i guess I was expecting to get it the first time around... either way I know practice is the only way to get better. any advice or study tips? thank you !

16th May 2017, 2:56 AM
Alana Uriarte
Alana Uriarte - avatar
2 Answers
+ 3
Just keep on motivating yourself, I started out with that too, but I got through it, practice makes perfect :)
16th May 2017, 3:34 AM
Complex
Complex - avatar
+ 3
Try to pick a project related to something you enjoy to start with, that might help with motivation. Did one of the ideas in the tutorials catch your imagination? Lastly: programming is about having things not work. Wrong syntax, miss set variables, forgetting to include the library you need. It's not a failure to have the compiler or interpreter complain to you: it's a chance to learn. If the program doesn't behave correctly, it's an opportunity to stretch your problem solving skills. I've been doing this kind of thing for a while, and when something I write seems to work properly right of the bat, I get very very nervous. Typically, that means my mistake is going to be harder to find.
16th May 2017, 3:52 AM
Jim
Jim - avatar