- Eating nothing but omelets would get old real quick.…Variety is the spice of life so I should probably add…another function to my menu of breakfast recipes.…- How about making some pancakes?…- Sounds good to me.…To make a pancake, I start by mixing together…the ingredients in a bowl.…Then I pour that mixture into a frying pan,…I cook the pancake on one side,…flip it, I cook the other side,…and the output of that process,…is a delicious pancake.…Hmm, something seems familiar about this.…Ah, the process for making a pancake has a lot…in common with the process for making an omelet.…
Performing the same steps in multiple places is…the perfect time to consider functionalizing that process.…Back in idle I had the start a 102 breakfast function…scripts open which has a new function for making pancakes.…Inside of the make pancake function,…I perform all of the steps in the pancake making process.…I mix the ingredients, pour the mixture into a frying pan,…cook the first side, flip it, and cook the other side.…At the end, the make pancake function returns a string…
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: Code reuse