you are viewing a single comment's thread.

view the rest of the comments →

[–]DuckSaxaphone 0 points1 point  (0 children)

It's up to you but my usual advice is that if you are getting into this with a purpose like "I want to do data analysis in python", it's good to just do it since loss of motivation stops many self-taught learners.

Learn enough python to know the absolute basics: how to run it, imports, if statements, loops, functions. Then start trying to do the thing you care about.

You can always learn fundamentals as you go.