电脑系统下载 - 系统安卓苹果手机游戏推荐下载网站!

当前位置:电脑系统下载 > win10教程 >

老司机教你win10系统搭建Python 3.5.2开发环境的流程

时间:2021-07-21 10:33编辑:admin来源:www.xiuxiu8.net

   根据小伙伴们的反馈以及小编自己的观察,发现win10系统搭建Python 3.5.2开发环境的问题是很多朋友的困扰,尽管处理方法特别的容易,可是也有很多朋友不知道win10系统搭建Python 3.5.2开发环境究竟要怎么处理。即便很容易处理,还是有朋友不知道win10系统搭建Python 3.5.2开发环境到底如何处理。只需按照1、首先从Python官网下载安装软件,如下图,输入IP地址; 2、找到Download,单击下面Python 3.5.2进入下载页面;的顺序依次操作就可以了,下面就是大家期待已久的win10系统搭建Python 3.5.2开发环境的具体步骤了。

       具体方法如下:

  1、首先从Python官网下载安装软件,如下图,输入IP地址;

Win10搭建Python 3.5.2开发环境的步骤1

  2、找到Download,单击下面Python 3.5.2进入下载页面;

Win10搭建Python 3.5.2开发环境的步骤2

  3、点击“windows x86-64 executable installer”进行下载;

  各个版本的介绍:

  (下面的都是windows系统平台的安装包,x86适合32位操作系统;x86-64适合64位操作系统)

  下面是官网的解释:

  The binaries for AMD64 will also work on processors that implement

  the Intel 64 architecture. (Also known as the "x64" architecture, and

  formerly known as both "EM64T" and "x86-64".) They will not work on

  Intel Itanium Processors (formerly "IA-64").

  Windows users: If installing Python 3.5 as a non-privileged user,

  you may need to escalate to administrator privileges to install an

  update to your C runtime libraries.

  Windows users: There are now "web-based" installers for Windows

  platforms; the installer will download the needed software components at

  installation time.

  Windows Users: There are redistributable zip files containing the

  Windows builds, making it easy to redistribute Python as part of another

  software package. Please see the documentation regarding Embedded Distribution for more information.It is intended for acting as part of another application, rather than being directly accessed by end-users.

  可以通过下面3种途径获取python:

  web-based installer 是需要通过联网完成安装的

  executable installer 是可执行文件(*.exe)方式安装

  embeddable zip file 嵌入式版本,可以集成到其它应用中

Win10搭建Python 3.5.2开发环境的步骤3

  4、找到下载后的文件;

Win10搭建Python 3.5.2开发环境的步骤4

  5、双击安装文件,点击下图所示的自定义安装“custom installation”;

Win10搭建Python 3.5.2开发环境的步骤5

  6、点击下一步,“Next”;

Win10搭建Python 3.5.2开发环境的步骤6

  7、此处可更换安装目录,然后单击安装“install”;

Win10搭建Python 3.5.2开发环境的步骤7

  8、等待自动安装……

Win10搭建Python 3.5.2开发环境的步骤8

  9、安装成功!

Win10搭建Python 3.5.2开发环境的步骤9

  运行测试:

  1、启动Python shell,在“搜索Web和Windows”中输入:idle;

运行测试步骤1

  2、就会启动python IDLE,可以交互运行python;

运行测试步骤2

  3、同样可以按“Ctrl + N”打开IDLE开发工具,输入程序代码;

运行测试步骤3

  4、编写完程序后,“Ctrl + S”保存,然后如大多数编程软件一样,按“F5”运行程序;

运行测试步骤4

  5、如果程序没有问题,此时在Idle中打印出“Hello World!”。

运行测试步骤5

以上就是win10系统搭建Python 3.5.2开发环境的操作方法的完整教程了,还有不知道怎么解决的小伙伴赶快来学习一下吧!希望帮助到大家。

相关文章