T-106.1210 Basic Course in Programming, part 1

ReadMe: Project Football1

Overview

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

Dependencies and resources

No dependencies as such. There is a more complex project Football2, which is a modified version of this project, 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.