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

来自CloudWiki
跳转至: 导航搜索
IDLE环境的安装
IDLE环境的安装
第12行: 第12行:
 
*请参考:https://jingyan.baidu.com/article/90808022ea61cbfd90c80f61.html
 
*请参考:https://jingyan.baidu.com/article/90808022ea61cbfd90c80f61.html
 
*IDLE下载地址:https://www.python.org/downloads/windows/
 
*IDLE下载地址:https://www.python.org/downloads/windows/
 +
*[[文件:python1-9.png]]
 
*注意:
 
*注意:
 
  web-based installer 是需要通过联网完成安装的
 
  web-based installer 是需要通过联网完成安装的

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

默认编程环境:IDLE

其他常用开发环境:

IDLE环境的安装

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

下一节 我的第一个Python程序