Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #64120
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2014-01-16 16:58 -0800 |
| Message-ID | <7bf45fc1-e1c4-44f2-812c-e11ffa2c8ef3@googlegroups.com> (permalink) |
| Subject | Is it possible to protect python source code by compiling it to .pyc or .pyo? |
| From | Sam <lightaiyee@gmail.com> |
I would like to protect my python source code. It need not be foolproof as long as it adds inconvenience to pirates. Is it possible to protect python source code by compiling it to .pyc or .pyo? Does .pyo offer better protection?
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Is it possible to protect python source code by compiling it to .pyc or .pyo? Sam <lightaiyee@gmail.com> - 2014-01-16 16:58 -0800 Re: Is it possible to protect python source code by compiling it to .pyc or .pyo? Ned Batchelder <ned@nedbatchelder.com> - 2014-01-16 20:07 -0500 Re: Is it possible to protect python source code by compiling it to .pyc or .pyo? Ben Finney <ben+python@benfinney.id.au> - 2014-01-17 12:07 +1100 Re: Is it possible to protect python source code by compiling it to .pyc or .pyo? Chris Angelico <rosuav@gmail.com> - 2014-01-17 12:09 +1100 Re: Is it possible to protect python source code by compiling it to .pyc or .pyo? Ethan Furman <ethan@stoneleaf.us> - 2014-01-16 17:21 -0800 Re: Is it possible to protect python source code by compiling it to .pyc or .pyo? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-01-17 05:11 +0000 Re: Is it possible to protect python source code by compiling it to .pyc or .pyo? Joshua Landau <joshua@landau.ws> - 2014-01-17 21:31 +0000 Re: Is it possible to protect python source code by compiling it to .pyc or .pyo? Tim Delaney <timothy.c.delaney@gmail.com> - 2014-01-18 09:02 +1100
csiph-web