object-serialization

What is the difference between pickle and shelve?

What is the difference between pickle and shelve? Question: I am learning about object serialization for the first time. I tried reading and ‘googling’ for differences in the modules pickle and shelve but I am not sure I understand it. When to use which one? Pickle can turn every python object into stream of bytes …

Total answers: 3