Software Design and Development
Notes
All the code examples use Python.
These notes are focused on Higher Computing Science so some terms are used differently.
Any reference to an array will actually use a list.
Any reference to a procedure will be a function that does not return a value.
Any reference to a record is a Class using the @dataclass decorator.