This repository contains the exercises for the topic clean code of the RSE102 course. The corresponding lecture slides can be found at sustainable-simulation-software.gitlab.io.
Start with forking this repository such that you can push your results once you are done.
Instructions can be found in the comments at the top of each file, and moreover, additional
files with the suffix _hints.py
contain a number of hints for each exercise.
- Exercise 1:
payday.py
- Exercise 2:
raster_grid.py
- Exercise 3:
plot_over_line.py
Enrich your classes and public functions with (good) documentation, wherever you can.
See License
file.