Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: Which Python editor has this feature? Date: Tue, 12 Jan 2016 12:09:42 +1100 Lines: 21 Message-ID: References: <830f6f97-22dd-488c-9dd6-e9cd92844307@googlegroups.com> <5f1619e5-83ff-449e-b7e5-2374a37bd50b@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de mE2+KTxDsl7dzz1C8DTGRwGB8/ht55mj881weUvoYUCA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python,': 0.02; 'received:209.85.223': 0.03; 'subject:Python': 0.05; 'postgresql': 0.07; 'subject:editor': 0.07; 'cc:addr:python-list': 0.09; "they've": 0.09; 'yeah,': 0.09; 'python': 0.10; 'jan': 0.11; '"python': 0.16; '"well,': 0.16; '2016': 0.16; 'decent': 0.16; 'devs': 0.16; 'editor,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'idle.': 0.16; 'magic': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'utterly': 0.16; 'wrote:': 0.16; "wouldn't": 0.16; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; 'feature': 0.24; 'mon,': 0.24; 'chris': 0.26; 'message- id:@mail.gmail.com': 0.27; 'cool': 0.27; 'compared': 0.30; 'getting': 0.33; 'idle': 0.33; 'thanks!': 0.34; 'tue,': 0.34; 'that,': 0.34; 'received:google.com': 0.35; 'next': 0.35; 'platforms,': 0.35; 'but': 0.36; 'received:209.85': 0.36; 'subject:?': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'being': 0.37; '12,': 0.37; 'received:209': 0.38; 'multilingual': 0.72; 'bernardo': 0.84; 'chrisa': 0.84; "students'": 0.84; 'subject:this': 0.85; 'to:none': 0.91; 'request:': 0.91 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=DWEqRLi1PMM+PeVROFLB2vLNNINIhYgQEUbFaZzNqjk=; b=Dwtx0YXGiI4zh+jus6b1HSMOkVaetTx2RFMbe3uK91X2sCtdqYHkXvHyJNWfPkS0jq UaxViphwYSl2J7zQ9Zu9/caj+XXlY8FcLV931BwPF9kon2hstdxUQL6g6XJDOHEzKw+o sMzcn5f25vuQZaCe4ViHaJ8AUjfxQxCZFe5wk0Vb+bvsV9N93B3XKxRl2HNPw4lXz0Qu qUYsALkC9NclO2WSl8IU3lww2xnjpor1P5tAhlE67CesnneEBvajlCyT//rQD4eS5AEU sWbjcsY9mv3yXDYEJeX6JNWWKHos8h2I76x289f8oON+fGfF5AKVYm2zlFsZTkUUuXJm 8q6Q== X-Received: by 10.107.14.73 with SMTP id 70mr86223780ioo.31.1452560982335; Mon, 11 Jan 2016 17:09:42 -0800 (PST) In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:101508 On Tue, Jan 12, 2016 at 11:55 AM, Bernardo Sulzbach wrote: > On Mon, Jan 11, 2016 at 10:14 PM, Chris Angelico wrote: >> >> Next IDLE feature request: Can you make it so that, across all >> platforms, it magically installs PostgreSQL and psycopg2? That would >> solve so many of my students' problems... >> > > Wouldn't this make the installer much bigger? Yes, and it's also completely and utterly inappropriate. But I am seeing a lot of cool magic getting added to Idle. Since I met Python, it's gone from being "well, yeah, Python *does* include a GUI, but it's pretty unexciting compared to others" to "Python includes a pretty decent editor, but it's (unsurprisingly) Python-specific, so I don't use it for multilingual work". Shout-out to Terry and the other Idle devs for the work they've put in. Thanks! ChrisA