• relevance of OrderedDict in 2021

 

One of my quests this week is to use collections.OrderedDict for the first time. I absolutely love how CheckIO nudges its users to try out and learn about new stuff they haven't used before. After doing some research, I'd like to argue that OrderedDict is no longer relevant in 2021 with python 3.8 and thus should be excluded from being pushed in quests or to determine what stage a player is at ("To get to the next stage:" you need to use X, Y and Z).

Comments?

Source 1 Source 2 Source 3 Source 4

.