怎么下载python并安装3.9.0,python下载安装教程3.10.0

本文详细介绍了如何下载并安装Python,包括选择对应操作系统版本、自定义安装选项、设置环境变量等步骤。还提供了零基础学习Python的资源链接,包括学习路线、实战案例和面试题等内容。

这篇文章主要介绍了下载和安装python的主要步骤,具有一定借鉴价值,需要的朋友可以参考下。希望大家阅读完这篇文章后大有收获,下面让小编带着大家一起了解一下。

Python——一种解释型、面向对象、动态数据类型的高级程序设计语言,是人工智能首选的变成语言。

Python可以应用于Web应用开发、网络爬虫、人工智能、数据处理、服务器运维工作等适合练手的python项目

以下为免费的资源下载网址(推荐官方网站直接下载):

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

img

建议直接在官方网站下载

注意选择需要安装的版本,要根据计算机的操作系统合理选择,本计算机是windows11,64位操作系统。点击“Download”后的链接直接下载对应版本的安装应用程序。

img

Python安装过程

img

安装方式有两种:

1、 默认安装,安装路径默认。

2、自定义安装,可以自行选择指定的安装路径、模块和功能。

需要勾选“Add Python 3.9 to PATH”,将路径信息加入环境变量PATH中。

点击“Customize installation”进入自定义安装。

img

进入选择相关特性界面,默认是全部勾选。

特性分别包括:说明文档、安装器、图形库和IDLE、测试套装、启动器、对所有用户。

img

进入Python高级选项设置页面。默认勾选了文件关联、快捷键和将python加入环境变量三个高级选项。

也可以按需勾选“install for all users”,勾选该选项后也会自动勾选第五个选项。

点击“Browse”自行更改安装路径。点击“install”键开始安装。

img

进入安装进程界面,等待半分钟。

img

进入安装完成界面,安装成功点击“close”退出安装流程。

img

在CMD中检查是否安装成功以及相关版本信息。

以管理员身份打开CMD命令提示符,输入“python —V”回车。

img

设置Python

主要是设置环境变量,可以先判断下是否有必要在系统中设置环境变量。

打开CMD命令提示符,输入“python”回车,如果成功出现版本信息,则不需要设置,如下图所示。

img

如果不成功,则需要设置系统环境变量。

设置环境变量的方法:

计算机中分别点击设置——系统——系统信息——高级系统设置——系统属性——环境变量——系统变量——编辑环境变量——新建——手动添加python路径,注意用“;”隔开——确定保存。

img

环境变量设置成功,接下来可以使用Python语言编写Python程序啦!

img

退出python环境:ctrl+z回车。

然后输入pip回车,检查是否有成功安装pip。如下图即安装成功。

img

从下载到安装的全流程就到这里结束啦~

零基础小白的Python学习资源总结

如果你也喜欢编程,想通过学习Python转行、做副业或者提升工作效率,我也为大家整理了一份 【最新全套Python学习资料】 一定对你有用!

对于0基础小白入门:

如果你是零基础小白,想快速入门Python是可以考虑的!

1、学习时间相对较短,学习内容更全面更集中

2、可以找到适合自己的学习方案

这份资料包含:Python安装包+激活码、Python web开发,Python爬虫,Python数据分析,人工智能、机器学习等教程,带你从零开始系统性的学好Python!

我已经上传至优快云官方,如果需要可以扫描下方二维码都可以免费获取【保证100%免费】

学好 Python 不论是就业、副业赚钱、还是提升学习、工作效率,都是非常不错的选择,但要学会 Python 还是要有一个学习规划。

一、Python所有方向的学习路线

Python所有方向路线就是把Python常用的技术点做整理,形成各个领域的知识点汇总,它的用处就在于,你可以按照上面的知识点去找对应的学习资源,保证自己学得较为全面。

二、Python课程视频

我们在看视频学习的时候,不能光动眼动脑不动手,比较科学的学习方法是在理解之后运用它们,这时候练手项目就很适合了。

img

三、精品书籍

书籍的好处就在于权威和体系健全,刚开始学习的时候你可以只看视频或者听某个人讲课,但等你学完之后,你觉得你掌握了,这时候建议还是得去看一下书籍,看权威技术书籍也是每个程序员必经之路。

img

四、清华编程大佬出品《漫画看学Python》

用通俗易懂的漫画,来教你学习Python,让你更容易记住,并且不会枯燥乏味。

img

五、Python实战案例

光学理论是没用的,要学会跟着一起敲,要动手实操,才能将自己的所学运用到实际当中去,这时候可以搞点实战案例来学习。

img

六、互联网企业面试真题

我们学习Python必然是为了找到高薪的工作,下面这些面试题是来自阿里、腾讯、字节等一线互联网大厂最新的面试资料,并且有阿里大佬给出了权威的解答,刷完这一套面试资料相信大家都能找到满意的工作。

img

这份完整版的Python全套学习资料已经上传至优快云官方,朋友们如果需要可以点击下方链接扫描下方二v码都可以免费获取【保证100%免费】

最新全套【Python入门到进阶资料 & 实战源码 &安装工具】

以上全套资料已经为大家打包准备好了,希望对正在学习Python的你有所帮助!

如果你觉得这篇文章有帮助,可以点个赞呀~

我会坚持每天更新Python相关干货,分享自己的学习经验帮助想学习Python的朋友们少走弯路!

ERROR: Ignored the following versions that require a different python version: 0.6.0.dev0 Requires-Python >=3.9; 0.6.0rc0 Requires-Python >=3.9; 0.6.1 Requires-Python >=3.9; 0.6.1rc0 Requires-Python >=3.9; 0.6.2 Requires-Python >=3.9; 0.7.0 Requires-Python >=3.9; 0.7.0.dev0 Requires-Python >=3.9; 0.7.0rc0 Requires-Python >=3.9; 0.7.0rc1 Requires-Python >=3.9; 1.0.0 Requires-Python >=3.9.0; 1.0.0rc0 Requires-Python >=3.9.0; 1.0.0rc1 Requires-Python >=3.9.0; 1.0.0rc2 Requires-Python >=3.9.0; 1.0.0rc3 Requires-Python >=3.9.0; 1.0.0rc4 Requires-Python >=3.9.0; 1.0.0rc5 Requires-Python >=3.9.0; 1.0.0rc6 Requires-Python >=3.9.0; 1.0.0rc7 Requires-Python >=3.9.0; 1.0.1 Requires-Python >=3.9.0; 1.1.0 Requires-Python >=3.9.0; 1.1.0rc0 Requires-Python >=3.9.0; 1.1.0rc1 Requires-Python >=3.9.0; 1.1.0rc2 Requires-Python >=3.9.0; 1.1.1 Requires-Python >=3.9.0; 1.1.2 Requires-Python >=3.9.0; 1.1.3 Requires-Python >=3.9.0; 1.1.4 Requires-Python >=3.9.0; 1.1.5 Requires-Python >=3.9.0; 1.11.0 Requires-Python <3.13,>=3.9; 1.11.0rc1 Requires-Python <3.13,>=3.9; 1.11.0rc2 Requires-Python <3.13,>=3.9; 1.11.1 Requires-Python <3.13,>=3.9; 1.11.2 Requires-Python <3.13,>=3.9; 1.11.3 Requires-Python <3.13,>=3.9; 1.11.4 Requires-Python >=3.9; 1.12.0 Requires-Python >=3.9; 1.12.0rc1 Requires-Python >=3.9; 1.12.0rc2 Requires-Python >=3.9; 1.13.0 Requires-Python >=3.9; 1.13.0rc1 Requires-Python >=3.9; 1.13.1 Requires-Python >=3.9; 1.14.0 Requires-Python >=3.10; 1.14.0 Requires-Python >=3.9; 1.14.0rc1 Requires-Python >=3.10; 1.14.0rc1 Requires-Python >=3.9; 1.14.0rc2 Requires-Python >=3.10; 1.14.0rc2 Requires-Python >=3.9; 1.14.1 Requires-Python >=3.10; 1.15.0 Requires-Python >=3.10; 1.15.0rc1 Requires-Python >=3.10; 1.15.0rc2 Requires-Python >=3.10; 1.15.1 Requires-Python >=3.10; 1.15.2 Requires-Python >=3.10; 1.15.3 Requires-Python >=3.10; 1.16.0 Requires-Python >=3.11; 1.16.0rc1 Requires-Python >=3.11; 1.16.0rc2 Requires-Python >=3.11; 1.16.1 Requires-Python >=3.11; 1.16.2 Requires-Python >=3.11; 1.16.3 Requires-Python >=3.11; 1.2.0 Requires-Python >=3.9; 1.2.1 Requires-Python >=3.9; 1.2.1rc1 Requires-Python >=3.9; 1.25.0 Requires-Python >=3.9; 1.25.1 Requires-Python >=3.9; 1.25.2 Requires-Python >=3.9; 1.26.0 Requires-Python <3.13,>=3.9; 1.26.1 Requires-Python <3.13,>=3.9; 1.26.2 Requires-Python >=3.9; 1.26.3 Requires-Python >=3.9; 1.26.4 Requires-Python >=3.9; 1.3.0 Requires-Python >=3.9; 1.3.1 Requires-Python >=3.10; 1.3.2 Requires-Python >=3.10; 1.3.3 Requires-Python >=3.11; 1.4.0a4 Requires-Python >=3.9; 1.4.0a5 Requires-Python >=3.9; 1.4.0a6 Requires-Python >=3.9; 1.4.0a7 Requires-Python >=3.9; 1.4.0a8 Requires-Python >=3.9; 1.4.0b1 Requires-Python >=3.9; 1.4.0b2 Requires-Python >=3.9; 1.4.10rc0 Requires-Python >=3.10; 1.4.8 Requires-Python >=3.10; 1.4.9 Requires-Python >=3.10; 1.71.0 Requires-Python >=3.9; 1.71.0rc2 Requires-Python >=3.9; 1.71.2 Requires-Python >=3.9; 1.72.0 Requires-Python >=3.9; 1.72.0rc1 Requires-Python >=3.9; 1.72.1 Requires-Python >=3.9; 1.72.2 Requires-Python >=3.9; 1.73.0 Requires-Python >=3.9; 1.73.0rc1 Requires-Python >=3.9; 1.73.1 Requires-Python >=3.9; 1.74.0 Requires-Python >=3.9; 1.74.0rc1 Requires-Python >=3.9; 1.75.0 Requires-Python >=3.9; 1.75.0rc1 Requires-Python >=3.9; 1.75.1 Requires-Python >=3.9; 1.76.0 Requires-Python >=3.9; 1.76.0rc1 Requires-Python >=3.9; 11.0.0 Requires-Python >=3.9; 11.1.0 Requires-Python >=3.9; 11.2.1 Requires-Python >=3.9; 11.3.0 Requires-Python >=3.9; 12.0.0 Requires-Python >=3.10; 2.0.0 Requires-Python >=3.9; 2.0.1 Requires-Python >=3.9; 2.0.2 Requires-Python >=3.9; 2.1.0 Requires-Python >=3.10; 2.1.0 Requires-Python >=3.9; 2.1.0rc0 Requires-Python >=3.9; 2.1.1 Requires-Python >=3.10; 2.1.1 Requires-Python >=3.9; 2.1.2 Requires-Python >=3.10; 2.1.2 Requires-Python >=3.9; 2.1.3 Requires-Python >=3.10; 2.1.3 Requires-Python >=3.9; 2.1.4 Requires-Python >=3.9; 2.14.1 Requires-Python >=3.9; 2.15.0 Requires-Python >=3.9; 2.15.1 Requires-Python >=3.9; 2.15.2 Requires-Python >=3.9; 2.16.0 Requires-Python >=3.9; 2.16.1 Requires-Python >=3.9; 2.16.2 Requires-Python >=3.9; 2.17.0 Requires-Python >=3.9; 2.17.1 Requires-Python >=3.9; 2.18.0 Requires-Python >=3.9; 2.19.0 Requires-Python >=3.9; 2.2.0 Requires-Python >=3.10; 2.2.0 Requires-Python >=3.9; 2.2.0rc0 Requires-Python >=3.9; 2.2.1 Requires-Python >=3.10; 2.2.1 Requires-Python >=3.9; 2.2.2 Requires-Python >=3.10; 2.2.2 Requires-Python >=3.9; 2.2.3 Requires-Python >=3.10; 2.2.3 Requires-Python >=3.9; 2.2.4 Requires-Python >=3.10; 2.2.5 Requires-Python >=3.10; 2.2.6 Requires-Python >=3.10; 2.20.0 Requires-Python >=3.9; 2.3.0 Requires-Python >=3.11; 2.3.0 Requires-Python >=3.9; 2.3.1 Requires-Python >=3.11; 2.3.1 Requires-Python >=3.9; 2.3.2 Requires-Python >=3.11; 2.3.2 Requires-Python >=3.9; 2.3.3 Requires-Python >=3.11; 2.3.3 Requires-Python >=3.9; 2.3.4 Requires-Python >=3.11; 2.3.5 Requires-Python >=3.11; 2.32.5 Requires-Python >=3.9; 2.5.0 Requires-Python >=3.9; 2025.10.0 Requires-Python >=3.9; 2025.10.22 Requires-Python >=3.9; 2025.10.23 Requires-Python >=3.9; 2025.11.3 Requires-Python >=3.9; 2025.3.2 Requires-Python >=3.9; 2025.5.0 Requires-Python >=3.9; 2025.5.1 Requires-Python >=3.9; 2025.7.0 Requires-Python >=3.9; 2025.7.31 Requires-Python >=3.9; 2025.7.33 Requires-Python >=3.9; 2025.7.34 Requires-Python >=3.9; 2025.8.29 Requires-Python >=3.9; 2025.9.0 Requires-Python >=3.9; 2025.9.1 Requires-Python >=3.9; 2025.9.18 Requires-Python >=3.9; 25.1 Requires-Python >=3.9; 25.1.1 Requires-Python >=3.9; 25.2 Requires-Python >=3.9; 25.3 Requires-Python >=3.9; 3.0.0 Requires-Python >=3.9; 3.0.1 Requires-Python >=3.9; 3.0.2 Requires-Python >=3.9; 3.0.3 Requires-Python >=3.9; 3.1.0 Requires-Python >=3.9; 3.10 Requires-Python >=3.10; 3.10.0 Requires-Python >=3.10; 3.10.0rc1 Requires-Python >=3.10; 3.10.1 Requires-Python >=3.10; 3.10.3 Requires-Python >=3.10; 3.10.5 Requires-Python >=3.10; 3.10.6 Requires-Python >=3.10; 3.10.7 Requires-Python >=3.10; 3.12.0 Requires-Python >=3.9; 3.13.0 Requires-Python >=3.9; 3.14.0 Requires-Python >=3.9; 3.15.0 Requires-Python >=3.9; 3.15.1 Requires-Python >=3.9; 3.16.0 Requires-Python >=3.9; 3.17.0 Requires-Python >=3.10; 3.17.0 Requires-Python >=3.9; 3.18.0 Requires-Python >=3.9; 3.19.1 Requires-Python >=3.9; 3.2 Requires-Python >=3.9; 3.2.0 Requires-Python >=3.10; 3.2.0 Requires-Python >=3.9; 3.2.0b1 Requires-Python >=3.9; 3.2.0b2 Requires-Python >=3.9; 3.2.0b3 Requires-Python >=3.9; 3.2.0rc1 Requires-Python >=3.9; 3.2.1 Requires-Python >=3.9; 3.2.2 Requires-Python >=3.9; 3.2.3 Requires-Python >=3.9; 3.2.4 Requires-Python >=3.9; 3.2.5 Requires-Python >=3.9; 3.20.0 Requires-Python >=3.10; 3.2rc0 Requires-Python >=3.9; 3.3 Requires-Python >=3.10; 3.3.0a1 Requires-Python >=3.9; 3.3.0b1 Requires-Python >=3.9; 3.3rc0 Requires-Python >=3.10; 3.4 Requires-Python >=3.10; 3.4.1 Requires-Python >=3.10; 3.4.2 Requires-Python >=3.10; 3.4rc0 Requires-Python >=3.10; 3.5 Requires-Python >=3.11; 3.5rc0 Requires-Python >=3.11; 3.6 Requires-Python >=3.11; 3.6rc0 Requires-Python >=3.11; 3.8 Requires-Python >=3.9; 3.8.0 Requires-Python >=3.9; 3.8.0rc1 Requires-Python >=3.9; 3.8.1 Requires-Python >=3.9; 3.8.2 Requires-Python >=3.9; 3.8.3 Requires-Python >=3.9; 3.8.4 Requires-Python >=3.9; 3.9 Requires-Python >=3.9; 3.9.0 Requires-Python >=3.9; 3.9.0rc2 Requires-Python >=3.9; 3.9.1 Requires-Python >=3.9; 3.9.1.post1 Requires-Python >=3.9; 3.9.2 Requires-Python >=3.9; 3.9.3 Requires-Python >=3.9; 3.9.4 Requires-Python >=3.9; 4.0.0 Requires-Python >=3.10; 4.58.0 Requires-Python >=3.9; 4.58.1 Requires-Python >=3.9; 4.58.2 Requires-Python >=3.9; 4.58.3 Requires-Python >=3.9; 4.58.4 Requires-Python >=3.9; 4.58.5 Requires-Python >=3.9; 4.59.0 Requires-Python >=3.9; 4.59.1 Requires-Python >=3.9; 4.59.2 Requires-Python >=3.9; 4.60.0 Requires-Python >=3.9; 4.60.1 Requires-Python >=3.9; 6.0.0 Requires-Python >=3.9; 6.1.0 Requires-Python >=3.9; 6.2.0 Requires-Python >=3.9; 6.2.1 Requires-Python >=3.9; 6.2.2 Requires-Python >=3.9; 6.30.0 Requires-Python >=3.9; 6.30.0rc1 Requires-Python >=3.9; 6.30.0rc2 Requires-Python >=3.9; 6.30.1 Requires-Python >=3.9; 6.30.2 Requires-Python >=3.9; 6.31.0 Requires-Python >=3.9; 6.31.0rc1 Requires-Python >=3.9; 6.31.0rc2 Requires-Python >=3.9; 6.31.1 Requires-Python >=3.9; 6.32.0 Requires-Python >=3.9; 6.32.0rc1 Requires-Python >=3.9; 6.32.0rc2 Requires-Python >=3.9; 6.32.1 Requires-Python >=3.9; 6.33.0 Requires-Python >=3.9; 6.33.0rc1 Requires-Python >=3.9; 6.33.0rc2 Requires-Python >=3.9; 6.33.1 Requires-Python >=3.9; 6.5.0 Requires-Python >=3.9; 6.5.1 Requires-Python >=3.9; 6.5.2 Requires-Python >=3.9; 75.4.0 Requires-Python >=3.9; 75.5.0 Requires-Python >=3.9; 75.6.0 Requires-Python >=3.9; 75.7.0 Requires-Python >=3.9; 75.8.0 Requires-Python >=3.9; 75.8.1 Requires-Python >=3.9; 75.8.2 Requires-Python >=3.9; 75.9.0 Requires-Python >=3.9; 75.9.1 Requires-Python >=3.9; 76.0.0 Requires-Python >=3.9; 76.1.0 Requires-Python >=3.9; 77.0.1 Requires-Python >=3.9; 77.0.3 Requires-Python >=3.9; 78.0.1 Requires-Python >=3.9; 78.0.2 Requires-Python >=3.9; 78.1.0 Requires-Python >=3.9; 78.1.1 Requires-Python >=3.9; 79.0.0 Requires-Python >=3.9; 79.0.1 Requires-Python >=3.9; 8.2.0 Requires-Python >=3.10; 8.2.1 Requires-Python >=3.10; 8.2.2 Requires-Python >=3.10; 8.3.0 Requires-Python >=3.10; 8.3.1 Requires-Python >=3.10; 8.6.0 Requires-Python >=3.9; 8.6.1 Requires-Python >=3.9; 8.7.0 Requires-Python >=3.9; 80.0.0 Requires-Python >=3.9; 80.0.1 Requires-Python >=3.9; 80.1.0 Requires-Python >=3.9; 80.2.0 Requires-Python >=3.9; 80.3.0 Requires-Python >=3.9; 80.3.1 Requires-Python >=3.9; 80.4.0 Requires-Python >=3.9; 80.6.0 Requires-Python >=3.9; 80.7.0 Requires-Python >=3.9; 80.7.1 Requires-Python >=3.9; 80.8.0 Requires-Python >=3.9; 80.9.0 Requires-Python >=3.9 ERROR: Could not find a version that satisfies the requirement torch==2.0.0+cu118 (from versions: 1.4.0, 1.5.0, 1.5.1, 1.6.0, 1.7.0, 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.10.2, 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1, 2.2.2, 2.3.0, 2.3.1, 2.4.0, 2.4.1) ERROR: No matching distribution found for torch==2.0.0+cu118
最新发布
11-29
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值