Concatenating Python files into .pyc

Does anyone know if it is possible to combine multiple python files and the library depends in one .pyc file bytecode?

So, instead of storing multiple files, I can just interpret the library as one .pyc bytecode file.

+3


source to share





All Articles