PyMOTW: compileall
Originally posted
· 1 min read
The compileall module finds Python source files and compiles them to the byte-code representation, saving the results in .pyc or .pyo files.
The compileall module finds Python source files and compiles them to the byte-code representation, saving the results in .pyc or .pyo files.