.PICKLE Estensione file

Python Pickle File

Sviluppatore Python
Popolarità
3.6  |  15 Voti
 

Che cos'è un file PICKLE?

A PICKLE file is a byte stream created by pickle, a Python module that can serialize objects to files on a disk. This process is known as "pickling." The objects a PICKLE file contains can be "unpickled" at runtime and loaded into program memory.

Maggiori informazioni

Developers creating Python programs can use pickle to convert an object hierarchy into a byte stream. This process is known as serialization. Files created this way are saved as PICKLE or .P files.

Pickling objects allows developers to store and share them over a network more easily. At runtime, a Python program can use the pickle module to retrieve, deserialize, and use the objects a PICKLE file contains.

Come aprire un file PICKLE

You can use Python pickle (multiplatform) to read the data serialized in a PICKLE file. For more detailed instructions, refer to pickle's documentation.

Apri oltre 400 formati di file con File Viewer Plus.Download gratuito

Programmi che aprono i file PICKLE

Windows
Mac
Linux

Verificato da FileInfo.com

Il team di FileInfo.com ha analizzato in modo indipendente il formato file Python Pickle e le app Mac, Windows, and Linux elencate in questa pagina. Il nostro obiettivo è il 100% di accuratezza e pubblichiamo solo informazioni sui tipi di file che abbiamo verificato.

Se desideri suggerire aggiunte o aggiornamenti a questa pagina, faccelo sapere.