what is next to learn after Python for data analysis ? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

what is next to learn after Python for data analysis ?

I am a newbie in field of data analysis and machine learning and wanted to make my carrier is same. So, I have chosen Python for coding. Now what to do next ?

10th Oct 2016, 3:41 PM
vaibhav singh
vaibhav singh - avatar
4 ответов
+ 2
Maybe this as examples for targeting your approach: https://wiki.python.org/moin/PythonForArtificialIntelligence Google also reveals several places you can study data science in Python for free.
10th Oct 2016, 5:31 PM
Kirk Schafer
Kirk Schafer - avatar
0
If you are new to programming as well then learn more python since that is the language you have chosen, you can do that from python.org (creators of python) or learnpython.org is also good. You'll need more programming knowledge than what this app has given you to understand the data analysis part of programming. After that dive in to data structure and algorithm, for the most part it is independent of any language, and mostly conceptual. You might find many tutorials on data structures are in c, c++, or java, but concepts remain the same. If you find a data structure and algorithm book on the other hand usually they try not to favor any specific language and focus on what is happening. Hopefully this gives you at least a starting point or points you in a direction where you can get better answers
10th Oct 2016, 5:12 PM
Flo
0
other than the resources mentioned by others try using spider. it's a python environment making available more functionalities than the standard console. ppwerful for data analysis
11th Oct 2016, 6:29 AM
Alessandro Bettini
Alessandro Bettini - avatar
0
Anaconda distribution, scikit-learn, scipy, numpy, pandas
9th Nov 2016, 9:16 PM
Joshua Christian
Joshua Christian - avatar