How to protect intellectual property while writing software in Python
If I use C/C++ to write a piece of proprietary software, then I compile
the sources and I only distribute the binaries and/or libraries.
However Python is a interpreted language and thus you run the software
directly from source. How can I protect intellectual property while
writing software in Python?
No comments:
Post a Comment