An Atom setting for efficient Python coding This is a personal Atom environment setting for comfortable Python coding.
Update
Prerequisite
atom
git
2+python
3.8+Installations
Basic utilities autocomplete-paths
> apm install autocomplete-paths
Counter
> apm install counter
Highlight-selected
> apm install highlight-selected
Split-diff
> apm install split-diff
Tablr
Note: use the git repository below
> apm install https://github.com/mfripp/atom-tablr.git
Date
> apm install date
Show-ideographic-space
> apm install show-ideographic-space
Projects Project-manager
> apm install project-manager
File-icons
> apm install file-icons
Project-view
> apm install project-view
Tree-view-git-status
> apm install tree-view-git-status
Version control Git-plus
> apm install git-plus
Git-log
> apm install git-log
Git-time-machine
> apm install git-machine
Linter, Autocompletion, Code formatter Linter
> apm install linter
Linter-UI-Default
> apm install busy-signal intentions linter-ui-default
Linter-pylint
> pip install pylint
> apm install linter-pylint
Linter-pycodestyle
> pip install pycodestyle
> apm install linter-pycodestyle
Linter-pydocstyle
> pip install pydocstyle
> apm install linter-pydocstyle
Linter-flake8
> pip install flake8 flake8-docstrings hacking
> apm install linter-flake8
Linter-mypy
> pip install mypy
> apm install linter-mypy
Autocomplete-python
> apm install autocomplete-python
Hyperclick
> apm install hyperclick
Atom-beautify
> pip install autopep8
> apm install atom-beautify
Python-docstring
> apm install python-docstring
Markdown writing Document Outline
> apm install document-outline
Markdown-Writer
> apm install markdown-writer
Markdown-scroll-sync
> apm install markdown-scroll-sync
Toolbar for Markdown-Writer
> apm install tool-bar tool-bar-markdown-writer
Markdown to PDF
> apm install markdown-pdf
Markdown-table-editor
> apm install markdown-table-editor
Atom-csv-markdown
> apm install atom-csv-markdown
Minimap Minimap
> apm install minimap
Minimap-cursorline
> apm install minimap-cursorline
Minimap-find-and-replace
> apm install minimap-find-and-replace
Minimap-highlight-selected
> apm install minimap-highlight-selected
Minimap-split-diff
> apm install minimap-split-diff
Minimap-linter
> apm install minimap-linter
Debugger Python-debugger
> apm install python-debugger
IPython kernel with Jupyter Hydrogen
> pip install jupyter (optional: numpy, pandas, matplotlib)
> apm install hydrogen
Hydrogen Launcher
> apm install hydrogen-launcher
Python language-specific extensions for Hydrogen
> apm install hydrogen-python
Data Explorer
> apm install data-explorer
Markdown-cell-highlight
> apm install markdown-cell-highlight
Hydrogen-cell-separator
> apm install hydrogen-cell-separator
Cell-navigation
# %%
> apm install cell-navigation
Recommended Posts