Can I block others from seeing my Python code? -
this question has answer here:
- undecompilable python 2 answers
can block others seeing code? i'm working on in python. save it, it's (.py) , can right-click , see code. unlike c generate .exe can't (!) read.
you can read assembly code generated process of compilation in c. code not hidden : it's bit more complex read, because asm. totally , definitively not hidden :)
python made open source community, idea not hiding code. if ever want make .exe python code, can have try py2exe or freeze :
cheers,
k.
Comments
Post a Comment