Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Python (http://www.programmingforums.org/forum43.html)
-   -   Perfect Python IDE (http://www.programmingforums.org/showthread.php?t=12280)

Dietrich Dec 29th, 2006 3:34 PM

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.

commodore Dec 29th, 2006 3:50 PM

IDE? Text editors!

BinarySurfer Dec 29th, 2006 4:25 PM

I use the supplied IDE from Python.

MicDareall Dec 29th, 2006 11:22 PM

Quote:

Originally Posted by BinarySurfer (Post 121858)
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.

Mocker Dec 30th, 2006 6:45 AM

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.

MicDareall Dec 30th, 2006 8:52 AM

Quote:

Originally Posted by Dietrich (Post 121854)
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.

Wizard1988 Dec 30th, 2006 12:27 PM

Did any of you try PyScripter? It looks pretty good

Dietrich Dec 30th, 2006 3:00 PM

Quote:

Originally Posted by commodore (Post 121855)
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!

Game_Ender Dec 31st, 2006 2:00 AM

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.

MicDareall Dec 31st, 2006 9:23 AM

Quote:

Originally Posted by Game_Ender (Post 121905)
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..


All times are GMT -5. The time now is 1:36 AM.

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