6 ms·
For python use .pyc or .pyo - ofcourse they can be decompiled but then so can be a .class
by srp 18y ago
For python use .pyc or .pyo - ofcourse they can be decompiled but then so can be a .class
- tptacek 18y agoYes, and both a .class and a .pyc file are completely equivalent to source code. Why bother?