Pickle Bump dans un répertoire spécifique
with open('/full/path/to/file', 'wb') as f:
pickle.dump(object, f)
Busy Badger
with open('/full/path/to/file', 'wb') as f:
pickle.dump(object, f)