- Aimed at Mathematicians with little to no Python knowledge.
- All documents are written as Jupyter notebooks.
Topics covered:
- [Basic Python](./nbs/00 - Studying Mathematics with Python.ipynb)
- [Using Sympy](./nbs/01 - Symbolic mathematics with Sympy.ipynb) for symbolic mathematics.
- [Using Numpy](./nbs/02 - Linear algebra with Numpy.ipynb) for linear algebra.
- [Using Pandas](./nbs/03 - Data analysis with Pandas.ipynb) for basic handling of data.