Choosing between OrderedDict and dict For years, Python dictionaries were unordered data structures. Python developers were used to this fact, and they relied on lists or other sequences when they ...