If python dictionaries are inherently orderless, why were they given the name if a real dictionary is sorted by letter?
4th February 2012
My answer to If python dictionaries are inherently orderless, why were they given the name if a real dictionary is sorted by letter? on Quora
The metaphor here is that paper dictionaries make it easy to look stuff up by letter or word—just like Python dictionaries make looking something up by key an instant operation.
I don’t know of any other languages that use the word “dictionary” for this—Perl and Ruby call them Hashes, PHP calls them Associative Arrays, JavaScript calls them Objects, Lua calls them Tables. Personally I find the term dictionary more intuitive than those alternatives but I do spend way more of my time with Python.
More recent articles
- Using pip to install a Large Language Model that's under 100MB - 7th February 2025
- OpenAI o3-mini, now available in LLM - 31st January 2025
- A selfish personal argument for releasing code as Open Source - 24th January 2025