What to use within Python for data science? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

What to use within Python for data science?

Hi, guys! Could you tell me which is the best Python framework for data analysis, considering that I'm an intermediate with VBA(Excel) and beyond begginer with Python? Is Pandas easier than Matplot? Thx, Vali

9th May 2017, 7:38 PM
VRAICA
VRAICA - avatar
4 Respuestas
+ 5
The data science toolkit in Python: numpy - arrays pandas - dataframes and matrices, also data parsing matplotlib - plotting (esp. pyplot) scikit-learn - machine learning seaborn - data viz based on matplotlib bokeh - interactive data vizualization plus data parsing, webscraping, databases (sql, mongodb)... the list goes on... 🐍
9th May 2017, 10:08 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 6
Today at packtpub they give away "Python Data Analysis", an extensive compendium of data science-related powers of Python. Downloading *highly* recommended: https://www.packtpub.com/packt/offers/free-learning
31st May 2017, 6:37 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 4
Today at Packtpub - "R for Data Science" - FREE: https://www.packtpub.com/packt/offers/free-learning
1st Jun 2017, 1:40 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
0
thx!
31st May 2017, 6:40 AM
VRAICA
VRAICA - avatar