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
Mention what is the difference between Django, Pyramid, and Flask.
What is python unit test?
What is python software?
What are python dictionaries?
Write a program in python to check if a number is prime.
What is uuid format?
What is
What can I build with python?
How do you reverse a string in python?
What does strip () do python?
Explain python functions?
What is a python template engine?
In python, can you name the data science and machine learning libraries?
Why python is better than r for data science?
Is python strongly typed?