https://github.com/luc-wallace/classwork
My CS classwork
https://github.com/luc-wallace/classwork
Last synced: about 2 months ago
JSON representation
My CS classwork
- Host: GitHub
- URL: https://github.com/luc-wallace/classwork
- Owner: luc-wallace
- Created: 2023-09-29T10:28:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-04T10:01:26.000Z (over 1 year ago)
- Last Synced: 2025-01-23T21:54:36.119Z (3 months ago)
- Language: Python
- Size: 2.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Classwork
An assortment of my A-level CS projects, mainly in Python.# Structure
| Folder | Description |
| :--------------------------------------: | :---------: |
| [calculator](calculator) | A Python calculator with 5 different operators. |
| [problem-set-1](problem-set-1) | A group of Python programming questions. |
| [problem-set-1](problem-set-1) | An exam question about a plant growth simulation program. |
| [plant-growth](plant-growth) | Plant growth exam question in Python. |
| [image](image) | Image manipulation using Octave.
| [sound](sound) | Sound manipulation using Python.
| [exception-handling](exception-handling) | Exception handling examples in Python. |
| [towers-of-hanoi](towers-of-hanoi) | Towers of Hanoi simulation. (WIP) |