BadPython.com
Submit Bad Python
Mutable dict construction
my_mapping = {} for k, v in pairs: my_mapping[k] = v
This
is
bad python!
This isn't that bad!
Share How You'd Fix It
See Another
See Others' Suggestions For Improvement
See Another
Thanks for voting!
×
Current Vote Counts
Is Bad:
Not Bad: