Computer Science, asked by gaganadithyareddy9, 9 months ago

I am learning file handling in Python I am learning Pickle in Python (Dumping and loading files) But when I am opening the file in which I wrote the text, it is showing as 'Make sure it is in UTF-8 and contains proper encoding hint'. Can anyone help me out in this. I am using Thonny Shell.

Answers

Answered by KARTAVYAJUNEJA
0

Explanation:

Pickling is useful for applications where you need some degree of persistency in your data. Your program's state data can be saved to disk, so you can continue working on it later on. It can also be used to send data over a Transmission Control Protocol (TCP) or socket connection, or to store python objects in a database. Pickle is very useful for when you're working with machine learning algorithms, where you want to save them to be able to make new predictions at a later time, without having to rewrite everything or train the model all over again.

Answered by Rupesh20052007
0

Answer:

pls message or phone to your computer science because same problem happen to me

Similar questions