I have been using Pycharm for a while as only an editor for Python and Django development. I love its support for autocompletion. However, I don't really use any of its IDE features, as I most frequently use my Mac terminal instead (eg for git).
Sublime Text looks like a good and simple/fast editor. Does anyone know what plugins support the autocompletion like Pycharm does (also for Django)?
Thanks!
Djaneiro supports Django syntax and autocompletion. Anaconda will do for Python autcompletion, and you can use sublimelinter with pyflakes or pep for linting. This site may also be of interest to you:
https://realpython.com/blog/python/setting-up-sublime-text-3-for-full-stack-python-development/