Skip to content

Instantly share code, notes, and snippets.

View TonyJenkins's full-sized avatar

Tony Jenkins TonyJenkins

View GitHub Profile
@TonyJenkins
TonyJenkins / feedback.md
Last active December 25, 2023 02:09
Marking Information for FoCP Portfolio

Computer Programming Portfolio

Marking and Feedback

DELETE THIS TEXT AND REPLACE WITH YOUR NAME

DELETE THIS TEXT AND REPLACE WITH YOUR UNIVERSITY EMAIL

DELETE THIS TEXT AND REPLACE WITH YOUR GROUP

@TonyJenkins
TonyJenkins / mpg_data.txt
Created December 4, 2024 12:27
Sample Data File of MPGs
57.4
62.3
58.9
48.9
55.0
@TonyJenkins
TonyJenkins / project.md
Created February 19, 2025 11:16
Project Spec for FoCP Semester 2 2025

Programming Project

You should complete a pair of programs, or a collection of programs, according to the spec below.

Your programs should follow all the conventions of good Python code (PEP-8). You should include with your work a README.md file that clearly explains what work you have done.

You may not use any packages or libraries that are not part of the Python standard library. This means that, for example, you may not use packages from the Python Package Index (PyPi).