| title | Python internals - let's talk about dicts | ||||||
|---|---|---|---|---|---|---|---|
| date | 2019-09 | ||||||
| authors |
|
||||||
| conference |
|
||||||
| resources |
|
This talk explores corners of the Python dictionary data structure. It discusses quirks with dictionary key hashing, flaws of overriding dicts and how to do it properly, demonstrates the missing magic method, and shows ways to update a dict without overriding its keys. It also explains issues regarding hashing of mutable values.