Lecture 12 (MC) Part 2: GUIs
To-Do Date: Thu Dec 09 2021 09:15:00 GMT+0000 (Coordinated Universal Time)GUI using matplotlib
The slides as a notebook: unit12.ipynb Download unit12.ipynb
and as a pdf-file (without any plots): unit12.pdf Download unit12.pdf
The sample code shown during the lecture can be downloaded:
- One slider: example1.py Download example1.py
- A button and a slider: example2.py Download example2.py
- Two sliders in a list: example3.py Download example3.py
- Click to make points and a spline: example4.py Download example4.py
Some other years, some students asked about making animated gifs, so here is an example: animationToGif.py Download animationToGif.py