Image by RitaE from Pixabay

Do Not Use Python Pickle Unless You Know All These Points

Pros and cons of Pickle serialisation, and when should we use it

Christopher Tao
10 min readNov 14, 2021

--

Compare with most of the other popular programming languages, Python probably has the most flexible serialisation of objects. In Python, everything is an object, so we can say that almost everything can be serialised. Yes, the module that I was talking about…

--

--