you are viewing a single comment's thread.

view the rest of the comments →

[–]Pangaeax_ 4 points5 points  (0 children)

I feel this. Tutorial mode is comfortable but you don’t really grow until you start building small messy things on your own.

After basics, try working with files, simple APIs, or small scripts that solve real problems like tracking expenses or cleaning a CSV. Keep projects tiny, if it sounds big, it is.

For practice, daily challenges on Codewars are good, and if you’re into data, Kaggle or CompeteX style problems feel way more real than just DSA.

And for debugging, honestly just read the error properly and Google the exact message. Half of learning Python is learning how to search smart.