.PYC Bestandsextensie

Python Compiled File

Ontwikkelaar Python Software Foundation
Populariteit
3.7  |  72 Stemmen
 

Wat is een PYC-bestand?

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.

Meer informatie

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.

Een PYC-bestand openen

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

Waarschuwing

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.

Open meer dan 400 bestandsformaten met File Viewer Plus.Gratis downloaden

Programma's die PYC-bestanden openen of ernaar verwijzen

Geverifieerd door FileInfo.com

Het FileInfo.com-team heeft onafhankelijk onderzoek gedaan naar het Python Compiled-bestandsformaat en de Mac, Windows, and Linux-apps die op deze pagina worden vermeld. Ons doel is 100% nauwkeurigheid en we publiceren alleen informatie over bestandstypen die we hebben geverifieerd.

Als u aanvullingen of updates voor deze pagina wilt voorstellen, kunt u het ons laten weten.