I\'ve had a search around but can\'t find anything regarding this...
I\'m looking for a way to save a dictionary to file and then later be able to load it back into
You can also use Pickle for this task. Here's a blog post that explains how to do it.