相关软件及使用推荐
Python 相关软件及使用推荐
一、Python 下载
推荐说明:不建议直接下载最新版,可能存在兼容性 bug,建议选择稳定版本(如 3.11.x、3.12.x)
二、常用软件推荐
三、Python 库安装优化(pip 镜像源)
问题:默认国外源下载速度慢,易超时
解决方案:安装时添加清华镜像源参数,示例:
清华: https://pypi.tuna.tsinghua.edu.cn/simple
豆瓣: http://pypi.douban.com/simple/
阿里: http://mirrors.aliyun.com/pypi/simple/
华为: https://mirrors.huaweicloud.com/repository/pypi/simple/
例如:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple requests
Steam卡片