Pickle is an object serialization module for Python. Use this tag together with the Python tag for questions related to storing or loading objects with Pickle.
Pickle provides a powerful set of tools for serializing and de-serializing Python objects.