Re: Coming from delphi - looking for an IDE - willing to spend money

2006-04-26 Thread Petr Jakes
Eric3 is great IMHO. http://www.die-offenbachs.de/detlev/eric3.html -- http://mail.python.org/mailman/listinfo/python-list

Re: Coming from delphi - looking for an IDE - willing to spend money

2006-04-25 Thread RunLevelZero
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

Re: Coming from delphi - looking for an IDE - willing to spend money

2006-04-24 Thread gene tani
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

Re: Coming from delphi - looking for an IDE - willing to spend money

2006-04-24 Thread Luis M. González
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

Re: Coming from delphi - looking for an IDE - willing to spend money

2006-04-24 Thread Dave Hughes
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

Re: Coming from delphi - looking for an IDE - willing to spend money

2006-04-24 Thread Fabio Zadrozny
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

Re: Coming from delphi - looking for an IDE - willing to spend money

2006-04-24 Thread Andre Burgaud
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.

Coming from delphi - looking for an IDE - willing to spend money

2006-04-24 Thread Just call me James
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