Python 3.8.2 安装,文档

官网

https://www.python.org/

下载

https://www.python.org/downloads/

Windows x86-64 executable installer

python-3.8.2-amd64.exe

安装

1、自定义安装

勾选:Add Python 3.8 to PATH

2、默认

3、勾选Install for all users,勾选后安装地址会自动变为C:\Program Files\Python38

修改安装地址

4、点击Close完成

可以点击链接查看

Python 教程

https://docs.python.org/zh-cn/3.8/tutorial/index.html


Python 3.8.2 文档

https://docs.python.org/zh-cn/3.8/index.html


Python 3.8 有什么新变化

https://docs.python.org/zh-cn/3.8/whatsnew/3.8.html

验证

1、打开cmd,输入python,显示Python版本号

2、使用IDLE

开始带单--Python--IDLE

从官网下载的Windows help file:python382.chm可能不好使,打不开页面

安装路径下的D:\Program Files\Python38\Doc\python382.chm,这个帮助文档是好的

参考:

Python3 环境搭建

https://www.runoob.com/python3/python3-install.html

发布了67 篇原创文章 · 获赞 11 · 访问量 7万+

猜你喜欢

转载自blog.csdn.net/haveqing/article/details/105086020