Can I block others from seeing my Python code? -


this question has answer here:

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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -