- Now that all of my dishes are finally clean,…I'm ready to unload the dishwasher…and put the clean dishes into the cabinet.…This is a perfect operation to execute using a for loop,…because I know that there are 20 clean dishes…in the dishwasher, and I plan to unload all of them.…So, I'll count aloud as I unload each one.…I'll pick up the first dish,…put it away.…That's one.…I'll pick up the second dish, and put it away as well.…That's two.…I'll pick up the third dish.…
Well, my cabinet is full,…which means I need to stop this process,…because there's no space left.…I had originally planned to put away all 20 dishes,…but because this happened,…I'll need to exit my for loop early,…and leave the unprocessed dishes in the dishwasher.…If I had checked the cabinet before I started,…I might have seen that it only had space…for two dishes, which is way less than…the number of dishes in the dishwasher,…and in that case, I could have modified my for loop…to only process two dishes…instead of trying to process all 20.…But if I can't look at the cabinet ahead of time…
Author
Released
12/21/2015- Reusing functions
- Local vs. global variables
- Creating and naming custom objects
- Class inheritance
- Modules and packages
- Multidimensional lists and tuples
- Queues and stacks
- Creating and combining sets
- Storing data in dictionaries
- If/else and switch statements
- For vs. while loops
- Error handling
- Polling and event-driven programming
Skill Level Beginner
Duration
Views
-
Introduction
-
Welcome57s
-
Using the exercise files1m 10s
-
Installing Python 3 for Mac1m 56s
-
-
1. Functions
-
Cook with functions7m 16s
-
Code reuse4m 44s
-
Add new input parameters6m 12s
-
Local and global variables7m 58s
-
-
2. Objects
-
Clothing as objects7m 25s
-
Custom objects6m 3s
-
Naming objects4m 44s
-
Mutable and immutable data4m 32s
-
-
3. Class Inheritance
-
Inheriting classes7m 4s
-
Override inherited methods3m 59s
-
-
4. Modules and Packages
-
Select tools from modules6m 55s
-
Import tools from packages3m 42s
-
-
5. Lists and Tuples
-
Parking with lists7m 29s
-
Multidimensional lists6m 50s
-
Tuples4m 25s
-
-
6. Queues and Stacks
-
7. Sets
-
Create and combine sets3m 40s
-
Sort sets4m 45s
-
-
8. Dictionaries
-
Dictionaries3m 45s
-
Add items to dictionaries4m 43s
-
Reverse lookup issues4m 22s
-
-
9. Conditional Execution
-
If/else-if chains5m 52s
-
Switch and case statements4m 31s
-
-
10. Loops
-
For loops5m 1s
-
While loops3m 41s
-
Break statements3m 37s
-
-
11. Error Handling
-
Error catching5m 39s
-
Validate external input6m 9s
-
Custom errors6m 49s
-
-
12. Polling and Event-Driven Programming
-
Polling for a condition6m 25s
-
Event driven programming7m 30s
-
-
Conclusion
-
Next steps26s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Break statements