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
180 results
Session 07: Control FLOW in Python: If-else, if-elif-else, ternary operator Welcome to the 7th session of our GCSE Computer ...
2,410 views
1 year ago
Unlock personalized mentorship, early access to exclusive AI resources, and join a supportive learning community—sign up now ...
437 views
Python for else loop explained! Learn how the for-else statement works with break statements in Python. This controversial Python ...
1,120 views
In a preceding video, we had duplicated code to read the user input outside the loop and inside the loop. To avoid duplicated ...
392 views
5 years ago
In this video we are going to describe the switch case statement in Python versus the Javascript implementation. We are going to ...
160 views
Some decision structures require you to put if statements inside if statements. That's called a “nested if” statement.
109 views
The break statement lets you exit a loop from the middle; the continue statement takes you to the next iteration of a loop.
249 views
6 years ago
Python is the #1 language for data work, data development, data analysis, machine learning, and generative AI.
138 views
1 month ago
This video explains the difference between writing an if/else-if chain and separate if statements.
78 views
Introduction to loops, with the *while* loop, which continues as long as a condition is true.
361 views
Key notions to remember: *while else construct* *break statement in while loops* #pythonlearning, #controlstructures.
566 views
This is a mini-lecture to accompany Chapter 1 in the book: “How to Think Like a Computer Scientist” at ...
896 views
7 years ago
The do/while loop is guaranteed to execute the loop body at least once.
298 views
Strengthen your skills in algorithmics and graph theory, and gain experience in programming in Python along the way. To follow ...
3,646 views
Describes nested decision structures and the use of compound boolean statements. Multiple approaches to solving a sales ...
744 views
9 years ago
When should you use braces around the body of an if/else? (Spoiler alert: always.)
555 views
4 years ago
You can build arrays of structures, or use arrays as structure members; you can even have structures that contain other structures ...
180 views
What you'd like to do is collect these separate variables into a single data structure. The way you do that in C is to start with the ...
242 views
How to Work with Dictionary in Python - everything you need to know to get started with dictionaries in Python in 1 minute. Python ...
552 views
Constructing an object with attributes and methods; conversion to string with __str__, learning about “self”.
248 views
I'm the author of the book Python for Informatics, Exploring Information, as well as your host for this particular worked exercise.
18,553 views
13 years ago
Guidelines for giving your variables meaningful names.
745 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 Python variable is a reserved memory location to store values. In other words, a variable in a python program gives data to the ...
134 views
The for statement.
10,615 views