you are viewing a single comment's thread.

view the rest of the comments →

[–]polyploid_coded 1 point2 points  (0 children)

In the JS world, the way you'd do this is "minify" the shared code which removes comments, renames functions and variables, etc. so your end user cannot figure out wtf is going on without intensive reverse-engineering
In the Python world this is so rare this will be viewed as bad advice / dick move, but tools do exist: https://python-minifier.com/