Unit 10: Web & Graphical User Interfaces
Students who complete this unit will demonstrate that they can:
- Explain how event-driven programs work — waiting for user actions rather than running top-to-bottom.
- Describe how a web page is structured as a tree of elements that code can read and modify.
- Build an interactive web page in Python that responds to user input.
- Draw shapes and text on a canvas surface using a coordinate system.
- Animate objects on screen by updating and redrawing them at a fixed rate.
Contents