We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 490966d commit 1591aefCopy full SHA for 1591aef
README.md
@@ -6,6 +6,8 @@
6
Topics covered:
7
8
1. [Basic Python](./nbs/00 - Studying Mathematics with Python.ipynb)
9
-2. [Using Sympy](./nbs/01 - Symbolic mathematics with Sympy.ipynb)
10
-3. [Using Numpy](./nbs/02 - Linear algebra with Numpy.ipynb)
11
-4. [Using Pandas](./nbs/03 - Data analysis with Pandas.ipynb)
+2. [Using Sympy](./nbs/01 - Symbolic mathematics with Sympy.ipynb) for symbolic
+ mathematics.
+3. [Using Numpy](./nbs/02 - Linear algebra with Numpy.ipynb) for linear algebra.
12
+4. [Using Pandas](./nbs/03 - Data analysis with Pandas.ipynb) for basic handling
13
+ of data.
0 commit comments