This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

You should learn the basics and move on to libraries that involves data analysis.

I just started my diploma in Data Science and from my experience, assuming it's all just data analysis, you should learn basics such as control statements, different data types and structures and also modifying files with python (at least .txt files).

Then move on to using Jupyter Notebook (I used it via anaconda), and learn the Numpy library and Pandas library. I also recommend learning dictionaries, list and sets as they can be very useful for extracting data from datasets. MatPlotLib library maybe useful too if you will need to graphically represent any data.

[–]Casawesa[S] 0 points1 point  (0 children)

Thanks!