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!