The process of installing Atom and getting Python running

What is Atom

Atom is the name of the editor. An editor is software for editing with the name as it is, but I am using it because it can be used on Windows. I don't have the PC with ubuntu now, so I'm working on another PC (low voice) It's a new editor from 2015, but it's a great way to work more efficiently. It is recommended for beginners as it has many extensions, many users, and a lot of information on the Web.

What to do this time

This time, we will proceed in the following order. ・ Installation of Atom -Run Python.

Assumed environment

Windows10 Internet

Install Atom

First, go to the homepage from the link below and download it. https://atom.io/

Then run the downloaded file. Probably the file has the following name. AtomSetup-x64.exe 2020-03-14 (5).png

This completes the installation. After that, Atom will be opened automatically, or open Atom from the shortcut.

Run python

First, select New File from the File tab and create a new file. Next, use Save As… to decide the file name. For the fill name, change the file extension such as sample.py to py and make it a Python file.

Next, select Settings from the File tab to open the settings screen. The contents of the File tab are as shown in the image below. The red frame shows the one used this time. 図1.png

Install the package to run next. Click the + Install button at the bottom left of the settings screen. Type atom-runner in the search window to search. Install the atom-runner that came out after searching. You can now do it. The one surrounded by the red frame in the image below is the one used this time. Since it is a screen after installation, if such a screen appears, you can install it. 図2.png

This time we will use the following Python file.

sample.py


print('Hello World!!')

Execution is Alt + R. If the following screen appears, it is successful. 2020-03-14 (12).png

Recommended Posts

The process of installing Atom and getting Python running
The story of Python and the story of NaN
The process of making Python code object-oriented and improving it
The result of installing python in Anaconda
The story of running python and displaying the results without closing vim
[Beginner] Installing Python and running programs (Windows)
The basics of running NoxPlayer in Python
Set the process name of the Python program
Summary of the differences between PHP and Python
The answer of "1/2" is different between python2 and 3
Specifying the range of ruby and python arrays
Compare the speed of Python append and map
Send Gmail at the end of the process [Python]
About the * (asterisk) argument of python (and itertools.starmap)
A discussion of the strengths and weaknesses of Python
the zen of Python
The story of Python without increment and decrement operators.
Python --Explanation and usage summary of the top 24 packages
Visualize the range of interpolation and extrapolation with python
Referencing and changing the upper bound of Python recursion
I checked out the versions of Blender and Python
Sample of getting module name and class name in Python
Check the processing time and the number of calls for each process in python (cProfile)
About the ease of Python
About the features of Python
Source installation and installation of Python
The Power of Pandas: Python
[Python] Heron's formula functionalization and calculation of the maximum area
[python] plot the values ​​before and after the conversion of yeojohnson conversion
Debug by attaching to the Python process of the SSH destination
The websocket of toio (nodejs) and python / websocket do not connect.
I want to know the features of Python and pip
[Tips] Problems and solutions in the development of python + kivy
Play with the password mechanism of GitHub Webhook and Python
Environment construction of python and opencv
I compared the speed of Hash with Topaz, Ruby and Python
Count the number of Thai and Arabic characters well in Python
Robot running with Arduino and python
Getting the arXiv API in Python
About installing Pwntools and Python2 series
Installation of SciPy and matplotlib (Python)
[Python] The stumbling block of import
Note: Get the first and last items of Python OrderedDict non-destructively
First Python 3 ~ The beginning of repetition ~
[Introduction to Python] I compared the naming conventions of C # and Python.
Flow of getting the result of asynchronous processing using Django and Celery
Get absolute path of running process
Existence from the viewpoint of Python
[Python] How to get the first and last days of the month
pyenv-change the python version of virtualenv
Probability of getting the highest and lowest turnip prices in Atsumori
Getting Started with Python Basics of Python
[Python] I thoroughly explained the theory and implementation of logistic regression
Change the Python version of Homebrew
[Python] I thoroughly explained the theory and implementation of decision trees
This and that of python properties
Process the result of% time,% timeit
Process the gzip file UNLOADed with Redshift with Python of Lambda, gzip it again and upload it to S3
Installing and uninstalling the egg package
[Python] Understanding the potential_field_planning of Python Robotics
Review of the basics of Python (FizzBuzz)