1. Python basics
- intro-code-examples.ipynb
Brief code examples discussed in the welcome lecture, and partly in the second lecture, to recapitulate the basics of how Python functions and how it is different from many other programming languages.
- intro-performance-comparison.ipynb
Example for how we can measure and plot the performance and scaling behaviour of codes in comparison to each other.
- view-example.ipynb
Illustrates the difference between creating a sublist (from a Python list) and a view (from a numpy array).
2. Data and objects
3. Regression basics
4. Good practice
5. Multidimensionality
Index