Skip to content

Instantly share code, notes, and snippets.

@yang-zhang
Created June 12, 2018 20:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yang-zhang/0c0af4942ecf5b7fcc5b6ede8506ffb4 to your computer and use it in GitHub Desktop.
Save yang-zhang/0c0af4942ecf5b7fcc5b6ede8506ffb4 to your computer and use it in GitHub Desktop.
Cheatsheet pickle
pickle.dump(something, open('something.p', 'wb'))
something = pickle.load(open('something.p', 'rb'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment