-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
959 lines (869 loc) · 52.8 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
#================================ Site Information =======================================
site_name: "Pythonista to Pythoneer"
site_url: "http://bya.cool/advanced-python-techniques"
site_author: "baiyongan"
site_description: >-
"Summary of core skills and knowledge points of python programming."
"A practical programming guide for intermediate programmers focusing on the python grammar itself."
#================================ Repository =============================================
repo_name: "advanced-python-techniques"
repo_url: "https://github.com/baiyongan/advanced-python-techniques"
edit_uri: ""
#================================ Copyright ==============================================
copyright: <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="知识共享许可协议" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/80x15.png" /></a> <br> Copyright © 2022 Bai Yongan
#================================ Theme Configuration ====================================
docs_dir: "docs"
theme:
name: material
custom_dir: overrides
language: en
palette:
- scheme: default
primary: teal
accent: amber
toggle:
icon: material/weather-sunny
name: Switch to light mode
- scheme: slate
primary: teal
accent: amber
toggle:
icon: material/weather-night
name: Switch to dark mode
features:
- search.suggest
- search.highlight
# - navigation.sections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
# - navigation.expand
# - toc.integrate
#- content.code.annotate
icon:
repo: fontawesome/brands/github-alt
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/squirrel-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
# font:
# text: Roboto
# code: Roboto Mono
logo: assets/image/icon-white.svg
favicon: assets/image/favicon.png
#================================ Customization ==========================================
extra:
# analytics:
# provider: google
# property: !ENV GOOGLE_ANALYTICS_KEY
social:
# python website's license
- icon: fontawesome/brands/creative-commons
link: http://106.14.160.45:8080/LICENSE/
# github personal page
- icon: fontawesome/brands/github
link: https://github.com/baiyongan
# python website
- icon: fontawesome/brands/python
link: http://106.14.160.45:8080
# tiddly wiki
- icon: fontawesome/brands/wordpress
link: http://106.14.160.45:8081
# linux website
- icon: fontawesome/brands/linux
link: http://106.14.160.45
# blog website
- icon: fontawesome/brands/bootstrap
link: https://baiyongan.github.io
# lsf website
- icon: fontawesome/brands/buromobelexperte
link: https://baiyongan.github.io/lsf-handbook
extra_css:
- assets/css/extra.css
- assets/css/termynal.css
- assets/css/custom.css
extra_javascript:
- https://unpkg.com/mermaid@8.4.6/dist/mermaid.min.js
# - https://unpkg.com/d3@6.7.0/dist/d3.min.js
# - https://unpkg.com/markmap-lib@0.11.5/dist/browser/index.min.js
# - https://unpkg.com/markmap-view@0.2.6/dist/index.min.js
- assets/js/termynal.js
- assets/js/custom.js
#================================ Extensions =============================================
markdown_extensions:
- toc:
# baselevel: 4
permalink: true
# separator: "_"
- markdown.extensions.codehilite:
guess_lang: false
- markdown_include.include:
base_path: docs
- tables
- extra
- admonition
- codehilite
- footnotes
- attr_list
- md_in_html
- mdx_math:
enable_dollar_delimiter: true
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
#================================ Plugins ================================================
plugins:
- markdownextradata:
data: data
- search
# - mkdocs-jupyter:
# execute: False
# include_source: True
# kernel_name: python3
#================================ Page tree ==============================================
#========== Preface =============
nav:
- 首页: README.md
#========== Part01 ==============
- 方向路线:
- Overview: part01_direction_and_roadmap/index.md
- 语言专题: part01_direction_and_roadmap/python_language.md
- 后端开发: part01_direction_and_roadmap/python_web_roadmap.md
- DevOps: part01_direction_and_roadmap/python_devops_roadmap.md
- 网络爬虫: part01_direction_and_roadmap/python_web_scraping_roadmap.md
- 数据分析: part01_direction_and_roadmap/python_data_analysis_roadmap.md
- 数据挖掘: part01_direction_and_roadmap/python_data_mining_roadmap.md
- 机器学习: part01_direction_and_roadmap/python_machine_learning_roadmap.md
- 经验建议:
- Top Python Developer Skills: part01_direction_and_roadmap/top_python_developer_skills.md
- Levels of Python Code: part01_direction_and_roadmap/levels_of_python_code.md
#========== Part02 ==============
- 开发工具:
- Overview: part02_development_tool/index.md
- IDE:
- 目录: part02_development_tool/ide/content.md
- Pycharm:
- 快速上手: part02_development_tool/ide/pycharm/brief_tutorial.md
- 42 Tips and Tricks: part02_development_tool/ide/pycharm/42_tips_and_tricks.md
- 详细教程: part02_development_tool/ide/pycharm/detailed_tutorial.md
- Editor:
- 目录: part02_development_tool/editor/content.md
- REPL:
- 目录: part02_development_tool/repl/content.md
- IPython:
- 快速上手: part02_development_tool/repl/ipython/brief_tutorial.md
- 详细教程: part02_development_tool/repl/ipython/detailed_tutorial.md
- Jupyter Notebook:
- 快速上手: part02_development_tool/repl/jupyter_notebook/brief_tutorial.md
- 详细教程: part02_development_tool/repl/jupyter_notebook/detailed_tutorial.md
# - 50 IPython Tips: part02_development_tool/repl/jupyter_notebook/50_ipython_tricks.ipynb
- Package Management:
- 目录: part02_development_tool/package_management/content.md
- pip:
- 快速上手: part02_development_tool/package_management/pip/brief_tutorial.md
- 详细教程: part02_development_tool/package_management/pip/detailed_tutorial.md
- SCM:
- 目录: part02_development_tool/scm/content.md
- DevOps:
- 目录: part02_development_tool/devops/content.md
- Debugger:
- 目录: part02_development_tool/debugger/content.md
- pdb:
- 快速上手: part02_development_tool/debugger/pdb/brief_tutorial.md
- 详细教程: part02_development_tool/debugger/pdb/detailed_tutorial.md
- PySnooper:
- 快速上手: part02_development_tool/debugger/pysnooper/brief_tutorial.md
- 详细教程: part02_development_tool/debugger/pysnooper/detailed_tutorial.md
- Compiler:
- 目录: part02_development_tool/compiler/content.md
- Interpreter:
- 目录: part02_development_tool/interpreter/content.md
- Linter:
- 目录: part02_development_tool/linter/content.md
- Testing:
- 目录: part02_development_tool/testing/content.md
- Profiler:
- 目录: part02_development_tool/profiler/content.md
- CLI:
- 目录: part02_development_tool/cli/content.md
- GUI:
- 目录: part02_development_tool/gui/content.md
- Document:
- 目录: part02_development_tool/document/content.md
#========== Part03 ==============
- 规范准则:
- Overview: part03_norm_and_guideline/index.md
- Python 编码规范:
- Python 代码规范的重要性: part03_norm_and_guideline/python_norm/why_python_style_guide.md
- PEP8 要点总结: part03_norm_and_guideline/python_norm/PEP8_brief_summary.md
- PEP8 中文翻译: part03_norm_and_guideline/python_norm/PEP8_translation.md
- Google Python Style Guide: part03_norm_and_guideline/python_norm/google_python_style_guide.md
- 非编码类规范:
- part03_norm_and_guideline/non_coding_norm/open_source.md
- part03_norm_and_guideline/non_coding_norm/document.md
- part03_norm_and_guideline/non_coding_norm/version.md
- part03_norm_and_guideline/non_coding_norm/commit.md
- part03_norm_and_guideline/non_coding_norm/deployment.md
- 编码类规范:
- part03_norm_and_guideline/coding_norm/content.md
- part03_norm_and_guideline/coding_norm/coding.md
- part03_norm_and_guideline/coding_norm/api.md
- part03_norm_and_guideline/coding_norm/log.md
- part03_norm_and_guideline/coding_norm/error.md
#========== Part04 ==============
- 功能模块:
- Overview: part04_module_package_library/index.md
- 内置基础:
- 目录: part04_module_package_library/standard_library_builtin/content.md
- 内置函数: part04_module_package_library/standard_library_builtin/builtin_functions.md
- 内置常量: part04_module_package_library/standard_library_builtin/builtin_constants.md
- 内置类型:
- string: part04_module_package_library/standard_library_builtin/builtin_types/string_methods.md
- list: part04_module_package_library/standard_library_builtin/builtin_types/list_methods.md
- dict: part04_module_package_library/standard_library_builtin/builtin_types/dict_methods.md
- tuple: part04_module_package_library/standard_library_builtin/builtin_types/tuple_methods.md
- set: part04_module_package_library/standard_library_builtin/builtin_types/set_methods.md
- 内置异常: part04_module_package_library/standard_library_builtin/builtin_exceptions.md
- 常用必备:
- 目录: part04_module_package_library/commonly_used/content.md
- os: part04_module_package_library/commonly_used/os.md
- 重难点进阶:
- 目录: part04_module_package_library/key_advanced/content.md
- collections: part04_module_package_library/key_advanced/collections.md
- 流行第三方库:
- 目录: part04_module_package_library/popular_3rd_party/content.md
- sh: part04_module_package_library/popular_3rd_party/sh.md
- rich: part04_module_package_library/popular_3rd_party/rich.md
- psutil: part04_module_package_library/popular_3rd_party/psutil.md
- PyMOTW3 系列:
- 英文目录: part04_module_package_library/PyMOTW3/content_en.md
- 中文目录: part04_module_package_library/PyMOTW3/content_zh.md
- 01 文本:
- 章节简介: part04_module_package_library/PyMOTW3/chapter01_text/index.md
- string 模块: part04_module_package_library/PyMOTW3/chapter01_text/string.md
- 02 数据结构:
- 章节简介: part04_module_package_library/PyMOTW3/chapter02_data_structures/index.md
- 03 算法:
- 章节简介: part04_module_package_library/PyMOTW3/chapter03_algorithms/index.md
- functools: part04_module_package_library/PyMOTW3/chapter03_algorithms/functools.md
- 04 日期与时间:
- 章节简介: part04_module_package_library/PyMOTW3/chapter04_dates_and_times/index.md
- 05 数学运算:
- 章节简介: part04_module_package_library/PyMOTW3/chapter05_mathematics/index.md
- 06 文件系统:
- 章节简介: part04_module_package_library/PyMOTW3/chapter06_the_file_system/index.md
- 07 数据持久化与转换:
- 章节简介: part04_module_package_library/PyMOTW3/chapter07_data_persistence_and_exchange/index.md
- 08 数据压缩与归档:
- 章节简介: part04_module_package_library/PyMOTW3/chapter08_data_compression_and_archiving/index.md
- 09 加密:
- 章节简介: part04_module_package_library/PyMOTW3/chapter09_cryptography/index.md
- 10 进程、线程与协程的并发:
- 章节简介: part04_module_package_library/PyMOTW3/chapter10_concurrency/index.md
- 11 网络:
- 章节简介: part04_module_package_library/PyMOTW3/chapter11_networking/index.md
- 12 互联网:
- 章节简介: part04_module_package_library/PyMOTW3/chapter12_the_internet/index.md
- 13 邮件:
- 章节简介: part04_module_package_library/PyMOTW3/chapter13_email/index.md
- 14 应用程序构建组件:
- 章节简介: part04_module_package_library/PyMOTW3/chapter14_application_building_blocks/index.md
- 15 国际化与本地化:
- 章节简介: part04_module_package_library/PyMOTW3/chapter15_internationalization_and_localization/index.md
- 16 开发者工具:
- 章节简介: part04_module_package_library/PyMOTW3/chapter16_developer_tools/index.md
- 17 运行时特征:
- 章节简介: part04_module_package_library/PyMOTW3/chapter17_runtime_features/index.md
- 18 语言工具:
- 章节简介: part04_module_package_library/PyMOTW3/chapter18_language_tools/index.md
- 19 模块与包:
- 章节简介: part04_module_package_library/PyMOTW3/chapter19_modules_and_packages/index.md
- 20 Unix 专属服务:
- 章节简介: part04_module_package_library/PyMOTW3/chapter20_unix_specific_services/index.md
- 附录: part04_module_package_library/PyMOTW3/appendix.md
#========== Part05 ==============
- 核心专题:
- Overview: part05_core_topic/index.md
- 01 一切皆对象:
- python 中一切皆对象: part05_core_topic/chapter01/article0101.md
- type、object 和 class 的关系: part05_core_topic/chapter01/article0102.md
- python 中的内置类型: part05_core_topic/chapter01/article0103.md
- 本章小结: part05_core_topic/chapter01/article0104.md
- 02 魔法函数:
- 魔法函数简介: part05_core_topic/chapter02/article0201.md
- python 数据模型对 python 的影响: part05_core_topic/chapter02/article0202.md
- python 魔法函数一览: part05_core_topic/chapter02/article0203.md
- len 函数的特殊性: part05_core_topic/chapter02/article0204.md
- 本章小结: part05_core_topic/chapter02/article0205.md
- 03 类和对象:
- 鸭子类型和多态: part05_core_topic/chapter03/article0301.md
- 抽象基类(abc模块): part05_core_topic/chapter03/article0302.md
- isinstance 和 type 的区别: part05_core_topic/chapter03/article0303.md
- 类变量和实例变量: part05_core_topic/chapter03/article0304.md
- 类和实例属性的查找顺序: part05_core_topic/chapter03/article0305.md
- 类方法、静态方法和实例方法: part05_core_topic/chapter03/article0306.md
- 数据封装和私有属性: part05_core_topic/chapter03/article0307.md
- python 对象的自省机制: part05_core_topic/chapter03/article0308.md
- super 真的是调用父类么?: part05_core_topic/chapter03/article0309.md
- mixin 继承案例——django rest framework: part05_core_topic/chapter03/article0310.md
- python 中的 with 语句: part05_core_topic/chapter03/article0311.md
- contextlib 简化上下文管理器: part05_core_topic/chapter03/article0312.md
- 本章小结: part05_core_topic/chapter03/article0313.md
- 04 自定义序列类:
- python 中的序列分类: part05_core_topic/chapter04/article0401.md
- python 中序列类型的 abc 继承关系: part05_core_topic/chapter04/article0402.md
- list 中 extend 方法区别: part05_core_topic/chapter04/article0403.md
- 实现可切片的对象: part05_core_topic/chapter04/article0404.md
- bisect 维护已排序序列: part05_core_topic/chapter04/article0405.md
- 什么时候不应该使用列表?: part05_core_topic/chapter04/article0406.md
- 列表推导式、生成器表达式、字典推导式: part05_core_topic/chapter04/article0407.md
- 本章小结: part05_core_topic/chapter04/article0408.md
- 05 python 中的 set 和 dict:
- dict 的 abc 继承关系: part05_core_topic/chapter05/article0501.md
- dict 的常用方法: part05_core_topic/chapter05/article0502.md
- dict 的子类: part05_core_topic/chapter05/article0503.md
- set 和 frozenset: part05_core_topic/chapter05/article0504.md
- dict 和 set 的实现原理: part05_core_topic/chapter05/article0505.md
- 本章小结: part05_core_topic/chapter05/article0506.md
- 06 对象引用、可变性和垃圾回收:
- python 中的变量是什么?: part05_core_topic/chapter06/article0601.md
- == 和 is 的区别: part05_core_topic/chapter06/article0602.md
- del 语句和垃圾回收: part05_core_topic/chapter06/article0603.md
- 一个经典的参数错误: part05_core_topic/chapter06/article0604.md
- 本章小结: part05_core_topic/chapter06/article0605.md
- 07 元类编程:
- property 动态属性: part05_core_topic/chapter07/article0701.md
- __getattr__、__getattribute__ 魔法函数: part05_core_topic/chapter07/article0702.md
- 属性描述符和属性查找过程: part05_core_topic/chapter07/article0703.md
- __new__ 和 __init__ 的区别: part05_core_topic/chapter07/article0704.md
- 自定义元类: part05_core_topic/chapter07/article0705.md
- 通过元类实现 orm: part05_core_topic/chapter07/article0706.md
- 本章小结: part05_core_topic/chapter07/article0707.md
- 08 迭代器和生成器:
- python 中的迭代协议: part05_core_topic/chapter08/article0801.md
- 什么是迭代器和可迭代对象: part05_core_topic/chapter08/article0802.md
- 生成器函数的使用: part05_core_topic/chapter08/article0803.md
- python 是如何实现生成器的: part05_core_topic/chapter08/article0804.md
- 生成器在 UserList 中的应用: part05_core_topic/chapter08/article0805.md
- 生成器如何读取大文件: part05_core_topic/chapter08/article0806.md
- 本章小结: part05_core_topic/chapter08/article0807.md
- 09 python socket 编程:
- HTTP、Socket、TCP 概念: part05_core_topic/chapter09/article0901.md
- socket 和 server 实现通信: part05_core_topic/chapter09/article0902.md
- socket 实现聊天和多用户连接: part05_core_topic/chapter09/article0903.md
- socket 模拟 http 请求: part05_core_topic/chapter09/article0904.md
- 本章小结: part05_core_topic/chapter09/article0905.md
- 10 多线程、多进程和线程池编程:
- python 中的 GIL: part05_core_topic/chapter10/article1001.md
- 多线程编程 —— threading: part05_core_topic/chapter10/article1002.md
- 线程间通信 —— 共享变量和 Queue: part05_core_topic/chapter10/article1003.md
- 线程同步 —— Lock、RLock: part05_core_topic/chapter10/article1004.md
- 线程同步 —— condition 使用及源码分析: part05_core_topic/chapter10/article1005.md
- 线程同步 —— Semaphore 使用及源码分析: part05_core_topic/chapter10/article1006.md
- ThreadPoolExecutor 线程池: part05_core_topic/chapter10/article1007.md
- ThreadPoolExecutor 源码分析: part05_core_topic/chapter10/article1008.md
- 多线程和多进程对比: part05_core_topic/chapter10/article1009.md
- multiprocessing 多进程编程: part05_core_topic/chapter10/article1010.md
- 进程间通信 —— Queue、Pipe、Manager: part05_core_topic/chapter10/article1011.md
- 本章小结: part05_core_topic/chapter10/article1012.md
- 11 协程和异步 io:
- 并发、并行、同步、异步、阻塞、非阻塞: part05_core_topic/chapter11/article1101.md
- IO 多路复用 (select、poll 和 epoll): part05_core_topic/chapter11/article1102.md
- select+回调+事件循环获取 html: part05_core_topic/chapter11/article1103.md
- 回调之痛: part05_core_topic/chapter11/article1104.md
- 协程是什么: part05_core_topic/chapter11/article1105.md
- 生成器进阶 send、close 和 throw 方法: part05_core_topic/chapter11/article1106.md
- 生成器进阶 yield from: part05_core_topic/chapter11/article1107.md
- 生成器实现协程: part05_core_topic/chapter11/article1108.md
- async和await: part05_core_topic/chapter11/article1109.md
- 本章小结: part05_core_topic/chapter11/article1110.md
- 12 asyncio 并发编程:
- 事件循环: part05_core_topic/chapter12/article1201.md
- task 取消和子协程调用原理: part05_core_topic/chapter12/article1202.md
- call_soon、call_at、call_later、call_soon_threadsafe: part05_core_topic/chapter12/article1203.md
- ThreadPollExecutor 和 asycio 完成阻塞 IO 请求: part05_core_topic/chapter12/article1204.md
- asyncio 模拟 http 请求: part05_core_topic/chapter12/article1205.md
- future 和 task: part05_core_topic/chapter12/article1206.md
- asyncio 同步和通信: part05_core_topic/chapter12/article1207.md
- aiohttp 实现高并发爬虫: part05_core_topic/chapter12/article1208.md
- 本章小结: part05_core_topic/chapter12/article1209.md
#========== Part06 ==============
- 进阶阅读:
- Overview: part06_intermediate_reading/index.md
- Intermediate Python:
- 目录: part06_intermediate_reading/intermediate_python/content.md
- Python Tricks:
- 目录: part06_intermediate_reading/python_tricks/content.md
- Powerful Python:
- 目录: part06_intermediate_reading/powerful_python/content.md
- Effective Python:
- 英文目录: part06_intermediate_reading/effective_python/content_en.md
- 中文目录: part06_intermediate_reading/effective_python/content_zh.md
- 01 培养 Pythonic 思维: part06_intermediate_reading/effective_python/chapter01/item.md
- 02 列表与字典: part06_intermediate_reading/effective_python/chapter02/item.md
- 03 函数: part06_intermediate_reading/effective_python/chapter03/item.md
- 04 推导与生成: part06_intermediate_reading/effective_python/chapter04/item.md
- 05 类与接口: part06_intermediate_reading/effective_python/chapter05/item.md
- 06 元类与属性: part06_intermediate_reading/effective_python/chapter06/item.md
- 07 开发与并行: part06_intermediate_reading/effective_python/chapter07/item.md
- 08 稳定与性能: part06_intermediate_reading/effective_python/chapter08/item.md
- 09 测试与调试: part06_intermediate_reading/effective_python/chapter09/item.md
- 10 协作开发: part06_intermediate_reading/effective_python/chapter10/item.md
- Python Cookbook:
- 目录: part06_intermediate_reading/python_cookbook/content.md
- 01 数据结构与算法: part06_intermediate_reading/python_cookbook/chapter01/item.md
- 02 字符串和文本: part06_intermediate_reading/python_cookbook/chapter02/item.md
- 03 数字日期和时间: part06_intermediate_reading/python_cookbook/chapter03/item.md
- 04 迭代器与生成器: part06_intermediate_reading/python_cookbook/chapter04/item.md
- 05 文件与 IO: part06_intermediate_reading/python_cookbook/chapter05/item.md
- 06 数据编码和处理: part06_intermediate_reading/python_cookbook/chapter06/item.md
- 07 函数: part06_intermediate_reading/python_cookbook/chapter07/item.md
- 08 类与对象: part06_intermediate_reading/python_cookbook/chapter08/item.md
- 09 元编程: part06_intermediate_reading/python_cookbook/chapter09/item.md
- 10 模块与包: part06_intermediate_reading/python_cookbook/chapter10/item.md
- 11 网络与Web编程: part06_intermediate_reading/python_cookbook/chapter11/item.md
- 12 并发编程: part06_intermediate_reading/python_cookbook/chapter12/item.md
- 13 脚本与系统管理: part06_intermediate_reading/python_cookbook/chapter13/item.md
- 14 测试、调试和异常: part06_intermediate_reading/python_cookbook/chapter14/item.md
- 15 C 语言扩展: part06_intermediate_reading/python_cookbook/chapter15/item.md
- Python3 Object Oriented Programming:
- 目录: part06_intermediate_reading/python3_oop/content.md
- 01 面向对象设计: part06_intermediate_reading/python3_oop/chapter01/item.md
- 02 Python对象: part06_intermediate_reading/python3_oop/chapter02/item.md
- 03 对象相似时: part06_intermediate_reading/python3_oop/chapter03/item.md
- 04 异常捕获: part06_intermediate_reading/python3_oop/chapter04/item.md
- 05 何时使用面向对象编程: part06_intermediate_reading/python3_oop/chapter05/item.md
- 06 Python数据结构: part06_intermediate_reading/python3_oop/chapter06/item.md
- 07 Python面向对象的捷径: part06_intermediate_reading/python3_oop/chapter07/item.md
- 08 字符串与序列化: part06_intermediate_reading/python3_oop/chapter08/item.md
- 09 迭代器模式: part06_intermediate_reading/python3_oop/chapter09/item.md
- 10 Python设计模式I: part06_intermediate_reading/python3_oop/chapter10/item.md
- 11 Python设计模式II: part06_intermediate_reading/python3_oop/chapter11/item.md
- 12 测试面向对象程序: part06_intermediate_reading/python3_oop/chapter12/item.md
- 13 并发: part06_intermediate_reading/python3_oop/chapter13/item.md
- Fluent Python:
- 目录: part06_intermediate_reading/fluent_python/content.md
- Python Architecture Patterns:
- 英文目录: part06_intermediate_reading/architecture_patterns_with_python/content_en.md
- 中文目录: part06_intermediate_reading/architecture_patterns_with_python/content_zh.md
- part06_intermediate_reading/architecture_patterns_with_python/introduction/item.md
- part06_intermediate_reading/architecture_patterns_with_python/chapter01/item.md
- part06_intermediate_reading/architecture_patterns_with_python/chapter02/item.md
- part06_intermediate_reading/architecture_patterns_with_python/chapter03/item.md
- part06_intermediate_reading/architecture_patterns_with_python/chapter04/item.md
- part06_intermediate_reading/architecture_patterns_with_python/chapter05/item.md
- part06_intermediate_reading/architecture_patterns_with_python/chapter06/item.md
- part06_intermediate_reading/architecture_patterns_with_python/chapter07/item.md
- part06_intermediate_reading/architecture_patterns_with_python/chapter08/item.md
- part06_intermediate_reading/architecture_patterns_with_python/chapter09/item.md
- part06_intermediate_reading/architecture_patterns_with_python/chapter10/item.md
- part06_intermediate_reading/architecture_patterns_with_python/chapter11/item.md
- part06_intermediate_reading/architecture_patterns_with_python/chapter12/item.md
- part06_intermediate_reading/architecture_patterns_with_python/chapter13/item.md
- part06_intermediate_reading/architecture_patterns_with_python/appendix/item.md
- High Performance Python:
- 目录: part06_intermediate_reading/high_performance_python/content.md
- PEP:
- 目录: part06_intermediate_reading/pep/content.md
- Python HOWTOs:
- 目录: part06_intermediate_reading/python_how_to/content.md
#========== Part07 ==============
- 应用框架:
- Overview: part07_application_framework/index.md
- Web Development For Beginners:
- 英文目录: part07_application_framework/web_development_for_beginners/content_en.md
- 中文目录: part07_application_framework/web_development_for_beginners/content_zh.md
- Dash:
- 目录: part07_application_framework/python_web/dash/content.md
- Flask:
- 目录: part07_application_framework/python_web/flask/content.md
- 项目结构: part07_application_framework/python_web/flask/structure_of_a_flask_project.md
- Django:
- 目录: part07_application_framework/python_web/django/content.md
- Tornado:
- 目录: part07_application_framework/python_web/tornado/content.md
- FastAPI:
- 目录: part07_application_framework/python_web/fastapi/content.md
#========== Part08 ==============
- 数据分析:
- Overview: part08_data_analysis/index.md
- Data Science For Beginners:
- 英文目录: part08_data_analysis/data_science_for_beginners/content_en.md
- 中文目录: part08_data_analysis/data_science_for_beginners/content_zh.md
- 01 Introduction:
- part08_data_analysis/data_science_for_beginners/01_introduction/lesson01.md
- part08_data_analysis/data_science_for_beginners/01_introduction/lesson02.md
- part08_data_analysis/data_science_for_beginners/01_introduction/lesson03.md
- part08_data_analysis/data_science_for_beginners/01_introduction/lesson04.md
- 02 Working With Data:
- part08_data_analysis/data_science_for_beginners/02_working_with_data/lesson05.md
- part08_data_analysis/data_science_for_beginners/02_working_with_data/lesson06.md
- part08_data_analysis/data_science_for_beginners/02_working_with_data/lesson07.md
- part08_data_analysis/data_science_for_beginners/02_working_with_data/lesson08.md
- 03 Data Visualization:
- part08_data_analysis/data_science_for_beginners/03_data_visualization/lesson09.md
- part08_data_analysis/data_science_for_beginners/03_data_visualization/lesson10.md
- part08_data_analysis/data_science_for_beginners/03_data_visualization/lesson11.md
- part08_data_analysis/data_science_for_beginners/03_data_visualization/lesson12.md
- part08_data_analysis/data_science_for_beginners/03_data_visualization/lesson13.md
- 04 Lifecycle:
- part08_data_analysis/data_science_for_beginners/04_lifecycle/lesson14.md
- part08_data_analysis/data_science_for_beginners/04_lifecycle/lesson15.md
- part08_data_analysis/data_science_for_beginners/04_lifecycle/lesson16.md
- 05 Cloud Data:
- part08_data_analysis/data_science_for_beginners/05_cloud_data/lesson17.md
- part08_data_analysis/data_science_for_beginners/05_cloud_data/lesson18.md
- part08_data_analysis/data_science_for_beginners/05_cloud_data/lesson19.md
- 06 In the Wild:
- part08_data_analysis/data_science_for_beginners/06_in_the_wild/lesson20.md
- 深入浅出 Pandas:
- 目录: part08_data_analysis/dive_into_pandas/content.md
- Pandas 入门:
- part08_data_analysis/dive_into_pandas/chapter01/item.md
- part08_data_analysis/dive_into_pandas/chapter02/item.md
- Pandas 数据分析基础:
- part08_data_analysis/dive_into_pandas/chapter03/item.md
- part08_data_analysis/dive_into_pandas/chapter04/item.md
- part08_data_analysis/dive_into_pandas/chapter05/item.md
- 数据形式变化:
- part08_data_analysis/dive_into_pandas/chapter06/item.md
- part08_data_analysis/dive_into_pandas/chapter07/item.md
- part08_data_analysis/dive_into_pandas/chapter08/item.md
- part08_data_analysis/dive_into_pandas/chapter09/item.md
- 数据清洗:
- part08_data_analysis/dive_into_pandas/chapter10/item.md
- part08_data_analysis/dive_into_pandas/chapter11/item.md
- part08_data_analysis/dive_into_pandas/chapter12/item.md
- 时序数据分析:
- part08_data_analysis/dive_into_pandas/chapter13/item.md
- part08_data_analysis/dive_into_pandas/chapter14/item.md
- 可视化:
- part08_data_analysis/dive_into_pandas/chapter15/item.md
- part08_data_analysis/dive_into_pandas/chapter16/item.md
- 实战案例:
- part08_data_analysis/dive_into_pandas/chapter17/item.md
#========== Part09 ==============
- 工程实践:
- Overview: part09_python_in_action/index.md
- Code Snippets:
- 目录: part09_python_in_action/code_snippets/content.md
- Python 工匠:
- 目录: part09_python_in_action/one_python_craftsman/content.md
- part09_python_in_action/one_python_craftsman/chapter01/item.md
- part09_python_in_action/one_python_craftsman/chapter02/item.md
- part09_python_in_action/one_python_craftsman/chapter03/item.md
- part09_python_in_action/one_python_craftsman/chapter04/item.md
- part09_python_in_action/one_python_craftsman/chapter05/item.md
- part09_python_in_action/one_python_craftsman/chapter06/item.md
- part09_python_in_action/one_python_craftsman/chapter07/item.md
- part09_python_in_action/one_python_craftsman/chapter08/item.md
- part09_python_in_action/one_python_craftsman/chapter09/item.md
- part09_python_in_action/one_python_craftsman/chapter10/item.md
- part09_python_in_action/one_python_craftsman/chapter11/item.md
- part09_python_in_action/one_python_craftsman/chapter12/item.md
- part09_python_in_action/one_python_craftsman/chapter13/item.md
- Python 实际开发经验总结:
- 技术研发中的注意事项: part09_python_in_action/precautions_in_development.md
- SWIG 编程实践: part09_python_in_action/SWIG_programming.md
- Python 的内存管理和垃圾回收机制: part09_python_in_action/garbage_collection.md
- Python 中的 GIL: part09_python_in_action/global_interpreter_lock.md
# - Performance Marketing Report:
# - introduction: part09_python_in_action/performance_marketing_report/01_introduction.md
# - environment: part09_python_in_action/performance_marketing_report/02_environment.md
# - dash basics: part09_python_in_action/performance_marketing_report/03_dash_basics.md
# - multi-page: part09_python_in_action/performance_marketing_report/04_multi-page_application.md
# - data-selector: part09_python_in_action/performance_marketing_report/05_data_selector_element.md
# - first data table: part09_python_in_action/performance_marketing_report/06_first_data_table.md
# - download link: part09_python_in_action/performance_marketing_report/07_donwload_link.md
# - second data table: part09_python_in_action/performance_marketing_report/08_second_data_table.md
# - update graph function: part09_python_in_action/performance_marketing_report/09_update_graphs_function.md
# - update graph function: part09_python_in_action/performance_marketing_report/10_update_graph_functions.md
# - plotly graph tools: part09_python_in_action/performance_marketing_report/11_plotly_graph_tools.md
# - deployment: part09_python_in_action/performance_marketing_report/12_deploy_application.md
# - wrapping up: part09_python_in_action/performance_marketing_report/13_wrapping_up.md
# - resources: part09_python_in_action/performance_marketing_report/14_resources.md
#========== Part10 ==============
- 结构算法:
- Overview: part10_data_structure_and_algorithm/index.md
- Python 中的数据结构与算法: part10_data_structure_and_algorithm/dsa_in_python.md
- 数据结构与算法 Python 版:
- 目录: part10_data_structure_and_algorithm/peking_university_python_dsa/content.md
- part10_data_structure_and_algorithm/peking_university_python_dsa/lesson01/note.md
- part10_data_structure_and_algorithm/peking_university_python_dsa/lesson02/note.md
- part10_data_structure_and_algorithm/peking_university_python_dsa/lesson03/note.md
- part10_data_structure_and_algorithm/peking_university_python_dsa/lesson04/note.md
- part10_data_structure_and_algorithm/peking_university_python_dsa/lesson05/note.md
- part10_data_structure_and_algorithm/peking_university_python_dsa/lesson06/note.md
- part10_data_structure_and_algorithm/peking_university_python_dsa/lesson07/note.md
- part10_data_structure_and_algorithm/peking_university_python_dsa/lesson08/note.md
- part10_data_structure_and_algorithm/peking_university_python_dsa/lesson09/note.md
- part10_data_structure_and_algorithm/peking_university_python_dsa/lesson10/note.md
- part10_data_structure_and_algorithm/peking_university_python_dsa/lesson11/note.md
- part10_data_structure_and_algorithm/peking_university_python_dsa/lesson12/note.md
- 数据结构与算法之美:
- 目录: part10_data_structure_and_algorithm/the_beauty_of_dsa/content.md
- 入门篇:
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter01/article01.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter01/article02.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter01/article03.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter01/article04.md
- 基础篇:
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article05.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article06.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article07.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article08.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article09.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article10.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article11.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article12.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article13.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article14.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article15.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article16.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article17.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article18.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article19.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article20.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article21.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article22.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article23.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article24.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article25.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article26.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article27.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article28.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article29.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article30.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article31.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article32.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article33.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article34.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article35.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article36.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article37.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article38.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article39.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article40.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article41.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter02/article42.md
- 高级篇:
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter03/article43.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter03/article44.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter03/article45.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter03/article46.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter03/article47.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter03/article48.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter03/article49.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter03/article50.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter03/article51.md
- 实战篇:
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter04/article52.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter04/article53.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter04/article54.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter04/article55.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter04/article56.md
- 练习:
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter05/article57.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter05/article58.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter05/article59.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter05/article60.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter05/article61.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter05/article62.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter05/article63.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter05/article64.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter05/article65.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter05/article66.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter05/article67.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter05/article68.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter05/article69.md
- 补充:
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter06/article70.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter06/article71.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter06/article72.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter06/article73.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter06/article74.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter06/article75.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter06/article76.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter06/article77.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter06/article78.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter06/article79.md
- part10_data_structure_and_algorithm/the_beauty_of_dsa/chapter06/article80.md
#========== Part11 ==============
- 设计模式:
- Overview: part11_design_pattern/index.md
# - 目录: part11_design_pattern/the_beauty_of_design_pattern/content.md
- 学习导读:
- part11_design_pattern/the_beauty_of_design_pattern/chapter01/article001.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter01/article002.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter01/article003.md
- 设计原则与思想:面向对象:
- part11_design_pattern/the_beauty_of_design_pattern/chapter02/article004.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter02/article005.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter02/article006.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter02/article007.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter02/article008.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter02/article009.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter02/article010.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter02/article011.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter02/article012.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter02/article013.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter02/article014.md
- 设计原则与思想:设计原则:
- part11_design_pattern/the_beauty_of_design_pattern/chapter03/article015.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter03/article016.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter03/article017.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter03/article018.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter03/article019.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter03/article020.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter03/article021.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter03/article022.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter03/article023.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter03/article024.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter03/article025.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter03/article026.md
- 设计原则与思想:规范与重构:
- part11_design_pattern/the_beauty_of_design_pattern/chapter04/article027.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter04/article028.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter04/article029.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter04/article030.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter04/article031.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter04/article032.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter04/article033.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter04/article034.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter04/article035.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter04/article036.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter04/article037.md
- 设计原则与思想:总结课:
- part11_design_pattern/the_beauty_of_design_pattern/chapter05/article038.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter05/article039.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter05/article040.md
- 设计模式与范式:创建型:
- part11_design_pattern/the_beauty_of_design_pattern/chapter06/article041.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter06/article042.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter06/article043.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter06/article044.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter06/article045.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter06/article046.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter06/article047.md
- 设计模式与范式:结构型:
- part11_design_pattern/the_beauty_of_design_pattern/chapter07/article048.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter07/article049.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter07/article050.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter07/article051.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter07/article052.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter07/article053.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter07/article054.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter07/article055.md
- 设计模式与范式:行为型:
- part11_design_pattern/the_beauty_of_design_pattern/chapter08/article056.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter08/article057.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter08/article058.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter08/article059.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter08/article060.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter08/article061.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter08/article062.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter08/article063.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter08/article064.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter08/article065.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter08/article066.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter08/article067.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter08/article068.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter08/article069.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter08/article070.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter08/article071.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter08/article072.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter08/article073.md
- 设计模式与范式:总结课:
- part11_design_pattern/the_beauty_of_design_pattern/chapter09/article074.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter09/article075.md
- 开源与项目实战:开源实战:
- part11_design_pattern/the_beauty_of_design_pattern/chapter10/article076.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter10/article077.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter10/article078.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter10/article079.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter10/article080.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter10/article081.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter10/article082.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter10/article083.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter10/article084.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter10/article085.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter10/article086.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter10/article087.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter10/article088.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter10/article089.md
- 开源与项目实战:项目实战:
- part11_design_pattern/the_beauty_of_design_pattern/chapter11/article090.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter11/article091.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter11/article092.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter11/article093.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter11/article094.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter11/article095.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter11/article096.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter11/article097.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter11/article098.md
- 开源与项目实战:总结课:
- part11_design_pattern/the_beauty_of_design_pattern/chapter12/article099.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter12/article100.md
- 补充扩展:
- part11_design_pattern/the_beauty_of_design_pattern/chapter13/article101.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter13/article102.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter13/article103.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter13/article104.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter13/article105.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter13/article106.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter13/article107.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter13/article108.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter13/article109.md
- part11_design_pattern/the_beauty_of_design_pattern/chapter13/article110.md
#========== Part12 ==============
- 源码剖析:
- Overview: part12_source_code_analysis/index.md
- Python Magic Methods:
- 目录: part12_source_code_analysis/magic_methods/content.md
- A guide to python's magic methods: part12_source_code_analysis/magic_methods/magic_methods_guide.md
- Python magic methods cookbook: part12_source_code_analysis/magic_methods/magic_methods_cookbook.md
- Advanced Python Presentations:
- The Tao of Python: part12_source_code_analysis/advanced_python_presentations/the_tao_of_python.md
- MRO in Python: part12_source_code_analysis/advanced_python_presentations/mro_in_python.md
- 500 Lines or Less:
- 目录: part12_source_code_analysis/500_lines_or_less/content.md
#========== Part13 ==============
# - 关联拓展:
# - Overview: part13_connection_and_expansion/index.md
#========== Part14 ==============
- 软件架构:
- Overview: part14_software_architecture/index.md
- 从零开始学架构:
- 目录: part14_software_architecture/learn_architechture_from_the_beginning/content.md
- 凤凰架构:
- 目录: part14_software_architecture/the_fenix_project/content.md
#========== Afterword ===========
- 后记:
- Synopsis: SYNOPSIS.md
- 关于作者: AUTHOR.md
- 许可证: LICENSE.md
- 进度安排: SCHEDULE.md
- 变更日志: CHANGELOG.md
- 附录资料: APPENDIX.md
- 格式参考: SETUP.md