473,386 Members | 1,819 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

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

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 glanced at
Komodo, but as a beginner I'm not in a positon to evaluate it.

thanks for exprienced advice,

Greg

Apr 25 '06 #1
5 2190
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 have any advice or suggestions? So far I've glanced at
Komodo, but as a beginner I'm not in a positon to evaluate it.

thanks for exprienced advice,

Greg


I sympathize entirely (I've been a Delphi user since v2 and have yet to
find an equally competent IDE for just about any language). Here's the
list of IDEs I went through in my transition from Delphi to Python (I
started off hacking around with Python on my Linux box with vim, but
quickly went searching for something a bit more comprehensive and
specific to the language):
Boa Constructor
http://boa-constructor.sourceforge.net/

Heavy-weight IDE designed to be a sort of Delphi-for-Python. Includes
integrated debugging, visual form designer and property inspector (uses
wxWindows as its GUI framework) and a pretty cool editor (based on the
Scintilla component).

It's still a bit flaky in some places, but it's certainly usable. That
said, my machine isn't exactly fast: I eventually got fed up with the
slow speed and went hunting for something a bit quicker...
Stani's Python Editor (SPE)
http://pythonide.stani.be/

Heavy-weight editor (based on Scintilla IIRC) with Blender integration.
Uses wxGlade or XRCed as visual form designers. Didn't try this one for
long; for some reason the interface just didn't "feel" right. Then
again, it's open-source and many swear by it so you may as well give it
a shot.
TruStudio
http://www.xored.com/trustudio

Heavy-weight IDE (based on Eclipse). Gave it a whirl but as you can
imagine, if my machine was slow with Boa Constructor, the Java-based
Eclipse was just glacial... Urgh.
PyScripter
http://mmm-experts.com/Products.aspx?ProductId=4

Light-weight IDE with integrated debugging (no visual form designer). I
was interested in this as it's written in Delphi. Hence, it's pretty
damned fast, small, and serves as an interesting example of integrating
the Python interpreter in Delphi applications (something I was
interested in doing, though I haven't had an actual need to do so yet).

Unfortunately, the editor component used is SynEdit (which, being a
Delphi user I'm guessing you've probably heard of and/or used).
SynEdit's a great component for small scale editing, but it's just got
too many bugs when dealing with large files or long editing sessions,
and lacks some of Scintilla's neat features like code-folding (given
that the source for PyScripter is available it might be interesting to
try replacing the SynEdit editor with Scintilla since there's a Delphi
interface for Scintilla available ... although I suspect it'd be a
pretty big job).
Notepad2
http://www.flos-freeware.ch/notepad2.html

Light-weight editor (based on Scintilla). Little more than a notepad
replacement (no integrated debugger or visual stuff) with those
features you always wanted in notepad (support for UNIX line breaks,
syntax highlighting, etc).
At this point I realized I'd gone from heavy-weight full-blown IDEs
with integrated debugging, to heavy-weight editors, to light-weight
editors, and back to using stack traces and the odd print statement for
debugging. However, I also found (to my surprise) that I'd got
comfortable enough with Python that not having integrated debugging no
longer bothered me. I realized what I was really searching for was a
small, fast, powerful editor...

And so it was that after 2 or 3 weeks of hunting for the best IDE for
me, I wound up right back where I started: vim :-)

Still, I consider the journey to have been worth it (e.g. the
integrated debugger in Boa helped me learn Python that much quicker by
making it easy to spot my beginners mistakes).

You might want to check out eric3 as well. I haven't tried it but it's
another one some people swear by:
http://www.die-offenbachs.de/detlev/eric3.html
Good luck!

Dave.
--

Apr 25 '06 #2
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 description, and the events associated
to these widgets are writen in another separated file as simple
functions.

http://pythoncard.sourceforge.net/

Apr 25 '06 #3

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/tutorials.html#ide
http://spyced.blogspot.com/2006/02/p...de-review.html
http://www.straw-dogs.co.uk/blog/python-ide-review

http://aspn.activestate.com/ASPN/Mail/Message/2732522
http://www.artima.com/forums/flat.js...t=0&msRange=15

Apr 25 '06 #4
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 IMHO. If
you write open source apps you can have the IDE for free although they
do ask to take a look at your source code and that you have a web page
up for it. I believe those are the only requirements. If you don't
have your project to that stage yet, they will give you a 6 month
license to get it there.
http://wingware.com

Wing IDE Professional v. 2.x $179.00 $295.00 $395.00
Wing IDE Personal v. 2.x $35.00 $60.00 $80.00

Apr 25 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Matt | last post by:
Any progammers looking for a killer app to develop? How about a voice enabled forum? One of the most powerful, exciting, and engrossing experiences on the Internet is the Forum. The first great...
15
by: windozbloz | last post by:
Bye Bye Billy Bob... I'm back with one more question, then I'll chill. I have scoured the news and net for info about Borlands KYLIX 3 and have found little technical info about it. Their...
18
by: spiffo | last post by:
The Main Issue in a nutshell I am a corporate developer, working for a single company. Got a new project coming up and wondering if I should stay with Python for this new, fairly large project,...
4
by: dba123 | last post by:
I am looking for a very good Enterprise Forum with Blog. This will be used for our public website which serves about 1.5 million users. This software cannot be cheesy, and must be as flexible as...
2
by: Dave Kelly | last post by:
Both my daughter and I are wanting to take courses in PHP programming. We both have websites to maintain. Her for her business and me for my fishing club. We live in the far north fringes of...
3
by: Karl Nierler | last post by:
Hi everybody, I am currently developing my first commercial (customer specific) PHP application. This application is in fact nothing else than a content management system with internal...
52
by: robert | last post by:
I'm very pleased to announce that Foundations of F#, the first book to be published on the F# programming, will finish its first printing run, tomorrow, Friday 25th May. It should reach any...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.