Re: Freesoftware for auto/intelligent code completing in Python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ivan Ven Osdel

    Re: Freesoftware for auto/intelligent code completing in Python

    >----- Original Message -----
    >From: "Python Nutter" <pythonnutter@g mail.com>
    >To: "Ivan Ven Osdel" <ivan@datasynco rp.com>
    >Cc: python-list@python.org
    >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
Working...