目录

Python最新版集成开发环境PyCharm下载安装详细教程

Python(最新版)&集成开发环境PyCharm下载安装详细教程

Python

下载和安装

1.进入Python官网 ,点击Downloads,这里以Windows为例

https://i-blog.csdnimg.cn/direct/413113bd205f4cafa3e0f2e748cbde83.png

2.选择下载Python 3.13.2 Windows 64位的版本。注意:不能在Windows 7 或更早的版本上使用。

https://i-blog.csdnimg.cn/direct/3bc9f8cdfd5047ab88001b880d87a252.png

3.打开文件,会自动出现安装界面。

https://i-blog.csdnimg.cn/direct/f1af034c616b45338237d91745a27f07.png

这里有两种安装路径

第一种 Install Now(立即安装)C:\Users\35827\AppData\Local\Programs\Python\Python313为默认安装路径。直接点击Install Now系统会自动安装。

https://i-blog.csdnimg.cn/direct/74524ad5235c4eeebd866476fe001792.png

第二种 Customize installation(自定义安装)点击Next

https://i-blog.csdnimg.cn/direct/2abfa84242f84c49a846a146018a6af4.png

点击Browse修改安装路径,点击Install

https://i-blog.csdnimg.cn/direct/545d873bc9e348888ac5f8bfddbd5a32.png

等待安装

https://i-blog.csdnimg.cn/direct/c672de00c1604aaea77d932c3138d417.png 4.出现以下界面代表安装成功,点击Close。

https://i-blog.csdnimg.cn/direct/c09893b1008c49528c13c6da9da57bab.png

检测

1.在菜单栏中找到如下图标,双击点开,进入交互式命令

https://i-blog.csdnimg.cn/direct/a732a3b07edb4b8fa8a4aee27b3da04a.png

https://i-blog.csdnimg.cn/direct/de70e2c5417e44bf8632216546cab97f.png

2.输入print(20),点回车。当系统换行输出20说明运行成功。

https://i-blog.csdnimg.cn/direct/3903c08750fd4005b69b026d24ae659f.png

PyCharm

PyCharm是一款Python的集成开发环境,在windows,mas OS和Linux操作系统中都可以使用,带有一整套可以帮助用户在使用python语言开发时提高效率的工具。

下载和安装

pycharm分为社区版和专业版,两者下载安装步骤基本一致,我们已社区版安装为例

1.进入官网

下滑页面找到python community edition,点击download

https://i-blog.csdnimg.cn/direct/9e10480a2613434fadefb6e81b72e47d.png

2.打开文件,点击Next

https://i-blog.csdnimg.cn/direct/b8167705983740979de2572de5bda0a6.png

3.点击Brose,更改下载路劲,点击Next

https://i-blog.csdnimg.cn/direct/4c0221ac36d246a084772851bf3a288e.png

4.全部勾选,点击Next

https://i-blog.csdnimg.cn/direct/950a5eabf9a1483e9a2be7486853ce0d.png

5.点击安装

https://i-blog.csdnimg.cn/direct/289322b4545f4eea80e338cb6423c39a.png

等待安装

https://i-blog.csdnimg.cn/direct/d852b5d3033b4887a74d034c6ba9aa35.png

6.出现以下界面代表安装成功。

https://i-blog.csdnimg.cn/direct/f349e10d1ce943d7860f645abdc3a9d3.png

7.双击打开桌面PyCharm快捷方式,根据需求选择,点击继续。

https://i-blog.csdnimg.cn/direct/02e25e0da7bb4a7cb4d320ff174f51a2.png

https://i-blog.csdnimg.cn/direct/0a92d508bd254053a2821ef472162a01.png

8.点击不发送

https://i-blog.csdnimg.cn/direct/6c0f8044d93c495e8ee4757aafb4560a.png

9.可以开始创建项目啦。

https://i-blog.csdnimg.cn/direct/e60dc9e1bf8f49fe8d825185de5ee9e6.png