开发者

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜