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

来自CloudWiki
跳转至: 导航搜索
IDLE环境的安装
IDLE环境的安装
第10行: 第10行:
  
 
==IDLE环境的安装==
 
==IDLE环境的安装==
*请参考:https://jingyan.baidu.com/article/90808022ea61cbfd90c80f61.html
 
 
*IDLE下载地址:https://www.python.org/downloads/windows/
 
*IDLE下载地址:https://www.python.org/downloads/windows/
 +
===第1步,下载Python软件包===
 
*[[文件:python1-9.png]]
 
*[[文件:python1-9.png]]
 
*注意:
 
*注意:
第17行: 第17行:
 
  executable installer 是可执行文件(*.exe)方式安装
 
  executable installer 是可执行文件(*.exe)方式安装
 
  embeddable zip file 嵌入式版本,可以集成到其它应用中。
 
  embeddable zip file 嵌入式版本,可以集成到其它应用中。
 +
===第2步,本地安装软件包===
 +
*[[文件:python1-10.png]]
 +
*参考文档:https://jingyan.baidu.com/article/90808022ea61cbfd90c80f61.html
 
下一节 [[我的第一个Python程序]]
 
下一节 [[我的第一个Python程序]]

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

默认编程环境:IDLE

其他常用开发环境:

IDLE环境的安装

第1步,下载Python软件包

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

第2步,本地安装软件包

下一节 我的第一个Python程序