M
Explanation by: Mr. Dubey
we have been working with simple textual data. what if we are working with objects rather than simple text? for such situations, we can use the pickle module. this module serializes python objects. the python objects are converted into byte streams and written to text files. this process is called pickling. the inverse operation, reading from a file and reconstructing objects is called deserializing or unpickling.
You must be Logged in to update hint/solution
Loading Comments....
Related MCQs
Q. A simple application of exploratory decomposition is?
Q. Independent modules are easier to maintain and test because of.
Q. ______________ is a classical approach to database design?
Q. Binary search algorithm cannot be applied to________ concept.
Q. Which of the following is another name for the system virtual machine?
Question analytics

Discusssion
Login to discuss.