“Python Convertir PY File a PYC” Código de respuesta

compilar python a pyc

import py_compile
py_compile.compile('yourFile.py')
# the compiled file will be saved as yourfile.pyc in a __pycache__ folder, which will be created the same folder as yourfile.py
Thoughtful Trout

Python Convertir PY File a PYC

#also see datetime
import time
now = time.time()
print(now)
Dr. Hippo

Respuestas similares a “Python Convertir PY File a PYC”

Preguntas similares a “Python Convertir PY File a PYC”

Más respuestas relacionadas con “Python Convertir PY File a PYC” en Python

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código