Can .py be complied?

ryan at ryankaskel.com ryan at ryankaskel.com
Tue Apr 26 22:32:38 EDT 2005


I don't know the exact details, but try using the compiled Python
scripts (bytecode). I believe they are semi-optimized and platform
independent. They are the .pyc and .pyo files generated when the script
is run.




More information about the Python-list mailing list