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
139 results
Some functions return values; others don't. What is the difference, and when do you use each type?
250 views
3 years ago
Now it is not printed within the function. It's simply given back using our return keyword. Then what happens, we say, now we have ...
82 views
2 years ago
A quick recap of functions, parameters, and arguments. Then a demo of how to debug a script in Thonny.
473 views
7 years ago
Unlock personalized mentorship, early access to exclusive AI resources, and join a supportive learning community—sign up now ...
562 views
1 year ago
So, in one month Python 3.14b1 will be released, and in this video I'll show you off most of the important changes that's coming.
64,242 views
Why it is confusing to use the same variable name in the sending function and the receiving function. View an annotated PDF ...
222 views
8 years ago
Introducing simple functions in Python. View an annotated PDF transcription of the video: ...
340 views
Using function prototypes allows you to call functions before you have defined their function body.
182 views
5 years ago
Passing information between functions.
83 views
126 views
The first thing that Python does when evaluating an if statement is check if there is an else clause. If there is, Python replaces the ...
5,191 views
Learn about local variables, which “belong” to a function, and global variables, which are available to all functions.
254 views
Using functions like square root, sine, and cosine in Python. In this video, I refer to the “math library.” You will also hear it referred ...
238 views
Part 6 in a series about Dart's language and libraries. Posted to GoogleDevelopers as a treat, for all videos, see ...
5,082 views
13 years ago
If you're a new developer or a student just starting to wrap your head around logical operations and truth tables, the terms nullary ...
98 views
The break statement lets you exit from a loop before the loop condition says it's complete. The continue statement lets you jump to ...
815 views
... actually happens is Python creates a tuple and returns the tuple. And that way you can return multiple values from a function.
64 views
In this video I explain the optimizations for the upcoming version of md-toc (8.2.1). You'll see an in-depth analysis about some ...
31 views
In this video, we will learn about two fundamental concepts in Python: variables and objects. ✨ Check out the learning materials ...
1,435 views
How does the function call-and-return stack work?
1,359 views