Seeking IDE

N

Nick Mountford

Hi,

Complete newb to Python and programming, looking for an open source
IDE to download. Any suggestions?

Thanks,

Nick
 
J

Jags

Hi there,

You could use the IDLE that is bundled along with the Python
installation.

If you don't like that, you could use any of the following editors:
EditPlus, TextPad, UltraEdit, WingIDE, Komodo (from ActiveState) or
jEdit. All these are Windows based.

Cheers!
- Jags.
 
R

Ruben Baumann

Hi,

Complete newb to Python and programming, looking for an open source
IDE to download. Any suggestions?

Thanks,

Nick


SPE (Can be used in editor mode only if desired, but comes with WxGlade for
GUI)


Boa Constructor, VisualWx, Python Card (if your desire a GUI approach)

RB
 
J

Jeffrey Maitland

I am currently using synEdit.

That is because it is a free, small, and very customizable and
highlites pythn keywords.(and was on the system at work)
Where as at home I use Emacs, or GNUEmacs (depends on which boot up I
chose at the time).

Jeff
 
B

Bruno Desthuilliers

Nick Mountford a écrit :
Hi,

Complete newb to Python and programming, looking for an open source
IDE to download. Any suggestions?

Use something simple. Start with Idle (it comes with Python, and has all
the basic features you may need to learn Python). When you'll have learn
the bases, it will be time to move to something else.
 
N

Nick Vargish

Jags said:
If you don't like that, you could use any of the following editors:
EditPlus, TextPad, UltraEdit, WingIDE, Komodo (from ActiveState) or
jEdit. All these are Windows based.

Komodo is available for Linux and Windows, and ActiveState will be
releasing a version for OS X later this year.

jEdit claims to run on many platforms since it's written in Java.

WingIDE has downloads for Linux, OS X, and Windows.

Personally, I favor (X)Emacs and zsh for my DE, but I'm one of those
people who prefer a looser coupling between tools than you typically
get with a monolithic IDE.

Nick
 

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
474,260
Messages
2,571,308
Members
47,964
Latest member
ConnieBold

Latest Threads

Top