Filename extensions: pyc & pyo
(related variations:
pyc
pyo)
Usually a compiled
Python
script (that is, Python
bytecode), a
program written in the Python
language. It should
more or less run on any
machine that has Python installed, but unlike
py files will probably be
binary rather than simple
ASCII. In the case of the
"pyo" variant, the script is not only compiled but
optimized.
|
|