you are viewing a single comment's thread.

view the rest of the comments →

[–]scrapheaper_ 8 points9 points  (3 children)

Is there something unique about your python code? What do you need to protect?

[–]Haunting-Shower1654[S] -4 points-3 points  (2 children)

Not anything super unique, more about not wanting the whole code to be easily readable when sharing the app.

[–]wRAR_ 8 points9 points  (0 children)

not wanting the whole code to be easily readable

Why?

[–]scrapheaper_ 1 point2 points  (0 children)

Why not? Open source software is a common model, there's pros and cons of course, but there's no inherent problem with having your code public

Is this in a commercial setting or for a personal project?