Comment on (In Python) Can you save an object that is in memory to disk and reload it at a later time?
solrize@lemmy.world 2 weeks ago
The quick answer is to use a serialization/deserialization library like pickle. You can’t just dump a binary image and reload it in any simple way.