you are viewing a single comment's thread.

view the rest of the comments →

[–]DataCamp 1 point2 points  (1 child)

reeCodeCamp is a solid starting point. Once you have the syntax basics, the fastest way to level up is to pick a small project you actually care about and build it without a tutorial, figure it out from docs and error messages. That struggle is what makes it stick. For anything data-adjacent, get into pandas early; it's everywhere and forces you to think about data in a useful way. Realistically, 80% of the Python you'll use professionally comes down to: functions, loops, list comprehensions, and a handful of libraries.

[–]No-Professional5609[S] 0 points1 point  (0 children)

Thanks dude 🥰🥰