.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%の正確性であり、検証済みのファイルタイプに関する情報のみを公開しています。

このページへの追加や更新をご提案いただける場合は、お知らせください。