top of page
Python For Data Science
Note- The underlined text in the exercises indicates weblinks. Don't miss those.
-
Install Python 3.x on your computer ( the latest version you see on python.org).
-
Read this article to learn about the differences between Python 2 and Python 3.
Math & Statistics for Data Science
-
Differentiate: y= √(sin(2x+ln(3x))
-
Integrate: ∫sin2x cos4x dx
-
Suppose z = f(a+b,a-b). Let x = a+b and y = a-b. Use Chain rule to show that.- (∂z/∂a)(∂z/∂b) = (∂z/∂x)² - (∂z/∂y)²
bottom of page