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
- Gemini 2.0 Flash: An outstanding multi-modal LLM with a sci-fi streaming mode - 11th December 2024
- ChatGPT Canvas can make API requests now, but it's complicated - 10th December 2024
- I can now run a GPT-4 class model on my laptop - 9th December 2024