Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Explain pickling and unpickling.

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


Please Help Members By Posting Answers For Below Questions

What does != Mean in python 3?

743


What do you mean by list comprehension in python?

850


What is the output of this below query?

824


What command do we use to debug a python program?

833


Why we are using def keyword for method?

889


How many constructors can a class have?

852


Please explain in python what is slicing?

920


Explain me database connection in python flask?

798


How Python performs Compile-time and Run-time code checking?

830


In python, how you can randomize the items of a list in place ?

755


Which is faster python or php?

783


Is node better than python?

789


which of the following is an invalid statement?

854


What is purpose of __init__ in class ? Is it necessary to use __init__ while creating a class ?

818


What is a method call?

783