Fork me on GitHub

  1. What is Pickle in python ?

    August 02, 2013

    Hi there fellas. In this post i am going to tell you about pickle. It is used for serializing and de-serializing a Python object structure. Any object in python can be pickled so that it can be saved on disk. What pickle does is that it “serialises” the object first ...

    read more