MAS2008 Scientific Computing: Lecture 1

There is a set of slides for the first part of the lecture.

The following notebooks and videos are relevant for the rest of the lecture:
       
Introduction to Python View Download
List comprehension View Download
Control structures View Download
Data Types View Download
String formatting View Download
Defining functions View Download
Lists View Download
Multi-pangrams View Download
Mutability and equality View Download
Scope of variables View Download
Strings View Download

You should remember a lot of the material in the above notebooks from last year. I will go through a selection of the topics in the lecture, and you can use the above links to remind yourself of things that you have forgotten.