Python Gotcha - Copying Nested Dicts27 Oct 2015 Here's the best blog post I've found that talks about the need for deep or shallow copy when using nested dicts in Python:http://www.peterbe.com/plog/must__deepcopy__