-
Notifications
You must be signed in to change notification settings - Fork 0
Python pickle module is used for serializing and de-serializing a Python object structure. Any object in Python can be pickled so that it can be saved on disk. What pickle does is that it “serializes” the object first before writing it to file. Pickling is a way to convert a python object (list, dict, etc.)
Nish76ant/Pickle-Module-in-Python
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
Python pickle module is used for serializing and de-serializing a Python object structure. Any object in Python can be pickled so that it can be saved on disk. What pickle does is that it “serializes” the object first before writing it to file. Pickling is a way to convert a python object (list, dict, etc.)
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published