.PYC 파일 확장자

Python Compiled File

개발사 Python Software Foundation
인기도
3.7  |  72 투표
 

PYC 파일이란 무엇인가요?

A PYC file is a compiled version of a Python script (.PY file). When Python code is executed, the interpreter compiles the script into bytecode and then saves it as a PYC file. PYC files allow Python to run the program more efficiently since the code doesn’t need to be recompiled each time it is executed.

추가 정보

Python typically automatically generates a PYC file when you run a Python script, then stores it in a __pycache__ folder. The PYC file allows the Python interpreter to skip the compilation process on subsequent runs, improving performance, especially for larger applications.

PYC 파일을 여는 방법

You should not attempt to open or modify PYC files. Instead, Python references the files internally to decrease program execution time.

경고

PYC files may be targeted and infected by various types of malware, including the Python.Pytroj virus, to interleave harmful code into the binaries of Python applications that reference the infected PYC files. To protect against PYC files that have been potentially infected by a virus, install an antivirus program on your computer that detects viruses like the Python.Pytroj virus.

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

PYC 파일을 열거나 참조하는 프로그램

검증자 FileInfo.com

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

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