程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
您现在的位置: 程式師世界 >> 編程語言 >  >> 更多編程語言 >> Python

Python installation tutorial - the most complete in history

編輯:Python

文章目錄

    • 1. 前言:
    • 2. 進入首頁,點擊Downloads,選擇Windows
    • 3. 如下圖:You can see manyPython版本
    • 4. Download the real one Python 安裝包.
    • 5. 這裡我選擇的是:
    • 6. Start the installation and download itpython離線包
      • 6.1
      • 6.2 全部都勾選
      • 6.3 Check the first five
      • 6.4 If you see the picture below, the installation is successful
      • 6.5 如下圖Python就是安裝成功了
      • 6.6 按win,就可以找到安裝的Python

1. 前言:

目前Python官網從2020-1-01stop maintenancePython2.7版本

目前Python官方推薦:使用Python3.X系列版本(不向下兼容python2.X版本)

所以:Annoyed a lotPython2.XVersion lovers(不過Python3.X是未來的趨勢)

個人推薦:使用Python3.6 ~ Python3.8之間的版本

Python官網

https://www.python.org

2. 進入首頁,點擊Downloads,選擇Windows

3. 如下圖:You can see manyPython版本

注意:3.9版本(包括3.9)The above cannot existwin7上安裝

對前綴的說明:

以Windows x86-64開頭的是 64 位的 Python 安裝程序;

以Windows x86開頭的是 32 位的 Python 安裝程序.

對後綴的說明:

embeddable zip file :表示.zip格式的綠色免安裝版本,可以直接嵌入(集成)到其它的應用程序中;

executable installer :表示.exe格式的可執行程序,這是完整的離線安裝包,一般選擇這個即可;

web-based installer :表示通過網絡安裝的,也就是說下載到的是一個空殼,An internet connection is also required during installation

4. Download the real one Python 安裝包.

Download Windows help file

:Python幫助文件

Download Windows x86-64 embeddable zip file

:64Bits can be embedded in compressed packetszip文件

Download Windows x86-64 executable installer

:64bit executable.exe文件

Download Windows x86-64 web-based installer

:64Bit-based network installation files

Download Windows x86 embeddable zip file

:32Bits can be embedded in compressed packetszip文件

Download Windows x86 executable installer

:32bit executable.exe文件

Download Windows x86 web-based installer

:32Bit-based network installation files

5. 這裡我選擇的是:

“Windows x86-64 executable installer”,也即 64 位的完整的離線安裝包.

6. Start the installation and download itpython離線包

雙擊下載得到的 python-3.7.8-amd64.exe,就可以正式開始安裝 Python 了

6.1

Install Now :默認安裝(直接安裝在C盤,And check all components and download)

Customize installation:自定安裝(The installation path and components can be selected)

Install launcher for all users(requires elevation) (默認勾選)

Add Python to PATH (一定勾選,添加PythonThe installation path of the interpreter to the system variable,目的:In order to find the operating system fasterPython解釋器)

Documentation

:安裝Python官方文檔

Pip

:安裝Python包管理器,可下載安裝Python包

tcl/tk and IDLE

:安裝TK庫和IDLE編輯器(開發環境)

Python test suite

:Install the standard library and test suite

Py launcher

:py The suffix files all start with python解釋器執行

For all users

:所有用戶都可使用

6.2 全部都勾選

Install for all users

:所有用戶都可使用

Associate files with Python (requires the py launcher)

:將 py文件和python關聯(需要python啟動器)

Create shortcuts for installed application

:為應用程序創建快捷方式

Add Python to envirounment variables

:添加Python到虛擬環境

Precompile standard library

:預編譯標准庫

後兩個都是Debug相關工具

:有pycharm這個IDE就不需要了

6.3 Check the first five

6.4 If you see the picture below, the installation is successful

驗證是否成功,按win+R,輸入cmd ,輸入Python回車

6.5 如下圖Python就是安裝成功了

6.6 按win,就可以找到安裝的Python

IDLE:Python編輯器

CPython:交互式命令行

按win,就可以找到安裝的Python

IDLE:Python編輯器

CPython:交互式命令行


  1. 上一篇文章:
  2. 下一篇文章:
Copyright © 程式師世界 All Rights Reserved