Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #22407
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.008 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'classes,': 0.05; 'classes.': 0.07; 'scripting': 0.09; 'thread': 0.12; 'received:80.91': 0.16; 'received:80.91.229': 0.16; 'received:gmane.org': 0.16; 'received:list': 0.16; 'refactoring': 0.16; 'subject:Tools': 0.16; 'tool.': 0.16; 'pointed': 0.17; 'wrote:': 0.19; 'file.': 0.21; 'header:In-Reply-To:1': 0.22; 'somebody': 0.23; 'code.': 0.23; 'distribute': 0.26; 'header:User- Agent:1': 0.26; 'tools,': 0.27; 'subject:/': 0.27; 'header:X -Complaints-To:1': 0.29; 'modules': 0.30; 'wonder': 0.30; 'tool': 0.32; 'received:com.au': 0.32; 'code': 0.32; 'clear': 0.34; 'am,': 0.34; 'mainly': 0.34; 'to:addr:python-list': 0.35; 'done': 0.35; 'things': 0.35; 'there': 0.36; 'received:org': 0.36; 'but': 0.37; 'why': 0.37; 'subject:: ': 0.37; 'some': 0.39; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'different': 0.62; 'anyway,': 0.65; 'secret,': 0.84; 'received:110': 0.96 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Lie Ryan <lie.1296@gmail.com> |
| Subject | Re: Tools for refactoring/obfuscation |
| Date | Sat, 31 Mar 2012 16:18:47 +1100 |
| References | <jj6kmc$7vb$1@speranza.aioe.org> <mailman.1028.1332813076.3037.python-list@python.org> <jkvcpm$boh$1@speranza.aioe.org> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | 110-175-240-90.static.tpgi.com.au |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120310 Thunderbird/11.0 |
| In-Reply-To | <jkvcpm$boh$1@speranza.aioe.org> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1167.1333171140.3037.python-list@python.org> (permalink) |
| Lines | 18 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1333171140 news.xs4all.nl 6913 [2001:888:2000:d::a6]:46887 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:22407 |
Show key headers only | View raw
On 03/29/2012 03:04 AM, Javier wrote: > Yes, in general I follow clear guidelines for writing code. I just use > modules with functions in the same directory and clear use of name > spaces. I almost never use classes. I wonder if you use some tool for > refactoring. I am mainly intersted in scripting tools, no eclipse-style > guis. > > Just let me know if you use some scripting tool. > > And, as somebody pointed in this thread obfuscating or refactoring the > code are very different things but they can be done with the same tools. <troll>if you're not using classes, your code is obfuscated already</troll> Anyway, I think it's better if you describe why you want such a tool. If you want to keep your code a secret, just distribute the .pyc file. If you want to refactor your code to improve readability, there is rope.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Tools for refactoring/obfuscation Javier <nospam@nospam.com> - 2012-03-07 03:29 +0000
Re: Tools for refactoring/obfuscation Vladimir Ignatov <kmisoft@gmail.com> - 2012-03-26 21:51 -0400
Re: Tools for refactoring/obfuscation Javier <nospam@nospam.com> - 2012-03-28 16:04 +0000
Re: Tools for refactoring/obfuscation Lie Ryan <lie.1296@gmail.com> - 2012-03-31 16:18 +1100
Re: Tools for refactoring/obfuscation Javier <nospam@nospam.com> - 2012-04-02 14:09 +0000
Re: Tools for refactoring/obfuscation Stefan Behnel <stefan_ml@behnel.de> - 2012-03-27 15:12 +0200
csiph-web