#Python question: since dictionaries are ordered in Python 3 now, are there any reasons to still use OrderedDicts? I'm updating some old code that was written in Python 2 originally.
Nope, they're just there for backward compatibility. Convert away!
@cazabon @paulvanderlaan not really, they still have more stuff... https://docs.python.org/3/library/collections.html#collections.OrderedDict