Hiding code or blocking code editing in Python -
i developed software in python , software has user's restrictions. once don't know how block users open , change code, becomes useless if delete line code , have permissions not allowed. there way protect software changing or block code visualization?
distribute python compiled .pyc files.
do not distribute python source code .py files.
http://www.curiousefficiency.org/posts/2011/04/benefits-and-limitations-of-pyc-only.html
Comments
Post a Comment