Some More Programming in Python

We learn some more about basics in Python programming. The main part focuses on reusing code which was already programmed before.

We learn some more about basics in Python programming. A big part of this lecture will be about reusing code.

The slides can be found here.

The exercise consists of two parts. The first is about reading in data from a comma separated file and do some calculations with it. In the second part, we will implement the core parts of a small game called Tic-Tac-Toe.