Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Python (http://www.programmingforums.org/forum43.html)
-   -   Good Python IDEs (http://www.programmingforums.org/showthread.php?t=12852)

kurt Mar 20th, 2007 10:14 AM

Good Python IDEs
 
Suggestions, anyone?

I'm currently on Eclipse -- pretty OK, the only issue I have is that I can't manage to set the auto complete right. It can check for all fields and methods in that file, but not for those that I import.

Thanks in advance.

Sane Mar 20th, 2007 12:48 PM

Pfft, do you really need auto-complete? But anyways, I can't help. I just use good old IDLE.

ZenMasterJG Mar 20th, 2007 2:29 PM

i've used Eclipse, IDLE, SPE, and emacs... and so far my favorite is emacs. SPE is really good, though, if you're into the feature-bloated IDE thing. For minor editing, i use emacs, but the tools it has comes in handy when I'm working on larger projects.

Wizard1988 Mar 20th, 2007 6:20 PM

Something like PyScripter?

kurt Mar 20th, 2007 6:59 PM

Quote:

Originally Posted by Sane (Post 125502)
Pfft, do you really need auto-complete? But anyways, I can't help. I just use good old IDLE.

yeah, the project i'm workin on is too huge, auto complete helps a lot

DaWei Mar 20th, 2007 7:19 PM

Multiply a gain of 30 seconds per use by the usage over a 40-year career. Seems silly when you're young, but you get a lot more time playing with sweetie instead of debugging into the night.

crawforddavid2006 Mar 20th, 2007 9:15 PM

Quote:

Originally Posted by DaWei (Post 125515)
Multiply a gain of 30 seconds per use by the usage over a 40-year career. Seems silly when you're young, but you get a lot more time playing with sweetie instead of debugging into the night.

ROFLMFAO.... only DaWei would state such a true fact :D

Sane Mar 20th, 2007 11:11 PM

That is... if it were actually saving you 30 seconds. :confused:

Auto-complete saves me no time. I type quickly enough that it makes no difference. I turn it off in any word processor that supports it (such as Open Office).

kurt Mar 20th, 2007 11:19 PM

Quote:

Originally Posted by Sane (Post 125537)
That is... if it were actually saving you 30 seconds. :confused:

Auto-complete saves me no time. I type quickly enough that it makes no difference. I turn it off in any word processor that supports it (such as Open Office).

Hm... I'm actually refering to the ..erm.."intellisense" type of thing, where I can get the whole list of methods.

It saves me time in a sense that I do not need to open up the file, or refer to the API. I don't/can't memorize each method in a project that is so huge.

kurt Mar 20th, 2007 11:23 PM

Quote:

Originally Posted by Wizard1988 (Post 125508)
Something like PyScripter?

I'm trying out PyScripter at the moment. Looks cool -- I'll probably used it to replace my Eclipsse.

However, i still can't get the intellisense thing to work across files/modules that I import. I can only get the list of attributes from the file i'm typing on. Well, probably intepreted languages can't support that?

ZenMasterJG, where can I get SPE? I google-ed it, but can't find it.


All times are GMT -5. The time now is 10:13 AM.

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