back

by porridgeraisin·1y ago·view on hn ↗
OrderedDict = you can choose and manipulate the order

Normal dict = insertion order only (since some python version)

Haven't looked into why they need key ordering here though.