Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 45)
45.
What is the purpose of the pickle module?
Working with compressed files
Serialization of Python objects
Parsing JSON data
Handling dates and times
Answer: Option
Explanation:
The pickle module in Python is used for serializing and deserializing Python objects.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.