From 590e2c187d43c91aba61d94d38a0105faf54296c Mon Sep 17 00:00:00 2001 From: bill Date: Wed, 27 Nov 2024 10:13:55 +0800 Subject: [PATCH 1/3] Fixed the issue where the Chinese readme link could not be redirected correctly --- Chinese/README.md | 56 ++++++++++++++++++++++++----------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/Chinese/README.md b/Chinese/README.md index e49895221..e750d5d0c 100644 --- a/Chinese/README.md +++ b/Chinese/README.md @@ -9,29 +9,29 @@ | 05 | [列表](./05_lists.md) | | 06 | [元组](./06_tuples.md) | | 07 | [集合](./07_sets.md) | -| 08 | [字典](./08_Day_Dictionaries/08_dictionaries.md) | -| 09 | [条件](./09_Day_Conditionals/09_conditionals.md) | -| 10 | [循环](./10_Day_Loops/10_loops.md) | -| 11 | [函数](./11_Day_Functions/11_functions.md) | -| 12 | [模块](./12_Day_Modules/12_modules.md) | -| 13 | [列表解析](./13_Day_List_comprehension/13_list_comprehension.md) | -| 14 | [高阶函数](./14_Day_Higher_order_functions/14_higher_order_functions.md) | -| 15 | [类型错误](./15_Day_Python_type_errors/15_python_type_errors.md) | -| 16 | [Python 日期时间](./16_Day_Python_date_time/16_python_datetime.md) | -| 17 | [异常处理](./17_Day_Exception_handling/17_exception_handling.md) | -| 18 | [正则表达式](./18_Day_Regular_expressions/18_regular_expressions.md) | -| 19 | [文件处理](./19_Day_File_handling/19_file_handling.md) | -| 20 | [包管理器](./20_Day_Python_package_manager/20_python_package_manager.md) | -| 21 | [类和对象](./21_Day_Classes_and_objects/21_classes_and_objects.md) | -| 22 | [网页抓取](./22_Day_Web_scraping/22_web_scraping.md) | -| 23 | [虚拟环境](./23_Day_Virtual_environment/23_virtual_environment.md) | -| 24 | [统计](./24_Day_Statistics/24_statistics.md) | -| 25 | [Pandas](./25_Day_Pandas/25_pandas.md) | -| 26 | [Python 网页](./26_Day_Python_web/26_python_web.md) | -| 27 | [Python 与 MongoDB](./27_Day_Python_with_mongodb/27_python_with_mongodb.md) | -| 28 | [API](./28_Day_API/28_API.md) | -| 29 | [构建 API](./29_Day_Building_API/29_building_API.md) | -| 30 | [结论](./30_Day_Conclusions/30_conclusions.md) | +| 08 | [字典](./08_dictionaries.md) | +| 09 | [条件](./09_conditionals.md) | +| 10 | [循环](./10_loops.md) | +| 11 | [函数](./11_functions.md) | +| 12 | [模块](./12_modules.md) | +| 13 | [列表解析](./13_list_comprehension.md) | +| 14 | [高阶函数](./14_higher_order_functions.md) | +| 15 | [类型错误](./15_python_type_errors.md) | +| 16 | [Python 日期时间](./16_python_datetime.md) | +| 17 | [异常处理](./17_exception_handling.md) | +| 18 | [正则表达式](./18_regular_expressions.md) | +| 19 | [文件处理](./19_file_handling.md) | +| 20 | [包管理器](./20_python_package_manager.md) | +| 21 | [类和对象](./21_classes_and_objects.md) | +| 22 | [网页抓取](./22_web_scraping.md) | +| 23 | [虚拟环境](./23_virtual_environment.md) | +| 24 | [统计](./24_statistics.md) | +| 25 | [Pandas](./25_pandas.md) | +| 26 | [Python 网页](./26_python_web.md) | +| 27 | [Python 与 MongoDB](./27_python_with_mongodb.md) | +| 28 | [API](./28_API.md) | +| 29 | [构建 API](./29_building_API.md) | +| 30 | [结论](./30_conclusions.md) | 🧡🧡🧡 快乐编码 🧡🧡🧡 @@ -61,10 +61,10 @@ ![30DaysOfPython](.././images/30DaysOfPython_banner3@2x.png) - [🐍 30 天 Python](#-30-天-python) -- [📘 第 1 天](#第-1-天) - - [欢迎](#欢迎) +- [📘 第 1 天](#-第-1-天) + - [欢迎!](#欢迎) - [介绍](#介绍) - - [为什么选择 Python?](#为什么选择-python) + - [为什么选择 Python?](#为什么选择-python) - [环境设置](#环境设置) - [安装 Python](#安装-python) - [Python Shell](#python-shell) @@ -74,6 +74,8 @@ - [Python 语法](#python-语法) - [Python 缩进](#python-缩进) - [注释](#注释) +- [示例:单行注释](#示例单行注释) +- [示例:多行注释,称为文档字符串](#示例多行注释称为文档字符串) - [数据类型](#数据类型) - [数字](#数字) - [字符串](#字符串) @@ -84,7 +86,7 @@ - [集合](#集合) - [检查数据类型](#检查数据类型) - [Python 文件](#python-文件) - - [💻 练习 - 第 1 天](#-练习-第-1-天) + - [💻 练习 - 第 1 天](#-练习---第-1-天) - [练习:等级 1](#练习等级-1) - [练习:等级 2](#练习等级-2) - [练习:等级 3](#练习等级-3) From bcdc1f6fd7371f132f260352166b899e8eb70a73 Mon Sep 17 00:00:00 2001 From: bill Date: Wed, 27 Nov 2024 10:18:25 +0800 Subject: [PATCH 2/3] Revert "Fixed the issue where the Chinese readme link could not be redirected correctly" This reverts commit 590e2c187d43c91aba61d94d38a0105faf54296c. --- Chinese/README.md | 56 +++++++++++++++++++++++------------------------ 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/Chinese/README.md b/Chinese/README.md index e750d5d0c..e49895221 100644 --- a/Chinese/README.md +++ b/Chinese/README.md @@ -9,29 +9,29 @@ | 05 | [列表](./05_lists.md) | | 06 | [元组](./06_tuples.md) | | 07 | [集合](./07_sets.md) | -| 08 | [字典](./08_dictionaries.md) | -| 09 | [条件](./09_conditionals.md) | -| 10 | [循环](./10_loops.md) | -| 11 | [函数](./11_functions.md) | -| 12 | [模块](./12_modules.md) | -| 13 | [列表解析](./13_list_comprehension.md) | -| 14 | [高阶函数](./14_higher_order_functions.md) | -| 15 | [类型错误](./15_python_type_errors.md) | -| 16 | [Python 日期时间](./16_python_datetime.md) | -| 17 | [异常处理](./17_exception_handling.md) | -| 18 | [正则表达式](./18_regular_expressions.md) | -| 19 | [文件处理](./19_file_handling.md) | -| 20 | [包管理器](./20_python_package_manager.md) | -| 21 | [类和对象](./21_classes_and_objects.md) | -| 22 | [网页抓取](./22_web_scraping.md) | -| 23 | [虚拟环境](./23_virtual_environment.md) | -| 24 | [统计](./24_statistics.md) | -| 25 | [Pandas](./25_pandas.md) | -| 26 | [Python 网页](./26_python_web.md) | -| 27 | [Python 与 MongoDB](./27_python_with_mongodb.md) | -| 28 | [API](./28_API.md) | -| 29 | [构建 API](./29_building_API.md) | -| 30 | [结论](./30_conclusions.md) | +| 08 | [字典](./08_Day_Dictionaries/08_dictionaries.md) | +| 09 | [条件](./09_Day_Conditionals/09_conditionals.md) | +| 10 | [循环](./10_Day_Loops/10_loops.md) | +| 11 | [函数](./11_Day_Functions/11_functions.md) | +| 12 | [模块](./12_Day_Modules/12_modules.md) | +| 13 | [列表解析](./13_Day_List_comprehension/13_list_comprehension.md) | +| 14 | [高阶函数](./14_Day_Higher_order_functions/14_higher_order_functions.md) | +| 15 | [类型错误](./15_Day_Python_type_errors/15_python_type_errors.md) | +| 16 | [Python 日期时间](./16_Day_Python_date_time/16_python_datetime.md) | +| 17 | [异常处理](./17_Day_Exception_handling/17_exception_handling.md) | +| 18 | [正则表达式](./18_Day_Regular_expressions/18_regular_expressions.md) | +| 19 | [文件处理](./19_Day_File_handling/19_file_handling.md) | +| 20 | [包管理器](./20_Day_Python_package_manager/20_python_package_manager.md) | +| 21 | [类和对象](./21_Day_Classes_and_objects/21_classes_and_objects.md) | +| 22 | [网页抓取](./22_Day_Web_scraping/22_web_scraping.md) | +| 23 | [虚拟环境](./23_Day_Virtual_environment/23_virtual_environment.md) | +| 24 | [统计](./24_Day_Statistics/24_statistics.md) | +| 25 | [Pandas](./25_Day_Pandas/25_pandas.md) | +| 26 | [Python 网页](./26_Day_Python_web/26_python_web.md) | +| 27 | [Python 与 MongoDB](./27_Day_Python_with_mongodb/27_python_with_mongodb.md) | +| 28 | [API](./28_Day_API/28_API.md) | +| 29 | [构建 API](./29_Day_Building_API/29_building_API.md) | +| 30 | [结论](./30_Day_Conclusions/30_conclusions.md) | 🧡🧡🧡 快乐编码 🧡🧡🧡 @@ -61,10 +61,10 @@ ![30DaysOfPython](.././images/30DaysOfPython_banner3@2x.png) - [🐍 30 天 Python](#-30-天-python) -- [📘 第 1 天](#-第-1-天) - - [欢迎!](#欢迎) +- [📘 第 1 天](#第-1-天) + - [欢迎](#欢迎) - [介绍](#介绍) - - [为什么选择 Python?](#为什么选择-python) + - [为什么选择 Python?](#为什么选择-python) - [环境设置](#环境设置) - [安装 Python](#安装-python) - [Python Shell](#python-shell) @@ -74,8 +74,6 @@ - [Python 语法](#python-语法) - [Python 缩进](#python-缩进) - [注释](#注释) -- [示例:单行注释](#示例单行注释) -- [示例:多行注释,称为文档字符串](#示例多行注释称为文档字符串) - [数据类型](#数据类型) - [数字](#数字) - [字符串](#字符串) @@ -86,7 +84,7 @@ - [集合](#集合) - [检查数据类型](#检查数据类型) - [Python 文件](#python-文件) - - [💻 练习 - 第 1 天](#-练习---第-1-天) + - [💻 练习 - 第 1 天](#-练习-第-1-天) - [练习:等级 1](#练习等级-1) - [练习:等级 2](#练习等级-2) - [练习:等级 3](#练习等级-3) From 0eaf7595d7bbac9f736529290e90ec1ecb77cb62 Mon Sep 17 00:00:00 2001 From: bill Date: Wed, 27 Nov 2024 10:20:59 +0800 Subject: [PATCH 3/3] Fixed the issue where the Chinese readme link could not be redirected correctly --- Chinese/README.md | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/Chinese/README.md b/Chinese/README.md index e49895221..428764efa 100644 --- a/Chinese/README.md +++ b/Chinese/README.md @@ -9,29 +9,29 @@ | 05 | [列表](./05_lists.md) | | 06 | [元组](./06_tuples.md) | | 07 | [集合](./07_sets.md) | -| 08 | [字典](./08_Day_Dictionaries/08_dictionaries.md) | -| 09 | [条件](./09_Day_Conditionals/09_conditionals.md) | -| 10 | [循环](./10_Day_Loops/10_loops.md) | -| 11 | [函数](./11_Day_Functions/11_functions.md) | -| 12 | [模块](./12_Day_Modules/12_modules.md) | -| 13 | [列表解析](./13_Day_List_comprehension/13_list_comprehension.md) | -| 14 | [高阶函数](./14_Day_Higher_order_functions/14_higher_order_functions.md) | -| 15 | [类型错误](./15_Day_Python_type_errors/15_python_type_errors.md) | -| 16 | [Python 日期时间](./16_Day_Python_date_time/16_python_datetime.md) | -| 17 | [异常处理](./17_Day_Exception_handling/17_exception_handling.md) | -| 18 | [正则表达式](./18_Day_Regular_expressions/18_regular_expressions.md) | -| 19 | [文件处理](./19_Day_File_handling/19_file_handling.md) | -| 20 | [包管理器](./20_Day_Python_package_manager/20_python_package_manager.md) | -| 21 | [类和对象](./21_Day_Classes_and_objects/21_classes_and_objects.md) | -| 22 | [网页抓取](./22_Day_Web_scraping/22_web_scraping.md) | -| 23 | [虚拟环境](./23_Day_Virtual_environment/23_virtual_environment.md) | -| 24 | [统计](./24_Day_Statistics/24_statistics.md) | -| 25 | [Pandas](./25_Day_Pandas/25_pandas.md) | -| 26 | [Python 网页](./26_Day_Python_web/26_python_web.md) | -| 27 | [Python 与 MongoDB](./27_Day_Python_with_mongodb/27_python_with_mongodb.md) | -| 28 | [API](./28_Day_API/28_API.md) | -| 29 | [构建 API](./29_Day_Building_API/29_building_API.md) | -| 30 | [结论](./30_Day_Conclusions/30_conclusions.md) | +| 08 | [字典](./08_dictionaries.md) | +| 09 | [条件](./09_conditionals.md) | +| 10 | [循环](./10_loops.md) | +| 11 | [函数](./11_functions.md) | +| 12 | [模块](./12_modules.md) | +| 13 | [列表解析](./13_list_comprehension.md) | +| 14 | [高阶函数](./14_higher_order_functions.md) | +| 15 | [类型错误](./15_python_type_errors.md) | +| 16 | [Python 日期时间](./16_python_datetime.md) | +| 17 | [异常处理](./17_exception_handling.md) | +| 18 | [正则表达式](./18_regular_expressions.md) | +| 19 | [文件处理](./19_file_handling.md) | +| 20 | [包管理器](./20_python_package_manager.md) | +| 21 | [类和对象](./21_classes_and_objects.md) | +| 22 | [网页抓取](./22_web_scraping.md) | +| 23 | [虚拟环境](./23_virtual_environment.md) | +| 24 | [统计](./24_statistics.md) | +| 25 | [Pandas](./25_pandas.md) | +| 26 | [Python 网页](./26_python_web.md) | +| 27 | [Python 与 MongoDB](./27_python_with_mongodb.md) | +| 28 | [API](./28_API.md) | +| 29 | [构建 API](./29_building_API.md) | +| 30 | [结论](./30_conclusions.md) | 🧡🧡🧡 快乐编码 🧡🧡🧡