Hi.
I created a new plugin for autocomplete and linting in Python all-in-one. It uses the Jedi library for autocompletion purposes and for linting is basically as good as SublimeLinter (is mainly based on it). The plugin complete and lint for the version of python that you have confihgured in your PATH or just whatever interpreter you define in your project configuration or in the global plugin configuration.
You can get it from package control just installing “Anaconda” or just clone it from github into your Packages directory
The repo URL is: github.com/DamnWidget/anaconda
Any feedback is welcome, any contribution is more than welcome.
P.S: Documentation in the Github project web site