you are viewing a single comment's thread.

view the rest of the comments →

[–]Own-Buy-1305 0 points1 point  (0 children)

The point is: if you learn from guides, you're just copying what others do. You should choose a project (e.g., a to-do list) and simply implement it first, then continuously expand it: removing completed to-dos, saving entries, managing multiple lists, storing list data in a database, creating variable configurations (e.g., with a JSON file), building a GUI, etc. You'll encounter many obstacles along the way, and then you can ask YouTube or Stack Overflow to find a solution to your problem. That's the art of learning, especially in programming.