[ANN] Jedi Python Autocomplete in Zeus IDE

Steven D'Aprano steve+comp.lang.python at pearwood.info
Wed Sep 17 07:41:31 EDT 2014


jumppanen.jussi at gmail.com wrote:

> The latest version of the Zeus IDE adds Python autocomplete using
> the Jedi package.
> 
> Details about Jedi can be found here:
> 
> http://jedi.jedidjah.ch/en/latest/

Thank you!

> Details of how the autocomplete works can be found here:
> 
> http://www.zeusedit.com/zforum/viewtopic.php?t=7200

According to the screen shot there, if you have typed

    self.balan

the autocomplete will offer the list:

    balance
    close
    deposit
    overdrawn
    withdraw
    __class__

plus many more__dunder__ attributes. Why does Zeus suggest "close" when I
have typed "balan"?


Regards,



-- 
Steven




More information about the Python-list mailing list