What is the use of pickle module?

 

Answer:

The pickle module deals with binary files. It is used for serializing and de-serializing a python object structure.

Serializing is the process of transforming data or an object in memory (RAM) to a stream of bytes called byte streams.

De-serialization i s the inverse of the pickling process where a byte stream is converted back to a python object.

Ask a doubt
Davneet Singh's photo - Co-founder, Teachoo

Made by

Davneet Singh

Davneet Singh has done his B.Tech from Indian Institute of Technology, Kanpur. He has been teaching from the past 14 years. He provides courses for Maths, Science, Social Science, Physics, Chemistry, Computer Science at Teachoo.