Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
92 results
A quick recap of functions, parameters, and arguments. Then a demo of how to debug a script in Thonny.
463 views
7 years ago
Learn about local variables, which “belong” to a function, and global variables, which are available to all functions.
251 views
Why it is confusing to use the same variable name in the sending function and the receiving function. View an annotated PDF ...
220 views
8 years ago
The break statement lets you exit a loop from the middle; the continue statement takes you to the next iteration of a loop.
250 views
6 years ago
Using function prototypes allows you to call functions before you have defined their function body.
179 views
5 years ago
Various forms of the print() function, including formatting output. Note: at 8:10 I say“I'll pass that on to the format function” -- the ...
345 views
Also: what is variable scope? Note: at 1:00, the narration should be “Is **a** in the current scope? No, it isn't.”
168 views
Writing an algorithm that finds a value in an array by looking at each item in term from beginning to end.
93 views
4 years ago
What makes a good variable name? Find out here!
468 views
Learn when to use -- and not to use -- exceptions.
170 views
Advanced Features of Functions Part 1 : Introduction and passing one function to another.
7,293 views
You use an if statement to make decisions about whether to take an action or not. You use an if/else statement to decide whether ...
135 views
Video lecture by Jill Jones Center for Computer Studies Magnet Program Carl Hayden High School.
461 views
10 years ago
So I have this new value of 2x squared minus 2x minus 12. So if I wanted to evaluate the product of a function at any particular ...
553 views
11 years ago
Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...
27 views
3 years ago
Using Python strings. Sorry about the really scratchy voice at the beginning. Oh well. Note: I often use the terms “word” and “letter” ...
258 views
We're going to write a function that lowers the price of the book by a given percent. Because structures are passed by value, the ...
165 views
When should you use braces around the body of an if/else? (Spoiler alert: always.)
559 views
A parent class variable can refer to a child class object. This is called polymorphism, and this video introduces the concept.
296 views
Learn about the +=, *=, (etc), ++ and -- operators.
324 views