+ 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?
4 Answers
+ 4
1. Numpy
2. Scipy
3. Pandas
4. Matplotlib
5. Seaborn
+ 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).
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.