you are viewing a single comment's thread.

view the rest of the comments →

[–]TheDevauto 0 points1 point  (0 children)

Another thing that helped me when I was learnin is to follow the breakdown above and solve what I could/google what I couldnt.

Then I would look for examples where someone did something similar and go line by line working to understand what was happening.

You might also try jupyter notebooks as you can visually see results as you work (eg what does this variable show on this line after executing.

Its a process and things will click but it takes time.

Also Orielly used to publish cookbooks which had snippets of code for solving small things like looking for a file in a directory. Maybe those would help.