Check sibling questions

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.

  1. Computer Science - Class 12
  2. Chapter 2 - File Handling in Python

About the Author

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 and Computer Science at Teachoo