Overview of Collections – list and set¶
Let us get an overview of list and set as part of the Python Collections.
- Overview of list and set
- Common Operations
- Accessing Elements from Lists
- Adding Elements to list
- Updating and Deleting Elements – list
- Other list operations
- Adding and Deleting elements – set
- Typical set operations
- Validating set
- list and set – Usage
- Exercises – list and set
- list of delimited strings
- Sorting data in lists and sets
- Exercies – Sorting lists and sets