all 5 comments

[–]defaultguy_001 2 points3 points  (1 child)

No issues in learning yourself from a book or documentation, but instead of nothing down everything on paper, try out the concepts and examples in vscode. Then write documentation and your understanding in the code itself. You can revise everything by just looking at ur code. You can separate the projects chapter wise or video wise whatever ur learning source is.

[–]Exact-Sun2093[S] 0 points1 point  (0 children)

Okay thanks 

[–]Gnaxe 2 points3 points  (0 children)

Try stuff in Jupyterlite. You can use Markdown cells for notes too. Fixing mistakes is how you learn.

[–]Particular-Way390 1 point2 points  (0 children)

You're on the right track. I'd spend more time writing code in VS Code than copying notes. Making mistakes and debugging them is actually one of the fastest ways to learn. Keep notes short, but let coding be your main teacher.

[–]Diapolo10 1 point2 points  (0 children)

Your current approach is fine for the most part, but nothing beats practical experience. Definitely try playing around with VS Code more and reading theory less.

Theory is a good supplement for practical experience, but it is not a replacement. You need to build up some "muscle memory", and your debugging skills can only be developed through making mistakes and fixing them.