Answer Posted / chaitanya
pickle is a standard module which serializes & de-serializes a python object structure.
pickle module accepts any python object converts it into a string representation & dumps it into a file(by using dump() function) which can be used later, process is called pickling. Whereas unpickling is process of retrieving original python object from the stored string representation for use.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are python libraries?
What does the meaning of slicing in python?
What command do we use to debug a python program?
What are the disadvantages of the python?
How to clone or copy a list in python?
What is list constructor in python?
How to create dynamic array in python?
What is index out of range error?
Is yield a keyword in python?
What are metaclasses in python?
What does time time () do in python?
What is difference between list and set in python?
Do you know the number of keywords in python? Why should you know them all?
How to declare the variables function in python?
How long can an identifier be in python?