Records and dictionaries
Lesson 4 / 9
Lesson video
The video is not available yet.
Lesson slides
not available yet
Lesson details
Lesson outcome
I can create a record using a dictionary in Python.
Show transcript
Data structures are used to store data in an organised and accessible way.
A record is an example of a data structure.
A record allows you to store a collection of attributes for a single entity.
Python does not have a native data structure for a record.
Instead, you can use a different data structure called a dictionary to represent a record.
Worksheet
not available yet
Quizzes
This quiz is not available yet.
What pupils see
The same lesson as a pupil sees it. You can set any section as work on its own.
- IntroductionPrepare · Not available
- Starter quizActivate · Not available
- Lesson videoLearn · Not available
- Exit quizCheck · Not available
This content is by Cashar and published under an open licence.