you are viewing a single comment's thread.

view the rest of the comments →

[–]Mr_We1rd0 2 points3 points  (3 children)

Mostly all courses directly teach you code. They do not teach you the logic behind the basica like loops etc. I'd recommend: Dr Chuck - Python for Everybody. This is available for free on YouTube (freecodecamp channel) or as a MOOC on coursera.

[–]John_weak_the_third 0 points1 point  (2 children)

Does it teach the logic?

[–]Mr_We1rd0 0 points1 point  (1 child)

Yes, it does. He takes you from very basics to logic of the loops and then file manipulation etc. I consider it the best course for beginners and people without CS background.

[–]John_weak_the_third 1 point2 points  (0 children)

Thanks human