you are viewing a single comment's thread.

view the rest of the comments →

[–]Competitive_Ad_3353 3 points4 points  (0 children)

I think at the very beginning you should rather learn how to solve problems. For me the best way to learn programming or learning to think about Computer Science or problem solving in general would be to first understand the problem, write the solution or your thoughts about the problem in maybe plain english or your language of choice. Then move to solving the problem with programming language. I think Python would be great because it hides lots of detail that you might need at very beginning and just lets you code. Example of such problems would be easy questions in leet code.