Completed
Potential Problems
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python Calculator - Learn to Program Series Part 22
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Use Case Description
- 3 Potential Problems
- 4 Checking which math function was clicked
- 5 Number buttons
- 6 Updating the entry
- 7 Tracking the first number
- 8 Division problems
- 9 Writing the code
- 10 Creating the interface
- 11 Testing the interface
- 12 Creating the first function
- 13 Creating the third function