Skip to content

Latest commit

 

History

History

Python internals - lets talk about dicts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Python internals - let's talk about dicts

This talk shows some corners of Python dictionary data structure. It discusses quirks with dictionary keys hashing, flaws of overriding dicts and how to do it properly, shows a __missing__ magic method example and ways to update dict without overriding its keys. It also explains issues regarding hashing of mutable values.

Resources:

Presented at

Authored by

  • Dominik 'disconnect3d' Czarnota