Best Editor

J

JAG CHAN

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.
Thanks.
 
N

Neil Cerutti

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.
 
J

JAG CHAN

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.

Thanks friends.
As you say, as a beginner will start with IDLE.
 
A

abisen

Wow I like the sound of "Learning a highly portable,
industrial-strength program like Vim or emacs is something I highly
recommend". I use Aquamacs (it's emacs with Mac OS-X Interface) and
emacs on other platform. It works great for me.
 
C

crystalattice

JAG said:
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.
Thanks.

My choice is SPE. It has wxGlade built-in for easy creation of
wxPython GUIs, syntax error highlighting, etc. It's cross-platform
too. It does require installing wxPython, though that's not difficult.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,175
Latest member
Vinay Kumar_ Nevatia
Top