Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
- Introducing Python Sets 5:56
- Practice Files
- The First Property: No Order 3:58
- The Second Property: No Duplicates 7:24
- Immutable Data Types 7:45
- The Set Constructor Function 10:38
- Sets Simplify Data Processing 5:03
- Set Mutability: Adding Elements 4:44
- Set Mutability: Deleting Elements 11:33
- Set Membership & Relationship 11:03
- Set Operations: Union & Intersection 6:55
- Set Operations: Symmetric Difference & Difference 5:55
- Exercise 7:03
- Conclusion
Instruction
Practice Files
I will be teaching this lesson using the Visual Studio Code IDE. These are some of my favorite extensions:
Monokai Charcoal high contrast theme
Atom Keymap
Python extension by Microsoft
indent-rainbow
My terminal uses the Oh My Zsh framework with the Powerlevel10k theme.
I have created some files that you can launch in a Workspace so that you can code along with me! If you need to review h...