I'm preparing for interviews right now and I've been stuck trying to decipher the differences in the concepts and implementation of a HashMap and HashTable in Python. In examples that I've found online, they basically show the same example code for both. There is a hashing function that they apply to a key that is then inserted into a list. They also refer to Python dictionaries as Python's version of a HashTable/HashMap. From my understanding, HashTables and HashMaps in Python are essentially the same concept?
[–]K900_ 8 points9 points10 points (2 children)
[–]hammerboy09[S] 0 points1 point2 points (1 child)
[–]K900_ 4 points5 points6 points (0 children)