Skip to content

drescamilla/Python-Mathematics-Handbook

 
 

Repository files navigation

Binder

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

About

A set of notebooks for an introduction to Python for Mathematicians.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.6%
  • Python 0.4%