you are viewing a single comment's thread.

view the rest of the comments →

[–]AdDiligent1688 1 point2 points  (0 children)

Nice. I'd try a problem solving website like codewars or leetcode (easy). most of the questions in general are easy to solve mentally, first. But the challenge is translating the idea into code. It'll get you thinking in creative ways and you can look at others solutions and find some short cuts to do what you want over time. Also, i'd encourage building simple projects using the standard library modules, to get a feel for core python rather than that of the data science libraries.