Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!news2.arglkargh.de!nuzba.szn.dk!pnx.dk!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.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.024 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'subject:Python': 0.05; 'scripts': 0.09; 'python': 0.09; 'indeed,': 0.09; 'whatever.': 0.09; 'files.': 0.13; 'merely': 0.16; 'tabs': 0.16; 'to:name :python-list@python.org': 0.20; 'header:In-Reply-To:1': 0.25; 'dos': 0.27; 'all.': 0.28; 'once.': 0.29; 'spaces': 0.29; 'file': 0.32; 'to:addr:python-list': 0.33; 'text': 0.34; 'said,': 0.35; 'tool': 0.36; 'received:71': 0.36; "didn't": 0.36; 'charset:us- ascii': 0.36; 'subject:: ': 0.38; 'received:10': 0.38; 'to:addr:python.org': 0.39; 'subject:, ': 0.61; 'times': 0.63; 'subject:The': 0.71; 'hey,': 0.72; 'universe': 0.84 From: "Leonard, Arah" To: "python-list@python.org" Subject: RE: The best, friendly and easy use Python Editor. Thread-Topic: The best, friendly and easy use Python Editor. Thread-Index: AQHN+meUO+cMX4jfN0KFo66cioVu/JhY3WxAgAFKd4CAACatMA== Date: Fri, 25 Jan 2013 17:35:53 +0000 References: <2ECADBDABCB17E40B66A25D839706F5E07586EE4@msnmail2.bruker-axs.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.73.1.96] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 25 Jan 2013 17:35:53.0999 (UTC) FILETIME=[6D0311F0:01CDFB22] 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1359135357 news.xs4all.nl 6952 [2001:888:2000:d::a6]:50271 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:37681 >> >> It's just a text file after all. >> >=20 > True indeed, let's not worry about trivial issues like indentation, mixin= g tabs and spaces or whatever. Notepad anybody? :) >=20 Hey, I didn't say Notepad was the *best* tool for the job, just that Python= scripts are merely text files. Though, that said, I have used Notepad and Wordpad any number of times in t= he past to edit Python files, all without bringing the universe to an untim= ely end. Even used DOS Edit once. You use what you have at the time. A g= ood craftsman never blames the tools. ;)