Lesson details

Key learning points

  1. In this lesson, we will learn how to create a program that uses a Guizero, which is a third party module that enables us to use Python code to create windows, buttons and more. We will also learn that GUI stands for Graphical User Interface.

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.

Loading...

4 Questions

Q1.
guizero is an example of which of the following
An event driven program
Procedural library
Standard Python module
Correct answer: Third party module
Q2.
Which of the following is not a third party module that includes functionality to create a GUI?
Correct answer: gpiozero
guizero
pygame
tkinter
Q3.
What type of widget is at position A in the following image?
Correct answer: ButtonGroup
CheckBox
ListBox
PushButton
Q4.
What type of widget is at position B in the following image?
ButtonGroup
CheckBox
ListBox
Correct answer: PushButton

Lesson appears in

UnitComputing / Programming 5: Strings and lists

Computing