I'm considering to compile a python code in order to ensure the source-code without losing script functionality
By reading the following post from stackoverflow: "Is it possible to decompile a compiled .pyc file into a .py file?", I took into account that there is still a chance to get the source code by decompiling the .pyc file.
So, the question is:
Is there anyway to lock and protect the code to get a compiled program in order to protect the code of the script(.py)?