autocomplete-jedi
Python autocomplete based off of the built-in 'autocomplete' package.
emhagman 6,755 13 1.2.0 GitHub

Autocomplete Jedi Package

View and insert possible Python completions in the editor using Ctrl-Alt-Space. You must have the Python module 'jedi' installed:

(sudo) pip install jedi

Very basic functionality at the moment