Y
Hacker News
new
|
ask
|
show
|
jobs
by
srp
6617 days ago
For python use .pyc or .pyo - ofcourse they can be decompiled but then so can be a .class
1 comments
tptacek
6617 days ago
Yes, and both a .class and a .pyc file are completely equivalent to source code. Why bother?
link