Year 9 - Computing
Python list operations
Python programming with sequences of data
Study Hub
This pupil-friendly study guide includes a unit summary, clear notes, common mistakes, and quick questions with answers.
Year 9 - Computing
Python programming with sequences of data
In this unit pupils will discover how data is represented and processed in sequences, such as lists and strings. They will cover a spectrum of operations on sequences of data, that range from accessing an individual element to manipulating the entire sequence though real world practical activites.
You will learn to add and remove items and sort data held in a list.
List methods can be used to perform operations on lists such as to add, remove and insert items. A list is a dynamic data structure, meaning the length of a list is the number of values it currently stores.
adding to an existing data structure. Add one real device or system example to prove understanding.
Mistake: Once an item is added to a list it is fixed in to the structure of the list and it cannot be altered. Correction: Items can be removed, inserted and amended in a list using list methods. These methods change the structure of the list. Values of items can also be updated.
Browse all guides in the Year 9 Computing guide library.