Collections
4 lessons in the Python course.
Full Python course · Search this topic · Programming
- ListsStore ordered values, update items, and use common Python list methods.
- TuplesRepresent fixed ordered records and unpack tuple values in Python.
- DictionariesStore key-value data and safely read, update, and iterate over dictionaries.
- SetsStore unique values and perform fast membership and set operations.