The Journey Of Python : # 1 Build The Environment For Python

Welcome fresh fish
before you start
please read everything below first.

this passage is the steps of Building The Environment.

Step1__Find the right website
open the browser and go to BaiDu, searching “python官网”
The Journey Of Python : # 1 Build The Environment For Python
make sure you open the right web, like the second one, not the Advertisement web like the first one.

Then open it
if the web you open is familiar with the picture below, that means you are right.
The Journey Of Python : # 1 Build The Environment For Python

Step2__Downloads the right version of the Python
Move your mouse to the “Downloads” button
you will see this
The Journey Of Python : # 1 Build The Environment For Python

click Windows
then you will turn to this page ⬇
The Journey Of Python : # 1 Build The Environment For Python
(ps: python has a lot of versions, and different version has different style, and different style will cause……..emmmm, In a word, for you, the version 3.7 is the best)

just like the picture show, click “Windows x86-64 executable installer” and the browser will download it automatic.
The Journey Of Python : # 1 Build The Environment For Python
both save(保存) and run(运行) is ok.
if you chose save, you will get the file like this ↓
The Journey Of Python : # 1 Build The Environment For Python
After clicking it twice, it will show something that the same as you chose run(运行).↓
The Journey Of Python : # 1 Build The Environment For Python

Step3__install the Python

Please make sure that you have chosen the “Add Python 3.7 to PATH”
Please make sure that you have chosen the “Add Python 3.7 to PATH”
Please make sure that you have chosen the “Add Python 3.7 to PATH”

and then chose “Customize installation”, chose it but not the first one because we want to choose which directory to hold the Python. If you chose the first, you may forget where the Python is, and this is very important, because when we set the editor in the next passage, we must need to know where it is.

then
The Journey Of Python : # 1 Build The Environment For Python
nothing to do, just Next

The Journey Of Python : # 1 Build The Environment For Python
Click browse
The Journey Of Python : # 1 Build The Environment For Python
i will suggest you to create a new folder named “MyPython”, place the folder just in the C:\ or D:\ or else(if your computer has so, My computer just has one, so I place on the C:)
after that you will see the direction change to it ↓
The Journey Of Python : # 1 Build The Environment For Python
you will see it is quite short now, right?
And now you can clearly know where you Python will be, right?

So, just Click “install” to continue
The Journey Of Python : # 1 Build The Environment For Python
just wait……………………………….

The Journey Of Python : # 1 Build The Environment For Python
finish!!!!!!
do not click others, just click Close

Step4__Check the python is all right
OKay, Python is successfully installed in your computer, and how to known the Python is good or bad?
you can open the python quickly like ↓
The Journey Of Python : # 1 Build The Environment For Python
or you can find it on the direction that you just set: C:\MyPython (this is mine)
The Journey Of Python : # 1 Build The Environment For Python

open it! if you see this ↓, that means you do all the things right!
The Journey Of Python : # 1 Build The Environment For Python

you can type “1+1” and you will find how easy Python is!!
and the typical hello world

GOODBYE~FRESHFISH~