Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 deletions Chinese/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |

🧡🧡🧡 快乐编码 🧡🧡🧡

Expand Down