me@michellealzoladesign.com

Mon - Fri: 8AM - 5PM MDT

Pickling is an object serialization in Python. Serializing an object means that the object is converted to byte streams and saved to a file that can be retrieved later.

Below is a screenshot of my solution for Chapter 9’s exercise number 8 from Starting Out with Python, 5th Edition by Tony Gaddis. You may see my solution from my GitHub repo here.

Recommended Articles