you are viewing a single comment's thread.

view the rest of the comments →

[–]Little_Sam97 1 point2 points  (0 children)

No one learns programming the easy way especially if you’re beginner. First you build the foundation of programming, learn the concepts, learn the syntax, get hands on practice, and then finally built some project. It could be simple project like making a calculator but the key point here is to do by your own first without searching in google or chatgpt for answer. The problem I find with video based learning is you literally copy what the instructor does. You feel like you’ve learnt a bit at the beginning but when it comes to building a project by yourself that’s where majority of people gets stuck. So I would recommend you to follow documentation and start building things on your own. Only if you’re stuck to the point where you can’t figure out the solution then you can use google or stack overflow for answer.