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,700 results
Sets are unordered collections of values that are great for removing duplicates, quick containment checks, and set operations.
367 views
9 months ago
đ Tired of dealing with duplicate data in your programming projects? Discover the fascinating world of Sets in Python, the ...
8 views
4 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
2 weeks ago
In this video, we dive into Python sets and their usage, exploring how to create sets, perform operations like union, intersection, ...
14 views
10 months ago
Learn how to build robust and scalable software architecture: https://arjan.codes/checklist. In this video, I'm going to walk you ...
27,552 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
2 months ago
Master one of the most powerful data structures in Python: SETs. If you're looking to learn how to efficiently remove ...
6 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 ...
10 views
13 days ago
Python Sets and Tuples are Python Data Structures or Data Storage Abstractions. Sets and Tuples stores data objects. The set ...
1,162 views
3 weeks ago
Python Tutorial for Beginners | Lecture 10 Sets Welcome to Python Tutorial for Beginners | Lecture 9 In this lesson, you'll learn ...
38 views
3 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 ...
49 views
1 month ago
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
6 days ago
This video covers set symmetric_difference in Python. Set symmetric_difference is an operation between two sets where a set with ...
7 views
7 days ago
Topics Covered: Ⱡ00:00 Intro 00:02 Join Sets with union or Pipe in Python 02:13 Modify a Set with update vs union function ...
0 views
5 hours ago
Topics Covered: ⱠTime Topic 00:00 Intro 00:02 Booleans Are Integers in Python 03:31 Python set Constructor Creating Sets ...
29 views
Making Things Nice in Python Speaker(s): Rich Iannone Abstract: When working on the Great Tables and Pointblank Python ...
290 views
Learning Python from scratch? In this beginner-friendly tutorial, we break down Python Sets in the simplest way possible. You'll ...
37 views
Welcome to DeepLearn Edge! In this Python tutorial for beginners (2025 edition), we will explore three powerful data types in ...
24 views
5 months 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 ...
12 days ago
This video covers Python set clear. Set clear, removes all elements from the set, leaving behind an empty set. As an additional ...
1 day ago