3

I have seen various articles about good Python editors/IDEs, like this. However, none of them points out whether the editors support automatic code completion. I tried notepad++, PyScript and Komodo Edit, but all of these requires a hotkey to invoke the code completion dialog.

Do you know any Python editors with automatic code completion?

Community
  • 1
  • 1
netvope
  • 6,987
  • 7
  • 30
  • 42

4 Answers4

4

This SO question shows how to do it with vim/gvim, eclipse/pydev, IDLE, wingware -- however no answer is clear about the "automatic" part (which would of course still require confirmation, since there's never an absolute certainty!-).

Community
  • 1
  • 1
Alex Martelli
  • 811,175
  • 162
  • 1,198
  • 1,373
1

Eclipse with pydev extension should work.

yesraaj
  • 44,440
  • 66
  • 188
  • 248
1

Aptana pydev (based on eclipse)?

0

Try Pycharm

They have explained how to install and how to use. I am using Pycharm from last year It's quit helpful in tab completion and other things like setting project configuration for virtual env, git anaconda etc...

Eragon
  • 7
  • 2