Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #63547

Re: Editor for Python

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.002
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.06; 'back.': 0.09; 'window.': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'jan': 0.12; '11:19': 0.16; 'afterwards': 0.16; 'blocks': 0.16; 'command-line': 0.16; 'development?': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'leakage': 0.16; 'namespace?': 0.16; 'personally,': 0.16; 'language': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'source': 0.25; 'script': 0.25; 'van': 0.27; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'went': 0.31; 'that.': 0.31; 'another': 0.32; 'running': 0.33; 'something': 0.35; 'editor': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'idle': 0.36; 'application': 0.37; 'files': 0.38; 'entire': 0.61; 'back': 0.62; 'within': 0.65; 'superior': 0.69; 'to:none': 0.92
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=9ZKoY5FoGlOI2jm1XVMFStK3fUJ/s6gyNpbz3+MHrBA=; b=k8auC2llRkjGLG3pK0AqEEpCIrcJ5VPYUTIt3hMokUoejsRVx8x7RfXKxqSN+JWTOH AqG+fnJk/XPSmkVFLtzOZo1HA4BRtlPZNu6ktBPQS7zGKOZUSRitdM1O/+zwA7Q5XvPJ VDLy9wyhUTWuzjeUS00GDDdLjhG0X8nIPEEi6/0yWCuuQ6VnPr7MD9BP6xSebup94do2 7eSV25bb3gaNF88et1RYy2EK3GIx9E8N6DEFIcpskMT9ZDqfJC6nejgm7Cu/pk7l8yZX 4EvGcGcqj3bg49AS4ny4hb5CETo0s0w+WXpQx4E4hOv1gakzG+DnoxLzKYhC4Cf3YJmY Ku5A==
MIME-Version 1.0
X-Received by 10.68.98.3 with SMTP id ee3mr65378pbb.31.1389227033084; Wed, 08 Jan 2014 16:23:53 -0800 (PST)
In-Reply-To <lakptk$8no$1@ger.gmane.org>
References <3bfd7f87@news.airtel.net> <6b9049ab-e168-4f92-9526-edcaf806d2cd@googlegroups.com> <lakdhb$pcn$2@ger.gmane.org> <lake1s$270$1@ger.gmane.org> <lako00$fno$1@ger.gmane.org> <lakptk$8no$1@ger.gmane.org>
Date Thu, 9 Jan 2014 11:23:53 +1100
Subject Re: Editor for Python
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.5218.1389227037.18130.python-list@python.org> (permalink)
Lines 15
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1389227037 news.xs4all.nl 2832 [2001:888:2000:d::a6]:51424
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:63547

Show key headers only | View raw


On Thu, Jan 9, 2014 at 11:19 AM, Emile van Sebille <emile@fenx.com> wrote:
> As I recall it had something to do with both idle and the application
> running in the same namespace?  So the leakage was from within idle
> affecting the running of the script under development?
>
> Admittedly, it was a while back.  But I never went back to idle afterwards
> either...

Personally, I don't edit source files in IDLE - I use SciTE or another
editor for that. IDLE is, to me, an interactive Python session and
nothing more. I find it better than command-line Python because it
recalls entire blocks of code; it's not a superior editor to one that
can do every language I want all in one window.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: Editor for Python ayushpokharna@gmail.com - 2014-01-08 03:27 -0800
  Re: Editor for Python Douglas Duhaime <douglas.duhaime@gmail.com> - 2014-01-08 09:23 -0500
  Re: Editor for Python Terry Reedy <tjreedy@udel.edu> - 2014-01-08 15:47 -0500
  Re: Editor for Python Emile van Sebille <emile@fenx.com> - 2014-01-08 12:56 -0800
  Re: Editor for Python Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-01-08 21:02 +0000
  Re: Editor for Python Ricardo Aráoz <ricaraoz@gmail.com> - 2014-01-08 18:38 -0300
  Re: Editor for Python Terry Reedy <tjreedy@udel.edu> - 2014-01-08 18:46 -0500
  Re: Editor for Python Emile van Sebille <emile@fenx.com> - 2014-01-08 16:19 -0800
  Re: Editor for Python Chris Angelico <rosuav@gmail.com> - 2014-01-09 11:23 +1100
  Re: Editor for Python Terry Reedy <tjreedy@udel.edu> - 2014-01-08 20:51 -0500
  Re: Editor for Python TP <wingusr@gmail.com> - 2014-01-09 07:29 -0800

csiph-web