searching for IDE

A

alexrait1

I need an IDE for python that has the ability to show the filds of a
class when I write "."
Just the way it works in eclipse/JBuilder with java or visual studio
with c++
For now I treid eric3 and IDLE they don't do this...
 
R

Rob

Try ActiveState Komodo. It costs $30 for a personal license, and is well
worth it. If you like visual studio you will like it.

Like many other people, I have looked far and wide for a Python IDE and this
is what I've found. The free solutions don't cut it, at least without
spending many many hours of work, more than $30 worth.


R
 
G

Grumman

alexrait1 said:
I need an IDE for python that has the ability to show the filds of a
class when I write "."
Just the way it works in eclipse/JBuilder with java or visual studio
with c++
For now I treid eric3 and IDLE they don't do this...

The ActiveState python editor (pythonwin?) does this.
 
C

Chris Spencer

jean-marc said:
if you are familiar with eclipse, you could use the PyDev python
plugin.

jm

Thanks for that reference. I had been using SPE for my Python editing,
but it's gone unmaintained as of late, so I've been looking for an
alternative. Aside from an autocomplete bug (which I've reported)
Pydev's been working great for me.

Chris
 
T

Trent Mick

[Grumman wrote]
The ActiveState python editor (pythonwin?) does this.

To be clear: ActivePython (ActiveState's distro of Python) includes the
PyWin32 extensions by default on Windows. PyWin32 is an open source set
of extensions for Python on Windows. The PyWin32 extensions include a
Python editor called Pythonwin.
http://www.activestate.com/Products/ActivePython/
http://aspn.activestate.com/ASPN/docs/ActivePython/2.4/about.html

ActiveState also has a product called Komodo that is an IDE for a number
of dynamic languages: Python, Perl, PHP, Tcl, etc.
http://www.activestate.com/Products/Komodo/

For Visual Studio users, ActiveState also has a VS.NET plugin for Python
(Visual Python), and plugins for Perl and XSLT as well.
http://www.activestate.com/Products/Visual_Python/


Cheers,
Trent
 
R

RM

You should also check out eric3. It is cross-platform, free, very
advanced, and with a super active development community.

-RM
 
S

Steve Holden

alexrait1 said:
I need an IDE for python that has the ability to show the filds of a
class when I write "."
Just the way it works in eclipse/JBuilder with java or visual studio
with c++
For now I treid eric3 and IDLE they don't do this...
Wing IDE gives you a completion drop-down whenever it can. You can try
the tool out with a free download from www.wingware.com if you want, and
both personal and full licenses are available.

regards
Steve
 

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,241
Messages
2,571,223
Members
47,856
Latest member
mmorais

Latest Threads

Top