I sometimes encounter problems like TypeError: unhashable type: 'list'
while programming. Therefore, I decide to set aside some time to undertand the important Python concepts, mutable, hashable and iterable.
iteration
Python Application Notes: list
Python Application Notes: dict
Collect common operations in dict
, including nested dictionaries, iteration, sorting.