Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

compile python to 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
Source by effbot.org #
 
PREVIOUS NEXT
Tagged: #compile #python #pyc
ADD COMMENT
Topic
Name
6+3 =