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

Chapter 1 Python download and installation

編輯:Python

Chapter one Python Download and install of

1.1 What is? Python

Python Is a programming language , It has a rich and powerful library .Python It's called glue language , Because it can integrate various modules made in other languages ( In especial C/C++) Easily connected .

1.2 View computer system type and number of bits

1、 Press down :win + r, Call up the run box ;
2、 Enter... In the run box cmd, Enter the command window ;
3、 Enter the command in the window :systeminfo
4、 View computer system type and number of bits : My computer is Windows The operating system is 64 position .

1.3 download Python Installation package

1、 Get into Python Official website :https://www.python.org/
2、 Click on Downloads;
3、 Choose according to your computer system ;

4、 Download the installation package corresponding to your computer ;

tips: Recommended download 3.9.6 The following version , The latest version is not fully adapted , Prone to unknown errors , The higher version will be installed later jupyter The plug-in is easy to report errors .
tips: Because it is a foreign website , The download speed will be slow . If the download fails, you can ask me for the installation package .

1.4 Installation tutorial

tips: Recommended for installation in C disc , Otherwise, it is easy to report mistakes .
1、 Double click download okay Python Installation package ;
2、 First check the bottom two boxes ;;
3、 And then click Install Now;

4、 Waiting for the installation , appear Setup was successful Indicates successful installation .

1.5 Verify that the installation is successful

1、 Press down :win + r, Call up the run box ;
2、 Enter... In the run box cmd, Enter the command window ;
3、 Enter the command in the window :python

That's all Python Installation tutorial for .


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