Python editor with autocompletion function in imported module
is there a python editor has autocompletion function in imported module ? i think like Jcreator for java function completion and argument开发者_如何学Python hints.
thanks, Guns
As a geek I'd recommend Emacs + Rope, but more common options are:
- PyDev for Eclipse (free)
- PyCharm (very good for its price)
You can find a big list of available Python editors here.
PyDev for Eclipse supports autocompletion.
精彩评论