Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!feeder.erje.net!news-xfer.nntp.sonic.net!news.astraweb.com!border5.newsrouter.astraweb.com!not-for-mail From: Ben Finney Newsgroups: comp.lang.python Subject: Re: Python IDE/text-editor References: X-Public-Key-ID: 0xAC128405 X-Public-Key-Fingerprint: 517C F14B B2F3 98B0 CB35 4855 B8B2 4C06 AC12 8405 X-Public-Key-URL: http://www.benfinney.id.au/contact/bfinney-pubkey.asc X-Post-From: Ben Finney Date: Sat, 16 Apr 2011 13:32:04 +1000 Message-ID: <8739lij2h7.fsf@benfinney.id.au> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:RQk7pNcllrCb4aCo0yZTYKEPbgQ= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Lines: 23 Organization: Unlimited download news at news.astraweb.com NNTP-Posting-Host: 86502c46.news.astraweb.com X-Trace: DXC=ADWkUkDfe=C^MAbH1]K;0BL?0kYOcDh@JN7:H2`MmAUCUg6[@V^?kWCbEW9A[5UK?ENZ[SL`C\KgCTSk[]QB1H8B Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:3286 Alec Taylor writes: > I'm looking for an IDE which offers syntax-highlighting, > code-completion, tabs, an embedded interpreter and which is portable > (for running from USB on Windows). Either of Emacs or Vim are excellent general-purpose editors that have strong features for programmers of any popular language or text format. They are available for every major OS, including MS Windows, are mature and have enormous community support, and are free software and community developed. Learn either one, and you won't have to keep switching to different editing tools for different programming tasks. -- \ “Geeks like to think that they can ignore politics. You can | `\ leave politics alone, but politics won't leave you alone.” | _o__) —Richard Stallman, 2002-07-26 | Ben Finney