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
131 results
Unlock personalized mentorship, early access to exclusive AI resources, and join a supportive learning community—sign up now ...
603 views
1y ago
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
This is a mini-lecture to accompany Chapter 1 in the book: “How to Think Like a Computer Scientist” at ...
906 views
8y ago
Python is the #1 language for data work, data development, data analysis, machine learning, and generative AI. In this ...
175 views
6mo ago
The break statement lets you exit a loop from the middle; the continue statement takes you to the next iteration of a loop.
251 views
6y ago
How to generate random numbers and use them to generate a random artwork. Most of this video talks about the program design ...
201 views
7y ago
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 ...
408 views
5y ago
Constructing an object with attributes and methods; conversion to string with __str__, learning about “self”.
249 views
238 views
This video explains the difference between writing an if/else-if chain and separate if statements.
85 views
Some decision structures require you to put if statements inside if statements. That's called a “nested if” statement.
119 views
You can build arrays of structures, or use arrays as structure members; you can even have structures that contain other structures ...
187 views
Introduction to loops, with the *while* loop, which continues as long as a condition is true.
363 views
Describes nested decision structures and the use of compound boolean statements. Multiple approaches to solving a sales ...
748 views
10y ago
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 ...
Nesting if/else statements to test multiple conditions -- and a convenient shortcut for writing such statements.
2,023 views
In this video we are going to describe the switch case statement in Python versus the Javascript implementation. We are going to ...
162 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
4y ago
Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...
193 views