Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'guido': 0.04; 'ide': 0.05; 'subject:Python': 0.05; 'python': 0.08; 'oh,': 0.09; 'there?': 0.09; 'files.': 0.09; 'am,': 0.12; 'received:209.85.210.174': 0.13; 'received:mail-iy0-f174.google.com': 0.13; 'already.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'mon,': 0.16; 'wrote:': 0.18; 'discussion': 0.22; 'dec': 0.22; 'header:In-Reply-To:1': 0.22; 'message-id:@mail.gmail.com': 0.28; 'idle': 0.29; 'source': 0.31; 'to:addr:python-list': 0.34; 'community': 0.34; 'install': 0.35; 'but': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; 'johnson': 0.39; 'why': 0.39; "it's": 0.40; 'received:209': 0.40; 'to:addr:python.org': 0.40; '2011': 0.61; '26,': 0.67; 'revelation': 0.84; '4:44': 0.91; 'execution,': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=OU/kXP2g7MI/LFci3JkHtFBQFxUdQZu4PdjpRDLhLc0=; b=ENN0nyEGOxKwWTuN0wVFjs3nvoDFjQUOHEGmX2X5Y70fHf70eEBIcia9DHjb+GKVFd /QW1bLw7PulbpDyKenoqW/j3LbCRX4zRjuSY4bkV+lTKTU2LXHvRdTIrdzmQuAh6CeQ6 FfIl8WC689f4yWTFP6dTKXudulXxReLTQO/eI= MIME-Version: 1.0 In-Reply-To: <8bdab804-7fa7-4a2a-b8db-920c7c034752@32g2000yqp.googlegroups.com> References: <06423dd7-4fbb-4e7a-b529-e697ea862b05@f11g2000yql.googlegroups.com> <8bdab804-7fa7-4a2a-b8db-920c7c034752@32g2000yqp.googlegroups.com> Date: Mon, 26 Dec 2011 14:27:44 +1100 Subject: Re: Python education survey From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1324870067 news.xs4all.nl 6900 [2001:888:2000:d::a6]:50652 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:17942 On Mon, Dec 26, 2011 at 4:44 AM, Rick Johnson wrote: > Why install an IDE when IDLE is already there? Oh, yes, IDLE SUCKS. I > know that already. But this revelation begs the question... Why has > this community allowed IDLE to rot? Why has guido NOT started a public > discussion on the matter? Conversely, why write an IDE into IDLE when perfectly-good IDEs already exist? I don't use IDLE for development per se; it's for interactive Python execution, but not editing of source files. ChrisA