The collections Module

Reference:

The collection module's OrderedDict datatype allows us to convert normal dictionaries to special dictionaries which respect the order of their keys. This datatype may prove useful for processing and transforming data.

Last updated