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
841 results
This short video will walk the viewer through the computer programming concepts of Parameters and Arguments.
35,714 views
9 years ago
Write a method that will take any number of arguments you would like to pass to it; it will treat them as an array.
270 views
6 years ago
How to pass objects to a function and get objects returned back from functions.
129 views
2 years ago
Unlock personalized mentorship, early access to exclusive AI resources, and join a supportive learning community—sign up now ...
415 views
1 year ago
Have you ever felt like your Python functions were solid, only to have them cause unexpected bugs when integrated into your ...
83 views
RubyConf 2016 - Keyword Args — the killer Ruby feature you aren't using by Guyren G. Howe Write clearer code more easily.
1,965 views
Thus far, we have been running Python code from Jupyter notebooks (though the same principle applies to other environments ...
110 views
The Python programming language has over 60 built-in functions to help you code more efficiently. In this video, we will discuss ...
53 views
9 months ago
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
This video is part of the Mooc “Machine learning in Python with scikit-learn ” hosted on FUN platform: ...
1,527 views
3 years ago
In this video we are going to build a command-line utility application from scratch using the *argparse* module from Python.
205 views
This video is about using named versus unnamed arguments when we're calling functions. And we've seen examples of using ...
4,540 views
5 years ago
Sometimes it is useful to be able to pass any extra arguments to another function. For example, if a new plotting function is created ...
19,071 views
12 years ago
Learn about local variables, which “belong” to a function, and global variables, which are available to all functions.
251 views
7 years ago
Keyword arguments must be valid Python identifiers. And that's the `dict()` function! To recap: - It's a flexible way to create ...
90 views
11 months ago
In addition to our standard notion of functions, in Python we can include default values for arguments, use argument names (as ...
70 views
A quick recap of functions, parameters, and arguments. Then a demo of how to debug a script in Thonny.
456 views
Some functions return values; others don't. What is the difference, and when do you use each type?
221 views
You can watch this class without ads and with extra learning games, quizzes, and lab setup instructions by going to ...
1,025 views
124 views