|
Compiling Python code?
Is it possible to compile Python scripts so that the source code cannot be retrieved (without difficulty)? Also, is it true that accessing a Python script with an _ after the name, e.g. trip.py_, will show the source code? If so, is it possible to prevent this?
|