Looking for a python IDE

A

alfaeco

Hello

I am looking for a good IDE for Python. Commercial or Open Software.

If possible with visual GUI designer.

For the moment I am considering Komodo.

Any suggestions?

Thanks in advance
 
A

Andrei

I am looking for a good IDE for Python. Commercial or Open Software.
If possible with visual GUI designer.
> For the moment I am considering Komodo.

There is no Python IDE that has a fully-integraded approach like Delphi
or VS with all bells and whistles. Tools tend to be somewhat separate
and can be combined at will, using any editor you like with any GUI
designer you like. Boa constructor is an attempt at buildings something
like Delphi, but it's quirky and has an unclear maintenance status.

Some of the big names in Python IDEs are Spe, Eric, Idle, PythonWin and
WingIDE. GUI designers you can use are wxGlade (for wxPython), Glade
(for PyGTK) and QtDesigner (for Qt). Spe + wxGlade and Eric + QtDesigner
are natural fits.

It's really a jungle out there - your personal taste and toolkit
preferences will have to determine your choice. If I like wxGlade, it
won't help you if you want to build Qt apps, Eric doesn't work if you
run Windows, etc.

Yours,

Andrei
 
P

Paddy

Hello

I am looking for a good IDE for Python. Commercial or Open Software.

If possible with visual GUI designer.

For the moment I am considering Komodo.

Any suggestions?

Thanks in advance
Hi, you have asked a very common question. Please search out previous
threads on this topic in comp.lang.python or search www.python.org, or
do a general google around. You should find a LOT of opinion.

- Paddy.
 
R

Rich Shepard

I am looking for a good IDE for Python. Commercial or Open Software.
If possible with visual GUI designer.

You can also evaluate boa constructor.

I tried that for a week or so but went back to emacs with the python
language bindings. There are a bunch of alternatives available and only your
opinion will let you choose among them.

Rich
 
M

Méta-MCI

Hi!

Perso, I like komodo.
But :
- littles pb with (very) big scripts
- slow to start
- no french version...

@-salutations

Michel Claveau
 
C

cog109

Ayon kay (e-mail address removed):
Hello

I am looking for a good IDE for Python. Commercial or Open Software.

If possible with visual GUI designer.

For the moment I am considering Komodo.

Any suggestions?

Thanks in advance

I like to use BOA Constructor i think it is the best compare to KOMODO
because of its tight bond to wxPython....
 

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

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,778
Messages
2,569,605
Members
45,238
Latest member
Top CryptoPodcasts

Latest Threads

Top