object-persistence

With Python, can I keep a persistent dictionary and modify it?

With Python, can I keep a persistent dictionary and modify it? Question: So, I want to store a dictionary in a persistent file. Is there a way to use regular dictionary methods to add, print, or delete entries from the dictionary in that file? It seems that I would be able to use cPickle to …

Total answers: 9