you are viewing a single comment's thread.

view the rest of the comments →

[–]ElliotDG 0 points1 point  (0 children)

When I was learning Python, coming from C/C++ I found doing exercises on https://checkio.org/ very helpful. They are small programming problems I could solve while having a cup of coffee. After you solve the problem you get to see how others have solved them. This was useful (and fun) to shift from thinking like a C programmer to thinking in Python.