必读
提问是艺术, 回答不是义务
如何提问
多数时候,解决问题并不难,但问题究竟是什么?
-
smart-questions 提问的智慧http://www.catb.org/~esr/faqs/smart-questions.html
-
提问的智慧 提问的智慧中文翻译https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way
-
提问指南-ustc ustchttps://lug.ustc.edu.cn/wiki/doc/howtoask/
-
Stop-Ask-Questions-The-Stupid-Ways 提问的智慧https://github.com/tangx/Stop-Ask-Questions-The-Stupid-Ways/blob/master/README.md
信息检索
授人以鱼不如授人以渔
搜索引擎
注意分辨垃圾广告, 谨慎使用某些搜索引擎
-
谷歌 建议使用英语http://www.google.com
-
必应 中文可用http://cn.bing.com
大模型
大人, 时代变了
-
gpt openaihttp://chat.openai.com/
-
claude claudehttps://claude.ai/
-
gemini 谷歌https://gemini.google.com/
-
豆包 字节, 不定期血压https://www.doubao.com/chat/
-
kimi 玄学https://www.kimi.com/
-
ds D指导https://chat.deepseek.com/
社区
大佬云集, 受益匪浅
-
github 全球最大同性交友网站https://github.com/
-
stackoverflow yydshttps://stackoverflow.com/questions
-
思否 内容不算特别多, 包含新技术https://segmentfault.com/
-
贴吧 小众玄学https://tieba.baidu.com/f?kw=python
教程文档
查阅文档是不得不品的一环
文档
查阅文档是个好习惯
-
官方文档 百科全书https://docs.python.org/zh-cn/3/
-
开发指南 可参考https://devguide.python.org/
-
peps pep规范查阅https://peps.python.org/
-
peps-hub hub上的pep仓库https://github.com/python/peps/
教程
师傅领进门, 修行靠个人
-
官方教程 查漏补缺https://docs.python.org/zh-cn/3/tutorial/index.html
-
b站 bilibili大学https://www.bilibili.com
-
廖雪峰 值得信赖https://liaoxuefeng.com/books/python/introduction/index.html
-
w3school 简易教程https://www.w3school.com.cn/python/index.asp
-
Python-100-Days 热门教程https://showlotus.github.io/Python-100-Days-Website/
解释器
python解释器
官方源
官方源
-
官网 官方源https://www.python.org/
-
ftp ftp资源https://www.python.org/ftp/python/
镜像源
国内镜像
-
淘宝 淘宝镜像https://registry.npmmirror.com/binary.html?path=python/
-
阿里云 阿里云镜像https://mirrors.aliyun.com/python-release/
pip
不推荐直接使用pip, 建议使用更现代的工具
官方源
官方源, 以防万一
-
官网 官方源https://pypi.org/simple
镜像源
国内镜像
-
ustc 稳https://pypi.mirrors.ustc.edu.cn/simple/
-
阿里云 阿里云镜像https://mirrors.aliyun.com/pypi/simple/
-
华为云 华为云镜像https://repo.huaweicloud.com/repository/pypi/simple/
-
腾讯云 腾讯云镜像https://mirrors.cloud.tencent.com/pypi/simple/
爬虫
我给你的那叫给,我不给你的,你不能抢
靶场
合法爬虫练习, 注意频率
-
码上爬 靶场https://www.mashangpa.com/
-
Spiderbuf 靶场https://spiderbuf.cn/
-
Python3网络爬虫开发实战(第二版) 爬虫实战教程https://scrape.center/
-
LearnSpid 爬虫百战成神http://learnspider.vip/
工具
包罗万象, 现代化
项目管理
现代管理工具, 避免直接使用pip
-
uv 真神https://docs.astral.sh/uv/
-
poetry poetryhttps://python-poetry.org/
打包
不管哪种方式都不建议单文件, 本质上是压缩包, 该需求应该交给专门的工具
-
嵌入式 yydshttps://github.com/skywind3000/PyStand
-
pyinstaller 简易打包https://pyinstaller.org/en/stable/
-
nuitka 打包工具https://nuitka.net/