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 is raw_input?
What is pyunit in python?
What functions or methods will you use to delete a file in python?
Which is faster python or java?
What is a constructor in python?
Why is numpy so fast?
What applications use python?
What is super () in python?
What are python scripts used for?
Explain what is the common way for the flask script to work?
Is python a low level language?
Is end a keyword in python?
Explain the database connection in python flask?
What is the with statement in python?
What is python’s standard way of identifying a block of code?