Myths about teaching can hold you back
Learn why
These resources will be removed by the end of the Spring Term 2026.
Start using our brand new teaching resources now. Designed by teachers and subject experts, with real classrooms in mind.
The older resources below were created for lockdown learning during the pandemic and are not designed for classroom teaching.
Lesson details
Key learning points
- In this lesson, we will learn about the world of the Sense HAT, a physical device that sits on top of a Raspberry Pi computer and can be used to sense the environment.
Content guidance
- Equipment requiring safe usage.
Supervision
Adult supervision recommended
Licence
This content is made available by Oak National Academy Limited and its partners and licensed under Oak’s terms & conditions (Collection 1), except where otherwise stated.
3 Questions
Q1.What method should you use to add something to the end of a list?
What method should you use to add something to the end of a list?
add()
insert()
plus()
Q2.What method should you use to sort a list in ascending order?
What method should you use to sort a list in ascending order?
ascending()
atoz()
sort(ascending)
Q3.True or False: You can return a list from a function
True or False: You can return a list from a function
False
3 Questions
Q1.How many Astro Pi's are in space?
How many Astro Pi's are in space?
1
3
4
Q2.How many pixels are on the LED matrix?
How many pixels are on the LED matrix?
16
32
8
Q3.Which code snippet would you use to remove all pixels from the LED matrix?
Which code snippet would you use to remove all pixels from the LED matrix?
sense.delete()
sense.off()
sense.remove()