Prepare the environment for Atom for Pythonista

For those who write code in Python, here are the packages that should be included in Atom. Probably this should be included.

Postscript (2017/03/24)

I also introduced a package called japanese-wrap, but it seems that the update of Atom causes a problem rather than becoming unnecessary. So I removed it.

General system

japanese-menu Atom, such as menus, will be translated into Japanese. This is mandatory. file-icons The file icon will be cute. It may be good to put it in. atom-beautify It will format the code. Supports quite a variety of languages. Since it is necessary for formatting Python code, let's also introduce the autopep8 package with pip. atom-runner It runs the program with Ctrl + R without the need for a terminal. This also supports Python, Ruby, Go, JS, ShellScript, etc. It's pretty convenient. git-plus Required if you use Git. minimap image Like this, Sublime Text will display the familiar minimap. It's very convenient to know the current position when writing long code. terminal-plus image

You can open the terminal in Atom. It may be said that this is also essential. Very convenient. browser-plus image

You can open the browser in Atom like this (Chromium). It is very useful because it is easy to google while writing code.

System for Python

autocomplete-python It will auto-complete your Python code. You can't do it without it.

Recommended Posts

Prepare the environment for Atom for Pythonista
Prepare the development environment for keyhac for Mac
Prepare Python development environment with Atom
Prepare the development environment with anyenv
Introduction to Python Let's prepare the development environment
Note: Prepare the environment of CmdStanPy with docker
Prepare a programming language environment for data analysis
[Blender] Prepare the Blender script debugging environment (Eclipse + PyDev)
Python: Prepare a serializer for the class instance:
Prepare the development environment for Python on AWS Cloud9 (pip install & time change)
Prepare the environment for O'Reilly's book "Deep Learning from scratch" with apt-get (Debian 8)
[For beginners] Install the package in the Anaconda environment (Janome)
The road to Pythonista
Install Ubuntu 20.04 with GUI and prepare the development environment
python memo (for myself): About the development environment virtualenv
Python environment for projects
Set the environment variables required for PySide (Qt4) and PyQt (Qt5)
Enable the virtualenv Python virtual environment for Visual Studio Code
Check the operation of Python for .NET in each environment
[Python] Building a virtual python environment for the pyramid tutorial (summary)
Kaggle for the first time (kaggle ①)
Development environment suitable for ArcPy
For the G test 2020 # 2 exam
Python environment construction For Mac
Python3 environment construction (for beginners)
Kaguru for the first time
[Anaconda] Activate the virtual environment
[For organizing] Python development environment
What is the interface for ...
[Day 1] Prepare Django's development environment
Ansible environment construction For Mac
Switch the package to be installed for each environment with poetry
Prepare a high-speed analysis environment by hitting mysql from the data analysis environment