4 An introduction to Python
This module gives an introduction to Python and some of the packages we use during the course.
4.1 Learning outcomes
By the end of this module, you are expected to:
- Identify useful Python workflows.
- Do different programming workflows.
- Code a Python class.
- Transform data.
- Plot data.
4.2 Textbook readings
No readings and slides.
4.3 Python and packages
An tutorial is given in this Colab notebook. Open it and get an overview before class.
5 Debugging
An tutorial is given in this Colab notebook. Open it and get an overview before class.