top of page
Paper 1: Testimonial

1. Refresh and recap
-
Write programs that display messages, receive keyboard input, and use simple arithmetic expressions in assignment statements
-
Use selection (if-elif-else statements) to control the flow of program execution
-
Locate and correct common syntax errors
-
Create lists and access individual list items
Topic 1 - Warm Up

2. Working with lists
-
Perform common operations on lists or individual items
Topic 3 - In a while, crocodile
Topic 2 - Playlist
Topic 4 - The famous for
Topic 5 - Make a thing
Unit 16 - Python programming with sequences of data
Here you will learn about 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: you will process solar system planets, book texts, capital cities, leaked passwords, word dictionaries, ECG data, and more.
Assessment
bottom of page