Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.08 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.08 KB

Binder

Build Status

Doing mathematics with Python

  • Aimed at Mathematicians with little to no Python knowledge.
  • All documents are written as Jupyter notebooks.

Topics covered:

  1. Basic Python
  2. Using Sympy for symbolic mathematics.
  3. Using Numpy for linear algebra.
  4. Using Pandas for basic handling of data.

Creating the pdfs and tex files:

Create the conda environment from the file:

$ conda env create -f environment.yml

Source the conda environment:

$ conda source pfm

Run the following command:

$ inv main

Testing the notebooks

It is possible to test that the notebooks run:

$ inv test