Eric3 is great IMHO.
http://www.die-offenbachs.de/detlev/eric3.html
--
http://mail.python.org/mailman/listinfo/python-list
Check out SciTE. It is from the creator of Scintilla and it's great.
It's not a full IDE but with python you'll learn you really don't need
it, at least IMHO. It's fast and works on windows and Linux.
http://www.scintilla.org/SciTE.html
I would also checkout WingIDE. Its one of the best, again
Just call me James wrote:
> Hi,
>
> Coming away from the luxury of the delphi IDE has been something of a
> shock.
>
> As a consequence I've become aware that maybe I need to spend some
> money on a python IDE.
You can google for lots of IDE reviews, here's a start
http://www.awaretek.com/tutori
I suggest checking out PythonCard.
It's a GUI builder based on wxPython and it's very easy to use.
It offers the basic functionality of Delphi or VB, letting you drag &
drop widgets on a form.
This visual way of dealing with widgets authomatically creates a file
with the form and its controls descr
Just call me James wrote:
> Hi,
>
> Coming away from the luxury of the delphi IDE has been something of a
> shock.
>
> As a consequence I've become aware that maybe I need to spend some
> money on a python IDE.
>
> As a beginner I reckon integrated debugging would be helpful.
>
> Does anyone h
Hi James,Take a look at: http://wiki.python.org/moin/IntegratedDevelopmentEnvironmentsCheers,Fabiop.s. I'd reccomend Pydev + Pydev Extensions -- Has debugger, code-analysis, refactoring, code-completion, and all the other niceties you'd expect from an IDE.
On 24 Apr 2006 17:34:12 -0700, Just call
Hi James,There are many different IDE available for Python, but if you are coming from Delphi, you may find interesting to try PyScripter available at http://mmm-experts.com/Products.aspx?ProductID=4
. For a list of availale Python IDE and editors, you cmay also check this page: http://wiki.python.
Hi,
Coming away from the luxury of the delphi IDE has been something of a
shock.
As a consequence I've become aware that maybe I need to spend some
money on a python IDE.
As a beginner I reckon integrated debugging would be helpful.
Does anyone have any advice or suggestions? So far I've glance