BadPython.com

Suggestion for "Mutable dict construction"

using dict constructor is probably faster than adding one at a time
            
my_mapping = dict(pairs)