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
81 results
Lambda functions in Python are 17% slower than regular functions when used with map/filter. Learn why lambdas get recreated, ...
1,169 views
1 month ago
Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.
13 views
1 year ago
https://youtu.be/B64PWaPt2dI https://youtu.be/NPOYyRSz6bc This is my Technology Related information.Like "O" Level,"CCC", ...
60 views
4 years ago
Describes the Python Built-in Function: any()
63 views
11 months ago
Introduced in Python 3.10, `aiter()`, short for asynchronous iterator, is a built-in function that creates an asynchronous iterator from ...
325 views
Describess the bin() function.
335 views
If you are new to Python there is an easy to use syntax for destruturing objects that is similar in Javascript #javascript ...
482 views
9 views
Describes and explains the Python built-in function - all()
174 views
It's a built-in Python function that dynamically imports a module. While most of us use `import` statements in our code, ...
18 views
29 views
6 views
In Python, callable objects include functions, methods, lambdas, and classes. Instances of classes are callable if their class has a ...
44 views
10 months ago
10 views
Video from http://www.cdf.toronto.edu/~heap/racket_lectures.html on how to flatten a nested list so that it includes only simple ...
4,209 views
12 years ago
Caveats; wonderful justifications why Exceptions aren't side effects, at least in Haskell.
802 views
Let's unravel how `all()` functions and how it can be utilized in your Python projects. The `all()` function checks whether all items in ...
287 views
How to pass objects to a function and get objects returned back from functions.
124 views
2 years ago