What a Data Scientist needs to learn? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

What a Data Scientist needs to learn?

I am a good Python3 programmer, and I am trying to study data science. Wich libraries I need to learn to become a Data Scientist?

21st Mar 2018, 5:52 PM
Daniel Rapoport
Daniel Rapoport - avatar
4 Answers
+ 4
1. Numpy 2. Scipy 3. Pandas 4. Matplotlib 5. Seaborn
21st Mar 2018, 6:30 PM
Felipe Oliveira
Felipe Oliveira - avatar
+ 3
You might want to take a look at NumPy first, it's the foundational library for scientific computing in Python. And maybe SciPy after that (builds up on NumPy).
21st Mar 2018, 6:29 PM
Steven B.
Steven B. - avatar
0
I would also suggest sklearn for machine learning algorithms, tensorflow and Keras for deep learning and pymc3 if you are interested in bayesian methods and probabilistic programming.
24th Mar 2018, 8:52 AM
sergio