Q. What is pickling process? What is its need ?
Answer :-
Objects have a specific structure which must be maintained while storing or accessing them. Python provides a special module - the pickle module to take care of that. The pickling process serializes the objects and converts them into byte stream so that they can be stored in binary files.
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )