.PYC Extension de fichier

Python Compiled File

Développeur Python Software Foundation
Popularité
3.7  |  72 Votes
 

Qu'est-ce qu'un fichier 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.

Plus d'informations

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.

Comment ouvrir un fichier PYC

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

Avertissement

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.

Ouvrez plus de 400 formats de fichiers avec File Viewer Plus.Téléchargement gratuit

Programmes qui ouvrent ou référencent les fichiers PYC

Vérifié par FileInfo.com

L'équipe FileInfo.com a mené des recherches indépendantes sur le format de fichier Python Compiled et les applications Mac, Windows, and Linux répertoriées sur cette page. Notre objectif est une précision de 100%, et nous ne publions que des informations sur les types de fichiers que nous avons vérifiés.

Si vous souhaitez suggérer des ajouts ou des mises à jour de cette page, faites-le-nous savoir.