For example, I'm a developer, who created some application (e.g., django application
) for free, using python. I want to share my application with other guys. But I don't want share source code. I wish to have full control on my program.
Is it possible to compile Python source codes to bytecodes
to protect code from unauthorized access? I could share bytecodes of my program. Note, that I understand, that it is not absolute protection of source code. But is there a better way?