Real Python
  • Start Here
  • Learn Python
    Python Tutorials →
    In-depth articles and video courses
    Learning Paths →
    Guided study plans for accelerated learning
    Quizzes →
    Check your learning progress
    Browse Topics →
    Focus on a specific area or skill level
    Community Chat →
    Learn with other Pythonistas
    Office Hours →
    Live Q&A calls with Python experts
    Podcast →
    Hear what’s new in the world of Python
    Books →
    Round out your knowledge and learn offline
    Code Mentor →Beta
    Personalized code assistance & learning tools
    Unlock All Content →
  • More
    Learner Stories Python Newsletter Python Job Board Meet the Team Become a Tutorial Writer Become a Video Instructor
  • Search
/
  • Join
  • Sign‑In

Sets in Python (Quiz)

James Uejio
Using Sets in Python James Uejio
Recommended Tutorial Course Slides (.pdf) Sample Code (.zip) Ask a Question
  • Contents
  • Discussion

Become a Member to take the quiz.

Become a Member to join the conversation.

Course Contents

Overview
93%
  • Sets in Python (Overview) 01:16
  • What Is a Set? 00:58
  • Immutable vs. Hashable 03:14
  • Defining a Set in Python 02:11
  • Length, Membership, and Iteration 03:07
  • Union, Intersection, and Difference 06:49
  • Disjoint, Subset, and Superset 05:37
  • Add, Remove, Discard, Pop, and Clear 02:44
  • Different Update Methods 05:56
  • Augmented Assignment (Sets) 01:32
  • Frozen Sets 02:49
  • Augmented Assignment (Frozen Sets) 01:28
  • Why Sets? 00:55
  • Set Speed Test 05:54
  • Sets in Python (Quiz)
  • Sets in Python (Summary) 03:11

© 2012–2025 Real Python ⋅ Privacy Policy