Python IDE/text-editor

rusi rustompmody at gmail.com
Sat Apr 16 00:12:46 EDT 2011


On Apr 16, 8:20 am, Alec Taylor <alec.tayl... at gmail.com> 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?



More information about the Python-list mailing list