Distributing programs

Leif K-Brooks eurleif at ecritters.biz
Sun Oct 2 13:23:21 EDT 2005


Jeff Schwab wrote:
> Sorta, but not really.  Typically, you might distribute the source (.py)
>  files, but if you don't want to do that, you can distribute the
> compiled .pyc files instead.  Python creates these files automatically
> when your modules are imported.

But remember that Python bytecode can be easily decompiled with a
publicly-available program.



More information about the Python-list mailing list