Hacker News new | ask | show | jobs
by mh- 4765 days ago
.pyc files are very reversible.

there are open source projects that decompile them to runnable code, the original symbol names are even intact - this means you don't lose the original naming of variables, functions, arguments, etc.

1 comments

Doesn't stop you from obfuscating Python separately just like any other language, though.