what is the use of pickle in python? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

what is the use of pickle in python?

import pickle

9th Aug 2020, 7:27 AM
Nithish
Nithish - avatar
4 Respostas
+ 6
Just an additional comment, to what Yasha mentioned. The object created from pickle can be written to a file. In this way, the object can be restored and used again at a later point in time.
9th Aug 2020, 1:45 PM
Lothar
Lothar - avatar
+ 5
TheĀ pickle moduleĀ can transform a complex object into a byte stream and it can transform the byte stream into an object with the same internal structure.
9th Aug 2020, 8:02 AM
Lexi Rockelle Smith
Lexi Rockelle Smith - avatar
- 1
Yasha Vice versa word can be very effective in your statement, hehe just newly learn this wordšŸ˜…
9th Aug 2020, 6:28 PM
AngusšŸ‘‘
AngusšŸ‘‘ - avatar