I installed Python 3.5.1 to study machine learning

I will install Python 3.5.1.

OS used Windows 10 (32bit)

Please download the installer from the following page https://www.python.org/downloads/release/python-2711/

Click Python 3.5.1 on the Downloads tab 8f05e804-9b8e-9ffa-f951-97cea400b6b9.png

The installer has been downloaded \ # Icon fashionable スクリーンショット 2016-04-22 00.03.16.png

1 minute to start the installation and wait for a while ...

I was able to install it!

スクリーンショット 2016-04-21 23.58.20.png

Now confirm

Create a file with the following contents and check if it can be executed

sample.py


print("Hello Python")

Only this (laugh)

Often the sample says "print" Hello World "" Since the ↑ format cannot be used after python v3, let's write as above.

Execute the following command from the command prompt

sample.py


python sample.py
>  Hello Python

If you get the above result, you are successful.

Thank you for your hard work m (_ _) m

Recommended Posts

I installed Python 3.5.1 to study machine learning
Python & Machine Learning Study Memo: Environment Preparation
An introduction to Python for machine learning
Python & Machine Learning Study Memo ③: Neural Network
Python & Machine Learning Study Memo ④: Machine Learning by Backpropagation
Python & Machine Learning Study Memo ⑥: Number Recognition
Introduction to machine learning
[Python] Easy introduction to machine learning with python (SVM)
Python & Machine Learning Study Memo ⑤: Classification of irises
Python & Machine Learning Study Memo ②: Introduction of Library
I started machine learning with Python Data preprocessing
Python & Machine Learning Study Memo ⑦: Stock Price Forecast
I started machine learning with Python (I also started posting to Qiita) Data preparation
What I learned about AI / machine learning using Python (1)
I tried to move machine learning (ObjectDetection) with TouchDesigner
I tried to graph the packages installed in Python
An introduction to machine learning
Machine learning python code summary (updated from time to time)
Machine learning with Python! Preparation
Machine Learning Study Resource Notepad
What I learned about AI / machine learning using Python (3)
Preparing to start "Python machine learning programming" (for macOS)
[Python] I made a classifier for irises [Machine learning]
Python Machine Learning Programming> Keywords
Attempt to include machine learning model in python package
I implemented Extreme learning machine
Beginning with Python machine learning
Super introduction to machine learning
What I learned about AI / machine learning using Python (2)
I tried to compress the image using machine learning
[Keras] I tried to solve a donut-type region classification problem by machine learning [Study]
I tried to make a real-time sound source separation mock with Python machine learning
I tried to build an environment for machine learning with Python (Mac OS X)
Build a python machine learning study environment on macOS sierra
Uncle SE with hardened brain tried to study machine learning
I started machine learning with Python Clustering & Dimension Compression & Visualization
I installed the automatic machine learning library auto-sklearn on centos7
What I learned about AI and machine learning using Python (4)
How to use machine learning for work? 03_Python coding procedure
I tried machine learning to convert sentences into XX style
Mayungo's Python Learning Episode 3: I tried to print numbers with print
[Machine learning] I tried to summarize the theory of Adaboost
[Free to use] 7 learning sites where you can study Python
Introduction to machine learning Note writing
I tried to touch Python (installation)
I tried machine learning with liblinear
Machine learning with python (1) Overall classification
Machine learning summary by Python beginners
Notation I encountered while learning Python
<For beginners> python library <For machine learning>
I took Progete's Python Learning Course I
Python: Preprocessing in Machine Learning: Overview
Introduction to Machine Learning Library SHOGUN
I want to debug with Python
"Scraping & machine learning with Python" Learning memo
How to collect machine learning data
I tried to summarize useful knowledge when developing / operating machine learning services [Python x Azure]
Python learning memo for machine learning by Chainer Chapter 8 Introduction to Numpy
Introduction to Python Basics of Machine Learning (Unsupervised Learning / Principal Component Analysis)
Python learning memo for machine learning by Chainer Chapter 10 Introduction to Cupy
Machine learning with python without losing to categorical variables (dummy variable)