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
1,097 results
Why does modifying a list inside a function affect it? When you pass a list to a function, you give access to the original.
42 views
11 months ago
Did you know you can use pop() in Python to move the first item to the end of a list? #learning #short #shorts GitHub ...
854 views
9 months ago
Did you know that in Python, you can easily unpack elements from a list or tuple into variables with the unpacking operator?
2,953 views
What is `list()`? It's a built-in Python function that creates a new list or converts an iterable into a list. Here's the syntax: ...
34 views
8 months ago
Did you know that in Python, you can use an ellipsis (...) as a placeholder in a list? #learningpython #shorts #learning GitHub ...
4,050 views
Why does modifying a list inside a function affect it? In Python, lists are mutable, meaning they can change. When you pass ...
90 views
10 months ago
Python has two powerful built-in functions — all() and any() — that let you quickly check if all or any elements in a list are truthy.
18 views
4 months ago
How to sort list of dictionaries by key in Python? 🛠️ Sorting dictionaries by a key is easy but can be inefficient. 🛠️ Using a ...
88 views
15 views
Did you know that in Python you can use a 'lambda' function to print the result of a simple function in just one line of code? GitHub ...
1,130 views
In this video, we delve into the Python `count()` function, a powerful tool for determining the number of occurrences of a specific ...
35 views
6 months ago
What's the best method for merging lists into a dictionary? 🛠️ You can use the built-in zip function for this. 🛠️ This method pairs ...
23 views
In this video, we delve into the powerful capabilities of Python's asyncio library, focusing on how to efficiently pass a list of ...
1 view
Python Lists — Built-in Functions and Methods Explained with Examples and Output (2025) In this Python tutorial, you'll learn all ...
1 month ago
Learn how to find the most frequent name in a Python list using just one line of code with the max() function! Perfect for ...
835 views
In this video, we'll explore the powerful combination of Python's list manipulation capabilities and lambda functions. You'll learn ...
7 views
Did you know you can reverse sequences in Python in multiple ways? In this short, I'll show you **3 quick and easy methods** to ...
9 views
2 months ago
In this comprehensive guide, we'll explore the essential concepts of listing variables and functions within a Python class. Whether ...
2 views
7 months ago
Did you know that in Python, if you have a string that represents a Python expression, you can use the eval() function to evaluate it ...
981 views
Why do Python loop functions always return the same value? This classic closure trap has stumped even senior developers—but ...
120 views