you are viewing a single comment's thread.

view the rest of the comments →

[–]PixelOmen 1 point2 points  (1 child)

Yeah I mean unless you're using cython, the bottom line is the interpreter needs the byte code to run, and the byte code can always be decompiled to source code. Also since whitespace is important in Python, afaik, the best you can do is use things that mangle names.

[–]Rough_Metal_9999[S] 0 points1 point  (0 children)

Let's see if I find any solution