4 Respostas
+ 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.
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
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
0
Anaconda distribution, scikit-learn, scipy, numpy, pandas