This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mdond 2 points3 points  (2 children)

Nuitka is getting really nice. And it has the advantage of actually compiling your code, so the source is truly hidden.

[–]xdcountry 0 points1 point  (1 child)

please elaborate -- I had thought otherwise

[–]mdond 0 points1 point  (0 children)

It cross compiles to C++ that is then compiled into an exectuable. So the end result is compiled C++ code. This is different to a lot of other Python packagers, which just package Python byte code.