Path: csiph.com!x330-a1.tempe.blueboxinc.net!feeder1.hal-mli.net!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!postnews.google.com!r4g2000prm.googlegroups.com!not-for-mail From: rusi Newsgroups: comp.lang.python Subject: Re: Python IDE/text-editor Date: Fri, 15 Apr 2011 21:12:46 -0700 (PDT) Organization: http://groups.google.com Lines: 21 Message-ID: <1a2f26ba-3032-4e6e-a7a9-9757bbbd87b2@r4g2000prm.googlegroups.com> References: NNTP-Posting-Host: 116.73.35.230 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1302927166 21633 127.0.0.1 (16 Apr 2011 04:12:46 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 16 Apr 2011 04:12:46 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r4g2000prm.googlegroups.com; posting-host=116.73.35.230; posting-account=mBpa7woAAAAGLEWUUKpmbxm-Quu5D8ui User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13,gzip(gfe) Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:3287 On Apr 16, 8:20=A0am, Alec Taylor wrote: > Good Afternoon, > > 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). > > Here's a mockup of the app I'm looking for:http://i52.tinypic.com/2uojswz= .png As Ben suggested you can use emacs (Dunno if vi will give an embedded interpreter) but be prepared to have to work a bit -- it does not just work out of the box. In particular emacs will default to using a different python mode (python.el) than the one that python programmers seem prefer https://launchpad.net/python-mode/ You may also want to look at ipython BTW how did you make that mockup?