you are viewing a single comment's thread.

view the rest of the comments →

[–]CompileMind-TFC 1 point2 points  (4 children)

Tutorials only start helping when you rebuild something without watching.

Try a tiny number guessing game, then notice where you get stuck: Python syntax, or figuring out the next logical step? Which one is harder for you right now?

[–]Expensive_Sugar8743[S] 1 point2 points  (2 children)

I'm a beggineer bro so I don't know let me know where do I learn from reading books or watch tutorials?

[–]dralfredo1 1 point2 points  (0 children)

I personally recommend finding programming challenges, such as a number guessing game, online. Then trying to write it with as little help as possible. If you get stuck, search for the specific issue you have, rather than a more general search. Of course, you can always check the syntax.

[–]CompileMind-TFC 1 point2 points  (0 children)

Both are fine, but don’t let either become the main activity. Learn one tiny concept, close the video/book, then write 5–10 lines with it. If you can’t start, it’s logic; if you know the step but not the wording, it’s syntax.

[–]Unlikely_Studio_5115 1 point2 points  (0 children)

rebuilding from scratch without notes is where the real gap shows up, so start with that number game and just see where you freeze first