PDA

View Full Version : is Dr python good?



Mr.popo
December 28th, 2007, 06:48 PM
Is Dr python a good IDE?

Kadrus
December 28th, 2007, 07:11 PM
Is Dr python a good IDE?

Yes I think it is...and there is also IDLE...which is pretty good...
Take a look at the photos if you want of Dr.Python
http://drpython.sourceforge.net/viewscreenshot.php?screenshot=../images/drpython.screenshot.png
And why not give it a try..

Mr.popo
December 28th, 2007, 07:26 PM
Thanks for the link. It does look cool so i will try it out.

Tundro Walker
December 29th, 2007, 01:01 PM
Dr. Python's ok, but Geany's better. You can find it in the repo's.

However, I'd be interested in finding an IDE that includes WYSIWYG gui/form creation. I'm a visual person, and I've used VBA in MS Office (mostly MS Access) to create forms/gui interfaces by drag/dropping components, then clicking on the component to go do the code for it. I can't seem to find an IDE like that for Python in Linux. The whole Tkinter coding is just awkward for me, too. I want to do a GUI program, but I want to see the components and manipulate them on the form/gui I'm creating instead of just writing some code and testing to pray it comes out right. Any suggestions?

EDIT: I think I found my answer...I dug up Glade from the repo's.