Collections in Python are called containers. This is mainly used to store huge collections of data like tuple, list, set, etc. The collection module acts as a Data Structure in Python to store a huge collection of data.
Topics Covered in this module are:
- Types of Collections
- The need for List Collection
- List Indices
- Mutable List
- Nested Lists
- Tuple
- Immutable Tuple
- List vs Tuple
- Various methods of Tuple
- Creation of Tuple
- Set
- Union of Sets
- Iteration Over Sets
- Set Operations
- Dictionary
- Hashing Technique
- Read values from the Dictionary
- Dictionary Methods and Functions
Learning Outcome: How to store collections of data, Use of List, Tuple, Set, etc.