“Python环境的安装”的版本间的差异

来自CloudWiki
跳转至: 导航搜索
IDLE环境的安装
IDLE环境的安装
第12行: 第12行:
 
*IDLE下载地址:https://www.python.org/downloads/windows/
 
*IDLE下载地址:https://www.python.org/downloads/windows/
 
===第1步,下载Python软件包===
 
===第1步,下载Python软件包===
*[[文件:python1-9.png]]
+
*[[文件:python1-9.png|600px]]
 
*注意:
 
*注意:
 
  web-based installer 是需要通过联网完成安装的
 
  web-based installer 是需要通过联网完成安装的

2018年2月25日 (日) 14:10的版本

默认编程环境:IDLE

其他常用开发环境:

IDLE环境的安装

第1步,下载Python软件包

  • Python1-9.png
  • 注意:
web-based installer 是需要通过联网完成安装的
executable installer 是可执行文件(*.exe)方式安装
embeddable zip file 嵌入式版本,可以集成到其它应用中。

第2步,本地安装软件包

下一节 我的第一个Python程序