Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'debug': 0.03; 'interpreter': 0.05; 'subject:Python': 0.06; 'compiler': 0.07; 'subject:while': 0.07; 'reply-to:addr:comp.lang.python': 0.09; 'subject:files': 0.09; 'to:addr:comp.lang.python': 0.09; 'subject:file': 0.13; 'cc:addr:python-list': 0.15; 'lot!': 0.16; 'subject:saving': 0.16; 'modified': 0.18; 'cc:no real name:2**0': 0.21; 'thus': 0.23; 'values.': 0.23; 'header:In-Reply-To:1': 0.23; 'testing': 0.24; 'cc:2**0': 0.25; 'cc:addr:python.org': 0.29; 'environment': 0.30; 'from:addr:googlemail.com': 0.30; 'version': 0.31; 'break': 0.32; 'header:User-Agent:1': 0.33; 'but': 0.37; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.39; 'received:209': 0.40; 'more': 0.60; 'easily': 0.60; 'header:Reply-To:1': 0.70; 'reply-to:no real name:2**0': 0.71; 'reply-to:addr:googlegroups.com': 0.73 Newsgroups: comp.lang.python Date: Wed, 9 Nov 2011 07:56:01 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=1.168.139.136; posting-account=5JdMBQoAAABHnS4mjpqEzxnmWtgiiVNw References: User-Agent: G2/1.0 X-Google-Web-Client: true MIME-Version: 1.0 Subject: Re: file extension while saving Python files From: 88888 Dihedral To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: comp.lang.python@googlegroups.com List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 1 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1320854164 news.xs4all.nl 6921 [2001:888:2000:d::a6]:43111 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:15499 In testing and debug it is better that a program can be easily modified and easy to set break point and dump values. Thus an interpreter environment is more convenient. But in the final version a compiler can speed up a lot!