Pickle

import pickle
data = 1
pickle.dump(data, open('sample.pkl', 'wb'))
data = pickle.load(open('sample.pkl', 'rb'))
with open('sample.pkl', 'wb') as f :
    pickle.dump(data, f)
with open('sample.pkl', 'rb') as f :
    data = pickle.load(f)

Daiphys is a professional-service company for research and development of leading-edge technologies in physics and engineering.
Get started accelerating your business through our deep expertise in R&D with AI, quantum computing, and space development; please get in touch with Daiphys today!

Name*


Email*


Message*


* Indicates required field

Daiphys Technologies LLC - https://www.daiphys.com/

  • Last modified: 2023/02/20 07:02
  • by Daiphys