Sinisterly
How i can protect my python code - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: Coding (https://sinister.li/Forum-Coding)
+--- Forum: Python (https://sinister.li/Forum-Python)
+--- Thread: How i can protect my python code (/Thread-How-i-can-protect-my-python-code)

Pages: 1 2


RE: How i can protect my python code - Ex094 - 03-16-2014

(03-16-2014, 08:20 AM)yuyboy Wrote: Hmmm but how i can do this?
I mean how i can make python code when someone use it the server run the main code from my website for him?

You just need to make the code then host it on the server, When the visitor will visit the link of your app it'll execute on the server, you don't have to do anything, You just have to write the script.. Correct me if I'm wrong :S


RE: How i can protect my python code - yuyboy - 03-16-2014

Hmmm ok thanks EX094 for your responses.