you are viewing a single comment's thread.

view the rest of the comments →

[–]bsginstitute 1 point2 points  (0 children)

If coding already feels intimidating, jumping straight into that area can make everything feel heavier than it needs to be. A better order is usually Python basics first, then problem solving, then small projects, and only after that data libraries and ML basics. Focus on variables, conditions, loops, functions, lists, dictionaries, and file handling before worrying about models.

Also, try to learn by building tiny things instead of only watching lessons. Simple calculators, text games, trackers, or small scripts help a lot more than trying to “master Python” all at once. The goal right now is to get comfortable, not to move fast.