Best Editor

Neil Cerutti horpner at yahoo.com
Thu Aug 24 08:25:15 EDT 2006


On 2006-08-24, JAG CHAN <rup at invalid.com> wrote:
> Friends, I am trying to learn Python. It will be of great help
> to me if you let me know which one would be best editor for
> learning Python. Plese note that I would like to have
> multiplatform editor which will be useful for both LInux and
> Windows XP.

Start with IDLE, which will likely be available everywhere you
use Python. The full instructions for using IDLE take up about
two pages of text, which means it's lightweight, and it comes
preconfigured with good Python integration.

Learning a highly portable, industrial-strength program like Vim
or emacs is something I highly recommend, but it's not
necessarily a productive thing to do that at the same time you're
learning Python.

-- 
Neil Cerutti



More information about the Python-list mailing list