Python Forum
Data science with Python - links with exercises - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: Data science with Python - links with exercises (/thread-24739.html)



Data science with Python - links with exercises - darpInd - Mar-02-2020

Hello,
I have done basics of Python to some extent. Now, I want some link where data science problems and solutions are provided so as to improve my skillset. I am looking for details example for all the following -- Linear regression , correlation, binomials, factor analysis, central tendency, chi-square, hypothesis testing etc..

TIA
Rgds
Dp


RE: Data science with Python - links with exercises - Larz60+ - Mar-02-2020

you can find answers to all of these from documentation of scipy and numpy here: https://docs.scipy.org/doc/
and then to plot your answers here: https://matplotlib.org/3.1.3/gallery/index.html