Hashable, immutable
        Posted  
        
            by joaquin
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by joaquin
        
        
        
        Published on 2010-04-19T22:32:07Z
        Indexed on 
            2010/04/19
            22:33 UTC
        
        
        Read the original article
        Hit count: 387
        
python
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?
© Stack Overflow or respective owner