Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
title Python internals - let's talk about dicts
date 2019-09
authors
Dominik Czarnota
conference
PyConPL 2019
Pykonik Tech Talks
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.