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.
Customer support service by UserEcho
+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.