Sets in Python
James Uejio
15 Lessons
47m
basics
python
In this course, youβll learn about sets. Theyβre a useful data structure that allows you to do some complex operations more easily. They come up everywhere in the real world and are important to understand.
By the end of this course, youβll know:
- What a set is
- How to define a set in Python
- How to operate on a set
- How to modify a set
- When to use sets
- Why sets are a good choice for checking membership
Sets in Python
15 Lessons 47m
1. Sets in Python (Overview) (01:16)
2. What Is a Set? (00:58)
3. Immutable vs. Hashable (03:14)
4. Defining a Set in Python (02:11)
9. Different Update Methods (05:56)
10. Augmented Assignment (Sets) (01:32)
11. Frozen Sets (02:49)
13. Why Sets? (00:55)
14. Set Speed Test (05:54)
15. Sets in Python (Summary) (03:11)
About James Uejio
James is an avid Pythonista and creates video tutorials for Real Python. He is a web developer at Wish and also produces lo-fi hip hop and plays jazz guitar.
Β» More about JamesEach tutorial at Real Python is created by a team of developers so that it meets our high quality standards. The team members who worked on this tutorial are:




Thomas on Feb. 6, 2020
Very enlightening, thank you.