Re: Freesoftware for auto/intelligent code completing in Python
- From: Ivan Ven Osdel <ivan@xxxxxxxxxxxxxxx>
- Date: Mon, 7 Jul 2008 09:05:58 -0500 (CDT)
----- Original Message -----
From: "Python Nutter" <pythonnutter@xxxxxxxxx>
To: "Ivan Ven Osdel" <ivan@xxxxxxxxxxxxxxx>
Cc: python-list@xxxxxxxxxx
Sent: Thursday, July 3, 2008 5:56:32 PM GMT -06:00 US/Canada Central
Subject: Re: Freesoftware for auto/intelligent code completing in Python
If you guys can get your head out of IDE land, you'll find iPython
does a fantastic job at introspection and Auto-completion, you can
launch shell commands and editors and when done saving be back in the
iPython shell, save memory/variable space to disk so you can come back
the next day and continue off where you were. It puts IDEs to shame.
If you can't get your Windows-centric IDE need eliminated, then Wing
IDE 101 will not auto-complete, its been deliberately disabled to
force students (hence 101) to memorize python/function names.
Komodo Edit is a free download and will Auto-complete.
Cheers,
PN
Thanks for the suggestion. I'll take a look at iPython today.
Ivan
.
- Prev by Date: Re: Confused yet again: Very Newbie Question
- Next by Date: Re: Dynamically Changing the Base Class
- Previous by thread: Re: Freesoftware for auto/intelligent code completing in Python
- Next by thread: RE: Freesoftware for auto/intelligent code completing in Python
- Index(es):
Relevant Pages
|