Learn > Higher Computing Science > Higher Python Course

Higher Python

In this Python course for Higher Computing Science, you will learn:

  • How to work with parallel arrays, records, and arrays of records
  • How to use parameter passing and understand the scope of variables
  • How to write sub-programs such as functions and procedures
  • How to use pre-defined functions (e.g. substring, ASCII conversions, modulus, number conversions)
  • File handling — reading from and writing to CSV or text files
  • How to implement standard algorithms such as linear search, finding min/max values, and counting occurrences