From 96a68ce39307582a3b745b61d239b8ba6060a925 Mon Sep 17 00:00:00 2001 From: KANAKALA SAI KIRAN <2400030639@kluniversity.in> Date: Sat, 15 Nov 2025 06:13:50 +0530 Subject: [PATCH] =?UTF-8?q?Replace=20broken=20'Python=20=E4=B8=AD=E6=96=87?= =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E5=A4=A7=E6=9C=AC=E8=90=A5'=20link=20with=20?= =?UTF-8?q?'=E8=8F=9C=E9=B8=9F=E6=95=99=E7=A8=8B=20Python3=20=E6=95=99?= =?UTF-8?q?=E7=A8=8B'=20(#13005)=20(#13008)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Replace broken 'Python 中文学习大本营' link with '菜鸟教程 Python3 教程' (#13005) * removed the runoob addition --- books/free-programming-books-zh.md | 1 - 1 file changed, 1 deletion(-) diff --git a/books/free-programming-books-zh.md b/books/free-programming-books-zh.md index a1617b3e3..f0c0dcf9b 100644 --- a/books/free-programming-books-zh.md +++ b/books/free-programming-books-zh.md @@ -664,7 +664,6 @@ * [Numpy 1.16 中文文档](http://www.osgeo.cn/numpy/) (Online) * [Python 3 文档(简体中文) 3.2.2 documentation](http://docspy3zh.readthedocs.org/en/latest/) * [Python 3.8.0a3中文文档](http://www.osgeo.cn/cpython/) (Online) *(目前在线最全的中文文档了)* -* [Python 中文学习大本营](http://www.pythondoc.com) * [Python 最佳实践指南](https://pythonguidecn.readthedocs.io/zh/latest/) * [Python Cookbook第三版](http://python3-cookbook.readthedocs.io/zh_CN/latest/) - David Beazley、Brian K.Jones、熊能(翻译) * [Python教程 - 廖雪峰的官方网站](https://www.liaoxuefeng.com/wiki/1016959663602400)