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
  • 7,647
  • 7
  • 32
  • 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
  • 854,459
  • 170
  • 1,222
  • 1,395
1

Eclipse with pydev extension should work.

yesraaj
  • 46,370
  • 69
  • 194
  • 251
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