Saving dict to pickle

PHOTO EMBED

Wed Jul 27 2022 02:21:04 GMT+0000 (Coordinated Universal Time)

Saved by @jmbenedetto #python

with open(filename, 'wb') as handle:
    pickle.dump(dict2save, handle, protocol=pickle.HIGHEST_PROTOCOL)
content_copyCOPY