ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

6,358 results

Python Morsels
Practical uses of sets

Sets are unordered collections of values that are great for removing duplicates, quick containment checks, and set operations.

4:10
Practical uses of sets

371 views

9 months ago

The Learning Loop
Python Frozen Sets Explained for Absolute Beginners | Immutable Sets in Python Tutorial

In this beginner-friendly Python tutorial, we'll break down Frozen Sets — one of Python's immutable data types. You'll learn what ...

13:16
Python Frozen Sets Explained for Absolute Beginners | Immutable Sets in Python Tutorial

50 views

2 months ago

Jakubication
Python Set Tutorial

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 ...

2:33
Python Set Tutorial

15 views

1 month ago

Jakubication
Python Set Update

This video covers Python set update. The set update method, updates a set by adding all items from all of the other containers ...

1:25
Python Set Update

8 views

2 weeks ago

ArjanCodes
This Is How Marie Kondo Sets up Her Pytest

Learn how to build robust and scalable software architecture: https://arjan.codes/checklist. In this video, I'm going to walk you ...

16:02
This Is How Marie Kondo Sets up Her Pytest

27,835 views

10 months ago

Jakubication
Python Set Clear

This video covers Python set clear. Set clear, removes all elements from the set, leaving behind an empty set. As an additional ...

0:45
Python Set Clear

14 views

3 weeks ago

Center for High Performance Computing
Introduction to Python: Part 11: Sets

In this video, we dive into Python sets and their usage, exploring how to create sets, perform operations like union, intersection, ...

6:32
Introduction to Python: Part 11: Sets

14 views

10 months ago

Jakubication
Python Set Symmetric_Difference

This video covers set symmetric_difference in Python. Set symmetric_difference is an operation between two sets where a set with ...

1:33
Python Set Symmetric_Difference

7 views

3 weeks ago

Jakubication
Python Set Add

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 ...

2:17
Python Set Add

11 views

1 month ago

Jakubication
Python Set Intersection

In Python, set intersection returns a set with all elements that the two (or more) sets have in common between them. This video ...

2:00
Python Set Intersection

9 views

3 weeks ago

Jakubication
Python Set intersection_update

This video covers Python set intersection_update. Set intersection_update does set intersection, meaning it results in a set with ...

0:55
Python Set intersection_update

3 views

3 weeks ago

Jakubication
Set Difference In Python

This video covers set difference in Python. Set difference is an operation between two sets where a set with only items unique to ...

3:03
Set Difference In Python

8 views

4 weeks ago

Jakubication
Python Set Pop

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 ...

1:01
Python Set Pop

14 views

1 month ago

Jakubication
Python Set Union

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 ...

1:03
Python Set Union

15 views

2 weeks ago

Jakubication
Python Set difference_update

This video covers Python set difference_update. Set difference_update does set difference, meaning it results in a set with ...

0:50
Python Set difference_update

7 views

3 weeks ago

Jakubication
Python Set Remove

This video covers Python set remove. Set remove removes an item from a set. It is unique it that a KeyError results from using ...

1:09
Python Set Remove

18 views

2 weeks ago

Data Information Academy
Python Set

The Python Set is a Python Data Structure or a Data Storage Abstraction. Within Data Handling, Python's set provides the user ...

28:47
Python Set

1,233 views

2 months ago

Jakubication
Python Set Intersection and intersection_update

This video covers Python set intersection and intersection_update. It covers how they both work, what they do, and the difference ...

2:11
Python Set Intersection and intersection_update

2 views

3 weeks ago

Jakubication
Python Set Union vs Update

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 ...

2:21
Python Set Union vs Update

6 views

3 weeks ago

Master of Data Science
Lists vs Tuples vs Sets in Python | Python for Beginners in 2025 (Simple Explanation)

Welcome to DeepLearn Edge! In this Python tutorial for beginners (2025 edition), we will explore three powerful data types in ...

9:36
Lists vs Tuples vs Sets in Python | Python for Beginners in 2025 (Simple Explanation)

24 views

6 months ago