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
6,358 results
Sets are unordered collections of values that are great for removing duplicates, quick containment checks, and set operations.
371 views
9 months ago
In this beginner-friendly Python tutorial, we'll break down Frozen Sets — one of Python's immutable data types. You'll learn what ...
50 views
2 months ago
This video shows a Python set tutorial. It explains what a set is, and gives a brief rundown on the main features and things one can ...
15 views
1 month ago
This video covers Python set update. The set update method, updates a set by adding all items from all of the other containers ...
8 views
2 weeks ago
Learn how to build robust and scalable software architecture: https://arjan.codes/checklist. In this video, I'm going to walk you ...
27,835 views
10 months ago
This video covers Python set clear. Set clear, removes all elements from the set, leaving behind an empty set. As an additional ...
14 views
3 weeks ago
In this video, we dive into Python sets and their usage, exploring how to create sets, perform operations like union, intersection, ...
This video covers set symmetric_difference in Python. Set symmetric_difference is an operation between two sets where a set with ...
7 views
In Python set add adds an item to a set. This video covers how the set add method works, and the different things you can do with ...
11 views
In Python, set intersection returns a set with all elements that the two (or more) sets have in common between them. This video ...
9 views
This video covers Python set intersection_update. Set intersection_update does set intersection, meaning it results in a set with ...
3 views
This video covers set difference in Python. Set difference is an operation between two sets where a set with only items unique to ...
4 weeks ago
In Python set pop removes a random item from a set. This video covers how the set pop method works, what it returns, and the ...
In Python, set union returns a set with all elements in all of the two (or more) sets combined. This video explains that as well as ...
This video covers Python set difference_update. Set difference_update does set difference, meaning it results in a set with ...
This video covers Python set remove. Set remove removes an item from a set. It is unique it that a KeyError results from using ...
18 views
The Python Set is a Python Data Structure or a Data Storage Abstraction. Within Data Handling, Python's set provides the user ...
1,233 views
This video covers Python set intersection and intersection_update. It covers how they both work, what they do, and the difference ...
2 views
This video covers Python set union vs update. It covers what both of those set methods are, how they work, and how set union and ...
6 views
Welcome to DeepLearn Edge! In this Python tutorial for beginners (2025 edition), we will explore three powerful data types in ...
24 views
6 months ago