T-106.1210 Basic course in Programming, part 1

ReadMe: Project Football2

Overview

This project does not contain a full, runnable application program. Instead, the only package football2 contains two classes to represent match data for football (and possibly other team sports).

Dependencies and resources

No dependencies as such. This is a more complex version of the project Football1, but neither of the two projects requires the other one in order to work.

Running the program

As this project is not a full program, and has no user interface, it can not be run as an application.

You can experiment with the classes using Python interpreter or create a main method for testing and debugging.