.PICKLE 파일 확장자

Python Pickle File

개발사 Python
인기도
3.6  |  15 투표
 

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.

추가 정보

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.

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.

File Viewer Plus(으)로 400개 이상의 파일 형식을 여세요.무료 다운로드

PICKLE 파일을 여는 프로그램

Windows
Mac
Linux
카테고리: 개발자
업데이트: 2022-10-31

검증자 FileInfo.com

FileInfo.com 팀 이 페이지에 나열된 Python Pickle 파일 형식과 Mac, Windows, and Linux 앱을 독자적으로 조사했습니다. 저희의 목표는 100% 정확성이며, 검증한 파일 유형에 대한 정보만 게시합니다.

이 페이지에 추가하거나 업데이트할 내용을 제안하고 싶으시면 알려 주세요.