Approaches to protecting Python code when sharing apps

Posted by Haunting-Shower1654@reddit | Python | View on Reddit | 28 comments

It’s harder to protect code when distributing Python apps than compiled languages.

There are many possibilities, like packaging or obfuscation, but none are really user-friendly.

I’d be interested to hear how others do this.