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
11 results
Learn Python the Smart Way! In this quick tutorial, you'll discover how to generate powers of 2 using a sleek lambda function—no ...
12 views
3 months ago
Describes the Python Built-in Function: any()
63 views
11 months ago
The Python programming language has over 60 built-in functions to help you code more efficiently. In this video, we will discuss ...
243 views
10 months ago
Describess the bin() function.
336 views
Describes and explains the Python built-in function - all()
174 views
Here, `map()` applies the lambda function to square each number in the list, and the result is converted to a list using `list()`.
144 views
9 months ago
Describes the Python built-in function ascii()
52 views
288 views
44 views
Here we create a new class by using type() and the arguments "MyClass", 'object' and 'greet' With a lambda function 'self'.
32 views
8 months ago
In this quick and powerful Python tutorial, you'll learn how to instantly get the ASCII value of any character using the built-in ord() ...