Skip to content

rug-ai-oop/assignment_1_copy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OOP - 2023/24 - Assignment 1

This is the base repository for assignment 1. Please follow the instructions given in the PDF for the content of the exercise.

How to carry out your assignment

Fork this repo on your private github account. You can do so by clicking this button on the top-right panel:

The assignment is divided into 4 blocks. Block 1, 2, and 3 all define different classes.

Put the three classes in three separate files in the src folder, with the names specified in the PDF. Leave the init.py file untouched.

Put the main.py script outside of the src folder, in the root of this repo.

Below this line, you can write your report to motivate your design choices.

Submission

The code should be submitted on GitHub by opening a Pull Request from the branch you were working on to the submission branch.

There are automated checks that verify that your submission is correct:

  1. Deadline - checks that the last commit in a PR was made before the deadline
  2. Reproducibility - downloads libraries included in requirements.txt and runs python3 src/main.py. If your code does not throw any errors, it will be marked as reproducible.
  3. Style - runs flake8 on your code to ensure adherence to style guides.

Your report

About

Base repo for assignment 1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published