You are viewing a single comment's thread from:
RE: Neat Python Feature - Pickle!
Pickle is highly useful! I'm not sure if I've used it to restore a whole state though. I only really remember using it with big data.
Pickle is highly useful! I'm not sure if I've used it to restore a whole state though. I only really remember using it with big data.
I am using it to check for IDs of records to see if I have seen them before, doesn't sound like a big deal but it saved me some migraines ;)