Let's Code Python: pickle

Channel:
Subscribers:
1,700
Published on ● Video Link: https://www.youtube.com/watch?v=_-gwqVKzY1Y



Duration: 33:19
358 views
6


The pickle module lets us preserve data by pickling it. This is fundamentally different from writing strings to a file, because pickled objects aren't human-readable and don't require you to write any parsing logic.