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

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -