Code Yarns ‍👨‍💻
Tech BlogPersonal Blog

Implementation of Dictionary in Python

📅 2012-Apr-12 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ dictionary, python ⬩ 📚 Archive

During a Udacity CS101 class, Prof. David Evans introduces Python dictionaries and mentions that the viewer can learn more about the implementation of this data type in the book Beautiful Code. I looked it up and Chapter 18 of the book titled Python’s Dictionary Implementation: Being All Things to All People written by Andrew Kuchling actually turned out to be quite interesting.

Here are some notes about the dictionary implementation:

I hope you have fun spelunking the dictionary implementation in Python. 😊


© 2023 Ashwin Nanjappa • All writing under CC BY-SA license • 🐘 Mastodon📧 Email