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
40 results
In a preceding video, we had duplicated code to read the user input outside the loop and inside the loop. To avoid duplicated ...
387 views
4 years ago
Python for else loop explained! Learn how the for-else statement works with break statements in Python. This controversial Python ...
1,119 views
1 year ago
Introduction to loops, with the *while* loop, which continues as long as a condition is true.
361 views
6 years ago
Key notions to remember: *while else construct* *break statement in while loops* #pythonlearning, #controlstructures.
566 views
... *control statements* *dictionaries* *switch statement* *match statement* *case labels* #controlstructures , #pythondictionary.
159 views
Some decision structures require you to put if statements inside if statements. That's called a “nested if” statement.
109 views
You can use booleans in the condition of a while loop. This will avoid duplicate code in a loop that asks for user input.
246 views
The do/while loop is guaranteed to execute the loop body at least once.
298 views
This video explains the difference between writing an if/else-if chain and separate if statements.
77 views
265 views
Let's take the program from the preceding video and add a function that displays the information in a food structure. We'll call this ...
221 views
A while loop lets your programs repeatedly ask for user input until they enter a “sentinel value” to tell you they have finished.
206 views
212 views
You can do multiple initializations and iteration actions within a for loop. Here's how it works.
331 views
"MusPy: A Toolkit for Symbolic Music Generation," International Society for Music Information Retrieval Conference (ISMIR), 2020 ...
1,625 views
5 years ago
Guidelines for giving your variables meaningful names.
726 views
Find out the limits of using casting when working with polymorphism.
276 views
How to pass arrays to methods and return arrays as results.
296 views
Find out how scanf() works its magic of changing arguments, and how you can use pointers to do the same.
195 views
Here we take a look at an example Automaton and go through its basic properties. Apologies for the poor audio in this one.
4,714 views
8 years ago