Re: Freesoftware for auto/intelligent code completing in Python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Python Nutter

    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
  • =?ISO-8859-1?Q?Ali_Servet_D=F6nmez?=

    #2
    Re: Freesoftware for auto/intelligent code completing in Python

    On Jul 4, 12:56 am, "Python Nutter" <pythonnut...@g mail.comwrote:
    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.
    I have quick tried iPython and autocomplete seems to work pretty
    decently, even if it's not same as in a GUI. Thank you very much for
    your advice.

    Could you let me know how do work with .py files in iPython please?
    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.
    Yes, Komodo Edit works well too... Thanks.

    Comment

    Working...