forked from xingkeyu/byte_of_python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
121 lines (121 loc) · 3 KB
/
config.json
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
{
"SHORT_PROJECT_NAME": "python",
"FULL_PROJECT_NAME": "byte_of_python",
"MARKDOWN_FILES": [
{
"file": "01-frontpage.pd",
"slug": "python",
"title": "Python"
},
{
"file": "02-preface.pd",
"slug": "python_en-preface",
"title": "Python : Preface"
},
{
"file": "03-intro.pd",
"slug": "python_en-introduction",
"title": "Python : Introduction"
},
{
"file": "04-installation.pd",
"slug": "python_en-installation",
"title": "Python : Installation"
},
{
"file": "05-first-steps.pd",
"slug": "python_en-first_steps",
"title": "Python : First Steps"
},
{
"file": "06-basics.pd",
"slug": "python_en-basics",
"title": "Python : Basics"
},
{
"file": "07-operators-expressions.pd",
"slug": "python_en-operators_and_expressions",
"title": "Python : Operators and Expressions"
},
{
"file": "08-control-flow.pd",
"slug": "python_en-control_flow",
"title": "Python : Control Flow"
},
{
"file": "09-functions.pd",
"slug": "python_en-functions",
"title": "Python : Functions"
},
{
"file": "10-modules.pd",
"slug": "python_en-modules",
"title": "Python : Modules"
},
{
"file": "11-data-structures.pd",
"slug": "python_en-data_structures",
"title": "Python : Data Structures"
},
{
"file": "12-problem-solving.pd",
"slug": "python_en-problem_solving",
"title": "Python : Problem Solving"
},
{
"file": "13-oop.pd",
"slug": "python_en-object_oriented_programming",
"title": "Python : Object Oriented Programming"
},
{
"file": "14-io.pd",
"slug": "python_en-input_output",
"title": "Python : Input Output"
},
{
"file": "15-exceptions.pd",
"slug": "python_en-exceptions",
"title": "Python : Exceptions"
},
{
"file": "16-standard-library.pd",
"slug": "python_en-standard_library",
"title": "Python : Standard Library"
},
{
"file": "17-more.pd",
"slug": "python_en-more",
"title": "Python : More"
},
{
"file": "18-what-next.pd",
"slug": "python_en-what_next",
"title": "Python : What Next"
},
{
"file": "19-appendix-floss.pd",
"slug": "python_en-appendix_floss",
"title": "Python : Appendix : FLOSS"
},
{
"file": "20-appendix-about.pd",
"slug": "python_en-appendix_about",
"title": "Python : Appendix : About"
},
{
"file": "21-revision-history.pd",
"slug": "python_en-appendix_revision_history",
"title": "Python : Appendix : Revision History"
},
{
"file": "22-translations.pd",
"slug": "python_en-translations",
"title": "Python : Appendix : Translations"
},
{
"file": "23-translation-howto.pd",
"slug": "python_en-translation_howto",
"title": "Python : Appendix : Translation Howto"
}
]
}