python开发环境搭建
python
Python 是一种解释型、面向对象、动态数据类型的高级程序设计语言。
想要开发和运行python程序,需要python解释器和编译器。
pyhon解释器
Windows操作系统
官方下载地址(速度较慢):https://www.python.org/downloads/windows/
国内下载地址(推荐):https://repo.huaweicloud.com/python/
仔细看上面这张官网截图(截图于2023年3月17日):
左边一列Sable Release是稳定版,建议从左侧选择下载;
右边一列Pre-release是测试版;
我们以左侧最开始的Python 3.10.10 - Feb. 8, 2023为例:
Python 3.10.10不能在Windos 7 或者更早的版本上使用
原文 | 翻译 |
---|---|
Download Windows embeddable package (32-bit) | 下载32位Windows可嵌入式的压缩包 |
Download Windows embeddable package (64-bit) | 下载64位Windows可嵌入式的压缩包 |
Download Windows help file | 下载Windows帮助文档 |
Download Windows installer (32-bit) | 下载32位Winodws安装程序 |
Download Windows installer (64-bit) | 下载64位Windows安装程序(萌新推荐) |
笔者推荐在国内地址选择3.7.9版本的安装程序下载(下图黑色方框)
python编辑器
PyCharm
笔者本人就在使用Pycharm,免费的社区版就可以满足基础的开发调式。