Python Forum

Full Version: Data science with Python - links with exercises
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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