T-106.1210 Basic course in Programming, part 1

ReadMe: Project EnglishAuction

Overview

This project does not contain a full, runnable application program. Instead, the only package src.auction.english contains classes to represent online auctions. To be more precise, the package can be used to model "normal" or "English-style" auctions, cf. "Dutch auctions" which are explored in another project.

Dependencies and resources

None.

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 intrpreter or create a main method for testing and debugging.