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
681 results
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
This video covers Python set update. The set update method, updates a set by adding all items from all of the other containers ...
0 views
1 day ago
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
This video covers set symmetric_difference in Python. Set symmetric_difference is an operation between two sets where a set with ...
7 views
8 days ago
This video covers Python set clear. Set clear, removes all elements from the set, leaving behind an empty set. As an additional ...
8 views
2 days ago
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 hours ago
This video covers Python set difference_update. Set difference_update does set difference, meaning it results in a set with ...
5 views
6 days 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 ...
13 days ago
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 ...
3 days ago
This video covers Python set intersection_update. Set intersection_update does set intersection, meaning it results in a set with ...
2 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
7 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
This video covers set difference in Python. Set difference is an operation between two sets where a set with only items unique to ...
9 days ago
Topics Covered: ⏱ Time Topic 00:00 Intro 00:02 Booleans Are Integers in Python 03:31 Python set Constructor Creating Sets ...
29 views
This video shows Python set remove vs discard. These two set methods are identical except for one aspect. Set remove raises an ...
This video covers Python set discard. Set discard removes an item from a set. It is unique it that no errors result from using discard ...
Topics Covered: ⏱ Time Topic 00:00 Intro 00:02 Introduction to Sets in Python 02:55 Why Sets Don't Remove Duplicates 05:43 ...
20 views
... Types 01:05:00 Chapter 5 – Tuple 01:16:00 Chapter 6 – Python Dictionary 01:28:00 Chapter 7 – Python Sets 01:38:00 Chapter ...
265 views
Python for Everybody: Exploring Data in Python 3 (Charles R. Severance) - Amazon USA Store: ...
21 views
This video is a very quick explainer of how to create empty set in Python. It explains why you don't create an empty set with empty ...