Atom for Python
Some details about the Atom editor. You can freely skip this part. Personally I don't use it now.
Autocomplete
- apm install autocomplete-python
Autocomplete
- easy_install jedi
- apm install autocomplete-plus-python-jedi
Linter
- easy_install flake8
- easy_install flake8-docstrings
- apm install linter
- apm install linter-flake8