Hacker News new | ask | show | jobs
by porridgeraisin 468 days ago
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.