Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'scripts': 0.09; 'python': 0.09; 'indeed,': 0.09; 'whatever.': 0.09; 'files.': 0.13; 'sat,': 0.15; 'server,': 0.15; '4:35': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'limit,': 0.16; 'merely': 0.16; 'mishandles': 0.16; 'tabs': 0.16; 'wrote:': 0.17; 'jan': 0.18; '>>>': 0.18; 'features,': 0.22; 'option.': 0.22; 'work,': 0.22; "i'd": 0.22; 'work.': 0.23; 'tools,': 0.23; "i've": 0.23; 'feature': 0.24; 'header:In-Reply- To:1': 0.25; 'am,': 0.27; 'dos': 0.27; 'message- id:@mail.gmail.com': 0.27; "doesn't": 0.28; 'received:209.85.212': 0.28; 'all.': 0.28; 'editors': 0.29; 'once.': 0.29; 'spaces': 0.29; 'no,': 0.29; 'file': 0.32; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'text': 0.34; 'said,': 0.35; 'remote': 0.35; 'sometimes': 0.35; 'received:209.85': 0.35; 'tool': 0.36; 'but': 0.36; "didn't": 0.36; 'editor': 0.37; 'ones': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'daily': 0.38; 'files': 0.38; 'mean': 0.38; 'to:addr:python.org': 0.39; 'your': 0.60; 'subject:, ': 0.61; 'times': 0.63; 'choose': 0.65; '26,': 0.65; 'subject:The': 0.71; 'hey,': 0.72; 'absolutely': 0.84; '2013': 0.84; 'universe': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=s4hlnO6gbFVGHjl26YorfU9w1lbAIE4u6vEvmRlk8w0=; b=QOmV+6Ia6EHIiBObEujedH5IIOP6ascr14AWCnyv3TbHgRVKg9WkpBuA3iM3eq5uvH NBo3vsQRmtQnkodKjS5rIQehG38o5IHHK5GdYGXgRJSR5BNuTFbumt66D++hAbIaztjb Ji7qkz5a9qX3yUHlqbuibs5HSikAOhA2aWFZBfvkTU+epnfImKh9YKYYvbNIsQOJhlYw GplWo1lFGOLd6XW8XuhplkyIjorwRVVIQp6tH82CXv29YNjtJADy/V0WaKLF3Yz3eISJ jCOULkCjAritPMJolqYCPWYIW39jbATGE1xmhedK/kGJCcxlGtCtqsQSpno+PBMFhDZv vzRA== MIME-Version: 1.0 X-Received: by 10.52.32.39 with SMTP id f7mr5519492vdi.92.1359135757583; Fri, 25 Jan 2013 09:42:37 -0800 (PST) In-Reply-To: <2ECADBDABCB17E40B66A25D839706F5E0758713D@msnmail2.bruker-axs.com> References: <2ECADBDABCB17E40B66A25D839706F5E07586EE4@msnmail2.bruker-axs.com> <2ECADBDABCB17E40B66A25D839706F5E0758713D@msnmail2.bruker-axs.com> Date: Sat, 26 Jan 2013 04:42:37 +1100 Subject: Re: The best, friendly and easy use Python Editor. From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 29 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1359135760 news.xs4all.nl 6894 [2001:888:2000:d::a6]:53597 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:37683 On Sat, Jan 26, 2013 at 4:35 AM, Leonard, Arah wrote: >>> >>> It's just a text file after all. >>> >> >> True indeed, let's not worry about trivial issues like indentation, mixi= ng tabs and spaces or whatever. Notepad anybody? :) >> > > Hey, I didn't say Notepad was the *best* tool for the job, just that Pyth= on scripts are merely text files. > > Though, that said, I have used Notepad and Wordpad any number of times in= the past to edit Python files, all without bringing the universe to an unt= imely end. Even used DOS Edit once. You use what you have at the time. A= good craftsman never blames the tools. ;) I've edited files using any number of poor tools, but that doesn't mean I'd choose them for daily work. Blame your tools no, but choose which ones you carry around on your belt. I have a couple of special-purpose editors that absolutely *suck* for general work, but have a specific feature that makes them good for one particular situation... one editor has a 32KB limit, no spiffy features, and sometimes mishandles line endings, but it edits files on my remote server, and can sometimes work when SSHing isn't an option. But there's no way I'd use that for any other purpose than remote editing. ChrisA