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.



Explain pickling and unpickling...

Answer / 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

More Python Interview Questions

Use of double quotes and single quote in python?

0 Answers  


What is the difference between remove() function and del statement?

0 Answers  


Where will you use while rather than for?

0 Answers  


What is sockets? Explain.

0 Answers  


Why don’t python lambda have any statement?

0 Answers  


Does netflix use python?

0 Answers  


What are the tools that help to find bugs or perform analysis?

0 Answers  


If you are ever stuck in an infinite loop, how will you break out of it?

0 Answers  


What is setup py in python?

0 Answers  


What does len () mean in python?

0 Answers  


How many kinds of operators do we have in python? Explain arithmetic operators?

0 Answers  


What is a python template engine?

0 Answers  


Categories