+25

Code completion for Python

Patrick 11 years ago updated by Alice Bevan-McGregor 11 years ago 1

Code completion for Python would be nice.

+9001 -- the difficulty is that Python is highly dynamic, and even static completions (stdlib functions) would be dependent on the version of Python in use.  I use Pypy, as an example, and it has a number of additional features over standard Python.