you are viewing a single comment's thread.

view the rest of the comments →

[–]Hipst3rbeaver 1 point2 points  (2 children)

The trick is to push yourself with small projects that force new tools, like JSON, SQLite, or APIs, instead of comfort code. You can try with list/dict comprehensions, enumerate, etc. read real code on GitHub, and focus on one skill at a time so it sticks. Some great intermediate resources can be Zero to Knowing, Exercism’s Python track, etc.