Year 9 – Python programming with sequences of data

Curriculum KS3 Unit

Resources

This unit introduces learners to how data can be represented and processed in sequences, such as lists and strings. The lessons cover a spectrum of operations on sequences of data, that range from accessing an individual element to manipulating the entire sequence. Great care has been taken so that the selection of problems used in the programming tasks are realistic and engaging: learners will process solar system planets, book texts, capital cities, leaked passwords, word dictionaries, ECG data, and more.

A range of pedagogical tools are employed throughout the unit, with the most prominent being pair programming, live coding, and worked examples. The Year 7 and 8 Programming units are prerequisites for this unit. It is assumed that learners are already able to write Python programs that display messages, receive keyboard input, use simple arithmetic expressions, and control the flow of program execution through selection and iteration structures.

Unit guide

Updated: 10 Feb 2023

Learning graph

Updated: 10 Feb 2023

Summative assessment

Updated: 10 Feb 2023

Summative answer

Updated: 10 Feb 2023

Lessons

Lesson 1

Warm up

Lesson 2

Playlist

Lesson 3

In a while, crocodile

Lesson 4

The famous for

Lesson 5

Make a thing

Lesson 6

Wrap up