Hashable, immutable
- by joaquin
From a recent SO question I realized I probably had a wrong concept of the meaning of hashable and immutable objects in python.
What hashable means in practice?,
What the relation between hashable and immmutable is?
There are mutable objects that are hashable? And immutable not hashable?