This Python video about Set operations part 2 in Thamizh explains the following.
1. Iterate a set using for and in.
2. Checking for availability of an item in a set.
3. Use Combinations and Operators.
4. Set comprehension.
5. Creating immutable set using frozenset() function.