Introduction to Python with Atom (on the way)

Getting Started with Python with Atom

OS confirmed with Windows 8.1

Python installation

--For those who are going to do it, we recommend Python (version: 3.5.1) or higher.

--Download installer

  1. Go to here
  2. Click the Windows x86-64 web-based installer at the bottom to download
  3. Run python-3.5.1-amd64-webinstall.exe
  4. Check Add Python 3.5 to PATH and click Install Now
  5. Setup Progress is displayed
  6. Setup was successful is displayed, and when completed, click Close to close.

python_install01.png python_install02.png

Install Atom

--Editor for writing Python programs --Download installer

  1. Go to here
  2. Click Download Windows Installer
  3. Run AtomSetup.exe

Package installation

--Press Ctrl +, on Atom's main screen to open the package installation screen --Search by the following package name and install

--The following is optional

Write a program with Atom

--Ctrl + N (File-> New File) will generate an untitled file --Enter the following and save it with any name .py (python_test.py)

str1 = "hello python"
print(str1)

--Run with Alt + R --OK if the following screen is displayed

python_install03.png

Run python from a terminal

--Ctrl + `or click + at the bottom of the screen to open the terminal --Type python to start python --If you enter 1 + 2 etc., the answer 3 will be returned. ――Now you can program too!

Python programming

More on that later

community

Recommended Posts

Introduction to Python with Atom (on the way)
The easiest way to synthesize speech with python
The easiest way to use OpenCV with python
[Introduction to Python] How to iterate with the range function?
Introduction to Python Hands On Part 1
Probably the easiest way to create a pdf with Python3
Save images on the web to Drive with Python (Colab)
[Introduction to Python] How to get data with the listdir function
An easy way to pad the number with zeros depending on the number of digits [Python]
Introduction to Python Image Inflating Image inflating with ImageDataGenerator
[Introduction to Python] Let's use foreach with Python
[Python] Introduction to CNN with Pytorch MNIST
The road to compiling to Python 3 with Thrift
From the introduction of JUMAN ++ to morphological analysis of Japanese with Python
The fastest way to get camera images regularly with python opencv
[Python] Easy introduction to machine learning with python (SVM)
[Python] I tried to visualize the night on the Galactic Railroad with WordCloud!
Introduction to Artificial Intelligence with Python 1 "Genetic Algorithm-Theory-"
The fastest way for beginners to master Python
Markov Chain Chatbot with Python + Janome (1) Introduction to Janome
Introduction to Python Let's prepare the development environment
Put Cabocha 0.68 on Windows and try to analyze the dependency with Python
Markov Chain Chatbot with Python + Janome (2) Introduction to Markov Chain
The easiest way to get started with Django
Introduction to Artificial Intelligence with Python 2 "Genetic Algorithm-Practice-"
Easy way to use Python 2.7 on Cent OS 6
Strategy on how to monetize with Python Java
[Introduction to Udemy Python3 + Application] 47. Process the dictionary with a for statement
Try to solve the man-machine chart with Python
Introduction to Tornado (1): Python web framework started with Tornado
Specify the Python executable to use with virtualenv
Add 95% confidence intervals on both sides to the diagram with Python / Matplotlib
Use python on Raspberry Pi 3 to light the LED with switch control!
Introduction to Python language
[Introduction to Python] How to sort the contents of a list efficiently with list sort
Say hello to the world with Python with IntelliJ
Excel X Python The fastest way to work
Introduction to formation flight with Tello edu (Python)
[Introduction to Python3 Day 20] Chapter 9 Unraveling the Web (9.1-9.4)
I tried with the top 100 PyPI packages> I tried to graph the packages installed on Python
[Introduction to Python] How to write a character string with the format function
Introduction to Generalized Linear Models (GLM) with Python
[Introduction to Algorithm] Find the shortest path [Python3]
[Introduction to Udemy Python3 + Application] 9. First, print with print
[Introduction to Python] What is the method of repeating with the continue statement?
Connect to MySQL with Python on Raspberry Pi
[Python] How to save images on the Web at once with Beautiful Soup
[Introduction to Python] How to get the index of data with a for statement
Easy way to check the source of Python modules
Think about how to program Python on the iPad
I tried to implement Minesweeper on terminal with python
Try to solve the internship assignment problem with Python
I tried to touch the CSV file with Python
Steps to install the latest Python on your Mac
I tried to solve the soma cube with python
Yum command to access MySQL with Python 3 on Linux
[Python] How to specify the download location with youtube-dl
[Chapter 5] Introduction to Python with 100 knocks of language processing
An introduction to Python distributed parallel processing with Ray
Introduction to Mathematics Starting with Python Study Memo Vol.1
Reading Note: An Introduction to Data Analysis with Python