Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Dec 29th, 2006, 2:34 PM   #1
Dietrich
Professional Programmer
 
Dietrich's Avatar
 
Join Date: Feb 2005
Posts: 434
Rep Power: 4 Dietrich is on a distinguished road
Perfect Python IDE

Well, I think there is most likely not a perfect IDE for everyone. Sort of like the beauty of a girl, car or city. Anyway, what editor or IDE are you using, and what are your reasons you prefer that particular program?

For my purposes DrPython fits the bill. It is small, fast, not too crowded, and has nice options and plugins. It also can be configured for font and color. I like the output window, the shell window, the help window, the code completion and the indentation helper.

It is written using the wxPython GUI, can be used on Linux and is particularly strong on Windows. The source code is all there to learn from, if you are so inclined.
__________________
I looked it up on the Intergnats!
Dietrich is offline   Reply With Quote
Old Dec 29th, 2006, 2:50 PM   #2
commodore
Programmer
 
Join Date: Nov 2005
Location: Estonia
Posts: 97
Rep Power: 0 commodore is an unknown quantity at this point
IDE? Text editors!
commodore is offline   Reply With Quote
Old Dec 29th, 2006, 3:25 PM   #3
BinarySurfer
Programmer
 
BinarySurfer's Avatar
 
Join Date: Dec 2006
Posts: 53
Rep Power: 0 BinarySurfer is an unknown quantity at this point
I use the supplied IDE from Python.
BinarySurfer is offline   Reply With Quote
Old Dec 29th, 2006, 10:22 PM   #4
MicDareall
Programmer
 
Join Date: Dec 2005
Posts: 67
Rep Power: 0 MicDareall is an unknown quantity at this point
Quote:
Originally Posted by BinarySurfer View Post
I use the supplied IDE from Python.
Same here I just use IDLE for the most part.. But at times I like to use the tabbed code editor that comes with pythoncard.
MicDareall is offline   Reply With Quote
Old Dec 30th, 2006, 5:45 AM   #5
Mocker
Hobbyist Programmer
 
Mocker's Avatar
 
Join Date: Oct 2005
Location: Indiana
Posts: 218
Rep Power: 0 Mocker is an unknown quantity at this point
Send a message via AIM to Mocker
I've used IDLE so far but I might check out DrPython or any other editors suggested because I really do not like IDLE. Like how it doesn't run seperately from the debugger, so if you happen to have a bug that freezes or crashes or program it kills your editor too. And it doesn't completely exit the program.
Oh, and one of the biggies, there is no horizontal scroll bar. Since god forbid I mess up some white space by putting commands on multiple lines, a horizontal scroll bar would be a very very helpful addition

.. i'm not bitter.. no..

I'd use other text editors if they were reliable to handle the tabs and whitespace issues.
__________________
#programmingforums relay - http://thegupstudio.com/cgi-bin/pforelay.cgi
freelance scripts - http://ryanguthrie.com/index.html
Mocker is offline   Reply With Quote
Old Dec 30th, 2006, 7:52 AM   #6
MicDareall
Programmer
 
Join Date: Dec 2005
Posts: 67
Rep Power: 0 MicDareall is an unknown quantity at this point
Quote:
Originally Posted by Dietrich View Post
Well, I think there is most likely not a perfect IDE for everyone. Sort of like the beauty of a girl, car or city. Anyway, what editor or IDE are you using, and what are your reasons you prefer that particular program?

For my purposes DrPython fits the bill. It is small, fast, not too crowded, and has nice options and plugins. It also can be configured for font and color. I like the output window, the shell window, the help window, the code completion and the indentation helper.

It is written using the wxPython GUI, can be used on Linux and is particularly strong on Windows. The source code is all there to learn from, if you are so inclined.
Ive been messing around with that DrPython editor since I seen this post yesterday, it is pretty nice I think this will become my new favorite editor for python. Its the nicest Ive seen so far.
MicDareall is offline   Reply With Quote
Old Dec 30th, 2006, 11:27 AM   #7
Wizard1988
Professional Programmer
 
Wizard1988's Avatar
 
Join Date: Oct 2005
Location: Chitown
Posts: 417
Rep Power: 4 Wizard1988 is on a distinguished road
Send a message via AIM to Wizard1988
Did any of you try PyScripter? It looks pretty good
__________________
JG-Webdesign
Wizard1988 is offline   Reply With Quote
Old Dec 30th, 2006, 2:00 PM   #8
Dietrich
Professional Programmer
 
Dietrich's Avatar
 
Join Date: Feb 2005
Posts: 434
Rep Power: 4 Dietrich is on a distinguished road
Quote:
Originally Posted by commodore View Post
IDE? Text editors!
Well, an IDE to me is a step up from a text editor, as you can at least test run your code right from the editor.

Some IDEs get pretty fancy, like the Boa Constructor, where you can drag and drop your wxWindow components visibly on a frame. That is along the line of Delphi and Visual languages like C#. Too much candy, I can live without it!
__________________
I looked it up on the Intergnats!
Dietrich is offline   Reply With Quote
Old Dec 31st, 2006, 1:00 AM   #9
Game_Ender
Professional Programmer
 
Game_Ender's Avatar
 
Join Date: May 2006
Location: Maryland, USA
Posts: 306
Rep Power: 3 Game_Ender is on a distinguished road
If you want an IDE that is just code editing and debugging you can try Pydev with Eclipse which I use and its works fine. You can also try Eric which is QT based and is said to be quite good.
Game_Ender is offline   Reply With Quote
Old Dec 31st, 2006, 8:23 AM   #10
MicDareall
Programmer
 
Join Date: Dec 2005
Posts: 67
Rep Power: 0 MicDareall is an unknown quantity at this point
Quote:
Originally Posted by Game_Ender View Post
If you want an IDE that is just code editing and debugging you can try Pydev with Eclipse which I use and its works fine. You can also try Eric which is QT based and is said to be quite good.
Wow.. That Eric Ide is way too much for me.. So much I would never use that would just take up screen space..
MicDareall is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Perfect Python Dietrich Python 30 Jan 5th, 2007 12:38 PM
[tutorial] Python for programming beginners coldDeath Python 30 Dec 14th, 2005 11:35 AM
Convert Python script to C++ code clanotheduck Python 17 Sep 25th, 2005 8:55 AM
Advanced Python Tricks Arevos Python 19 Sep 24th, 2005 7:39 AM
Python - A Programmers Introduction coldDeath Python 17 Aug 19th, 2005 12:41 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 9:18 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC