How Can I Stop Tutorial-Hopping and Start Learning Programming?

0
2
Asked By MellowCedar27 On

I've been trying to learn programming through videos, but I can barely stay focused for more than 20 seconds before switching to another one. I feel overwhelmed because I don't know the fundamentals, programming logic, or where to begin, and I keep avoiding practice because I'm worried I won't understand it anyway. I'm also unsure whether programming is right for me, even though I'd like to learn it as a possible career. How can I build a better learning process and figure out whether I'm capable of improving?

4 Answers

Answered By QuietMaple42 On

Videos usually work best when you pause frequently and code along yourself. Don’t just watch someone else type—stop, predict what the code will do, and then recreate it without looking. Even a short lesson can be useful if you spend much longer experimenting with the example afterward.

Answered By SilverWillow6 On

You may learn better by starting with a project instead of following a long video series. Pick something simple that sounds mildly interesting, try to build it, and look up each specific question as it comes up. You don’t need to know the whole language first; researching one obstacle at a time is a normal part of programming.

Answered By BrightHorizon8 On

Try replacing passive videos with interactive lessons where you write code after every small concept. Platforms with short exercises can help you stay engaged and show progress immediately. Pick one beginner-friendly language, such as Python, and focus on one small task at a time instead of trying to understand everything at once.

Answered By CopperLynx31 On

This sounds more like feeling overwhelmed and getting stuck in tutorial-hopping than being unable to learn. Choose one course, commit to it for 20 or 30 minutes before switching, and then spend another 20 minutes changing the examples or solving a tiny exercise. Programming logic isn’t something you have to master before coding; it develops through solving small problems. Start with projects like a calculator, number-guessing game, or simple to-do list. Confusion is normal, and consistency matters more than intense study sessions.

MellowCedar27 -

Do you have any recommendations for a beginner course or a good place to start?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.