First Year Physics Lab Course - Programming in Python

# Matplotlib compatibility patch for Pyodide
import matplotlib
if not hasattr(matplotlib.RcParams, "_get"):
    matplotlib.RcParams._get = dict.get

First Year Physics Lab Course - Programming in Python#

These are the notebooks on Python for the TU Delfts’ First Year Physics Lab Course.