ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

6,700 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

367 views

9 months ago

EdumasterRD
Goodbye Duplicates! Master SETS in Python and Clean Your Data Easily

🚀 Tired of dealing with duplicate data in your programming projects? Discover the fascinating world of Sets in Python, the ...

13:59
Goodbye Duplicates! Master SETS in Python and Clean Your Data Easily

8 views

4 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

2 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

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,552 views

10 months 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

EdumasterRD
Goodbye Duplicates: Master SETs in Python (Intersection, Difference, Union)

Master one of the most powerful data structures in Python: SETs. If you're looking to learn how to efficiently remove ...

8:50
Goodbye Duplicates: Master SETs in Python (Intersection, Difference, Union)

6 views

4 months 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

10 views

13 days ago

Data Information Academy
Python Sets and Tuples

Python Sets and Tuples are Python Data Structures or Data Storage Abstractions. Sets and Tuples stores data objects. The set ...

58:51
Python Sets and Tuples

1,162 views

3 weeks ago

hyperabadi
Python Tutorial for Beginners | Lecture 10 Sets

Python Tutorial for Beginners | Lecture 10 Sets Welcome to Python Tutorial for Beginners | Lecture 9 In this lesson, you'll learn ...

17:28
Python Tutorial for Beginners | Lecture 10 Sets

38 views

3 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

49 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

6 days 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

7 days ago

Tech Keys X
Python Sets Explained   Union Intersection Difference   Interview Ready  S1 EP18

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

23:59
Python Sets Explained Union Intersection Difference Interview Ready S1 EP18

0 views

5 hours ago

Tech Keys X
Python Sets Are WAY Stranger Than You Think Even Booleans Are Integers   S1 EP16

Topics Covered: ⏱ Time Topic 00:00 Intro 00:02 Booleans Are Integers in Python 03:31 Python set Constructor Creating Sets ...

21:50
Python Sets Are WAY Stranger Than You Think Even Booleans Are Integers S1 EP16

29 views

13 days ago

Posit PBC
Making Things Nice in Python (Rich Iannone, Posit) | posit::conf(2025)

Making Things Nice in Python Speaker(s): Rich Iannone Abstract: When working on the Great Tables and Pointblank Python ...

16:45
Making Things Nice in Python (Rich Iannone, Posit) | posit::conf(2025)

290 views

2 months ago

The Learning Loop
Python Sets Explained for Absolute Beginners | Handle Duplicates Easily (Python Basics Tutorial)

Learning Python from scratch? In this beginner-friendly tutorial, we break down Python Sets in the simplest way possible. You'll ...

28:56
Python Sets Explained for Absolute Beginners | Handle Duplicates Easily (Python Basics Tutorial)

37 views

2 months 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

5 months 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

8 views

12 days 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

8 views

1 day ago