BadPython.com

Suggestion for "Mutable dict construction"

dict constructor takes an iterable of pairs
            
my_mapping = dict(pairs)