@@ -14,10 +14,10 @@ <h3 id="a">A</h3>
14
14
< strong > audio, < a href ="#audio "> 40</ a > -< a href ="#writefloatsamplestowavfile "> 41</ a > </ strong > </ p >
15
15
< h3 id ="b "> B</ h3 >
16
16
< p > < strong > basic script template, < a href ="#basicscripttemplate "> 42</ a > </ strong > < br >
17
- < strong > beautifulsoup4 library, < a href ="#scraping "> 34 </ a > </ strong > < br >
17
+ < strong > beautifulsoup4 library, < a href ="#scraping "> 35 </ a > </ strong > < br >
18
18
< strong > binary representation, < a href ="#binhex "> 8</ a > </ strong > < br >
19
19
< strong > bitwise operators, < a href ="#bitwiseoperators "> 8</ a > </ strong > < br >
20
- < strong > bottle library, < a href ="#web "> 35 </ a > </ strong > < br >
20
+ < strong > bottle library, < a href ="#web "> 36 </ a > </ strong > < br >
21
21
< strong > bytes, < a href ="#bytes "> 28</ a > </ strong > </ p >
22
22
< h3 id ="c "> C</ h3 >
23
23
< p > < strong > cache, < a href ="#lrucache "> 13</ a > </ strong > < br >
@@ -27,16 +27,18 @@ <h3 id="c">C</h3>
27
27
< strong > class, < a href ="#class "> 14</ a > -< a href ="#property "> 15</ a > </ strong > < br >
28
28
< strong > closure, < a href ="#closure "> 12</ a > </ strong > < br >
29
29
< strong > collection, < a href ="#collection "> 18</ a > </ strong > < br >
30
+ < strong > collections module, < a href ="#counter "> 2</ a > , < a href ="#namedtuple "> 3</ a > , < a href ="#abc "> 4</ a > , < a href ="#collectionsabcsequence "> 19</ a > , < a href ="#deque "> 29</ a > </ strong > < br >
30
31
< strong > combinatorics, < a href ="#combinatorics "> 8</ a > </ strong > < br >
31
32
< strong > command line arguments, < a href ="#commandlinearguments "> 22</ a > </ strong > < br >
33
+ < strong > comparable, < a href ="#comparable "> 16</ a > </ strong > < br >
32
34
< strong > comprehension, < a href ="#comprehension "> 11</ a > </ strong > < br >
33
35
< strong > context manager, < a href ="#contextmanager "> 17</ a > </ strong > < br >
34
36
< strong > copy function, < a href ="#copy "> 15</ a > </ strong > < br >
35
37
< strong > coroutine, < a href ="#coroutine "> 33</ a > </ strong > < br >
36
38
< strong > curses module, < a href ="#curses "> 34</ a > </ strong > </ p >
37
39
< h3 id ="d "> D</ h3 >
38
40
< p > < strong > dataclass decorator, < a href ="#dataclass "> 15</ a > </ strong > < br >
39
- < strong > datetime module, < a href ="#datetime "> 8</ a > -9 </ strong > < br >
41
+ < strong > datetime module, < a href ="#datetime "> 8</ a > -< a href =" #constructors " > 9 </ a > </ strong > < br >
40
42
< strong > decorator, < a href ="#decorator "> 13</ a > </ strong > < br >
41
43
< strong > deques, < a href ="#deque "> 29</ a > </ strong > < br >
42
44
< strong > dictionaries, < a href ="#dictionary "> 2</ a > </ strong > < br >
@@ -51,6 +53,7 @@ <h3 id="f">F</h3>
51
53
< strong > filter function, < a href ="#mapfilterreduce "> 11</ a > </ strong > < br >
52
54
< strong > floats, < a href ="#abc "> 4</ a > , < a href ="#floats "> 6</ a > , < a href ="#types "> 7</ a > </ strong > < br >
53
55
< strong > format function, < a href ="#format "> 6</ a > -< a href ="#comparisonoffloatpresentationtypes "> 7</ a > </ strong > < br >
56
+ < strong > functools module, < a href ="#mapfilterreduce "> 11</ a > , < a href ="#partial "> 12</ a > , < a href ="#decorator "> 13</ a > , < a href ="#sortable "> 16</ a > </ strong > < br >
54
57
< strong > futures, < a href ="#threadpool "> 30</ a > </ strong > </ p >
55
58
< h3 id ="g "> G</ h3 >
56
59
< p > < strong > generator, < a href ="#generator "> 4</ a > </ strong > </ p >
@@ -63,8 +66,10 @@ <h3 id="i">I</h3>
63
66
< strong > input function, < a href ="#input "> 22</ a > </ strong > < br >
64
67
< strong > introspection, < a href ="#introspection "> 31</ a > </ strong > < br >
65
68
< strong > ints, < a href ="#abc "> 4</ a > , < a href ="#types "> 7</ a > , < a href ="#binhex "> 8</ a > </ strong > < br >
69
+ < strong > is operator, < a href ="#comparable "> 16</ a > </ strong > < br >
66
70
< strong > iterable, < a href ="#iterable "> 18</ a > </ strong > < br >
67
- < strong > iterator, < a href ="#iterator "> 3</ a > , < a href ="#iterator-1 "> 17</ a > </ strong > </ p >
71
+ < strong > iterator, < a href ="#iterator "> 3</ a > , < a href ="#iterator-1 "> 17</ a > </ strong > < br >
72
+ < strong > itertools module, < a href ="#itertools "> 3</ a > , < a href ="#combinatorics "> 8</ a > </ strong > </ p >
68
73
< h3 id ="j "> J</ h3 >
69
74
< p > < strong > json module, < a href ="#json "> 25</ a > </ strong > </ p >
70
75
< h3 id ="l "> L</ h3 >
@@ -78,28 +83,33 @@ <h3 id="m">M</h3>
78
83
< p > < strong > main function, < a href ="#main "> 1</ a > , < a href ="#basicscripttemplate "> 41</ a > </ strong > < br >
79
84
< strong > map function, < a href ="#mapfilterreduce "> 11</ a > </ strong > < br >
80
85
< strong > math module, < a href ="#math "> 7</ a > </ strong > < br >
81
- < strong > matplotlib library, < a href ="#plot "> 33 </ a > </ strong > < br >
86
+ < strong > matplotlib library, < a href ="#plot "> 34 </ a > </ strong > < br >
82
87
< strong > memoryviews, < a href ="#memoryview "> 29</ a > </ strong > < br >
83
88
< strong > metaprograming, < a href ="#metaprograming "> 31</ a > -< a href ="#metaclass "> 32</ a > </ strong > < br >
89
+ < strong > metaclass attribute, < a href ="#metaclassattribute "> 32</ a > </ strong > < br >
84
90
< strong > mysql library, < a href ="#mysql "> 26</ a > </ strong > </ p >
85
91
< h3 id ="n "> N</ h3 >
86
92
< p > < strong > namedtuples, < a href ="#namedtuple "> 3</ a > </ strong > < br >
87
93
< strong > nonlocal keyword, < a href ="#nonlocal "> 12</ a > </ strong > < br >
88
94
< strong > numpy module, < a href ="#numpy "> 37</ a > -< a href ="#indexing "> 38</ a > </ strong > </ p >
89
95
< h3 id ="o "> O</ h3 >
90
- < p > < strong > open function, < a href ="#open "> 22</ a > -< a href ="#file "> 23</ a > </ strong > < br >
96
+ < p > < strong > octal representation, < a href ="#filesanddirectories "> 24</ a > </ strong > < br >
97
+ < strong > open function, < a href ="#open "> 22</ a > -< a href ="#file "> 23</ a > </ strong > < br >
91
98
< strong > operator module, < a href ="#operator "> 31</ a > </ strong > < br >
92
- < strong > OS commands, < a href ="#oscommands "> 24</ a > </ strong > </ p >
99
+ < strong > OS commands, < a href ="#oscommands "> 24</ a > -< a href ="#shellcommands "> 25</ a > </ strong > < br >
100
+ < strong > os module, < a href ="#path "> 23</ a > , < a href ="#oscommands "> 24</ a > -< a href ="#shellcommands "> 25</ a > , </ strong > </ p >
93
101
< h3 id ="p "> P</ h3 >
94
102
< p > < strong > parameters, < a href ="#arguments "> 10</ a > </ strong > < br >
95
103
< strong > partial function, < a href ="#partial "> 12</ a > </ strong > < br >
96
- < strong > paths, < a href ="#path "> 23</ a > -24</ strong > < br >
104
+ < strong > paths, < a href ="#path "> 23</ a > -< a href ="#pathlib "> 24</ a > </ strong > < br >
105
+ < strong > pathlib module, < a href ="#pathlib "> 24</ a > </ strong > < br >
97
106
< strong > pickle module, < a href ="#pickle "> 25</ a > </ strong > < br >
98
- < strong > PIL library, < a href ="#image "> 38 </ a > </ strong > < br >
107
+ < strong > pillow library, < a href ="#image "> 39 </ a > </ strong > < br >
99
108
< strong > plotting, < a href ="#plot "> 34</ a > </ strong > < br >
100
109
< strong > print function, < a href ="#print "> 22</ a > </ strong > < br >
101
110
< strong > profiling, < a href ="#profiling "> 36</ a > -< a href ="#timingasnippet "> 37</ a > </ strong > < br >
102
- < strong > progress bar, < a href ="#progressbar "> 34</ a > </ strong > </ p >
111
+ < strong > progress bar, < a href ="#progressbar "> 34</ a > </ strong > < br >
112
+ < strong > property decorator, < a href ="#property "> 15</ a > </ strong > </ p >
103
113
< h3 id ="q "> Q</ h3 >
104
114
< p > < strong > queues, < a href ="#queue "> 30</ a > </ strong > </ p >
105
115
< h3 id ="r "> R</ h3 >
@@ -116,18 +126,25 @@ <h3 id="s">S</h3>
116
126
< strong > sets, < a href ="#set "> 2</ a > </ strong > < br >
117
127
< strong > shell commands, < a href ="#shellcommands "> 25</ a > </ strong > < br >
118
128
< strong > sleep function, < a href ="#progressbar "> 34</ a > </ strong > < br >
129
+ < strong > slots attribute, < a href ="#slots "> 15</ a > </ strong > < br >
130
+ < strong > sortable, < a href ="#sortable "> 16</ a > </ strong > < br >
119
131
< strong > splat operator, < a href ="#splatoperator "> 10</ a > -< a href ="#otheruses "> 11</ a > </ strong > < br >
120
132
< strong > statistics module, < a href ="#statistics "> 7</ a > </ strong > < br >
121
133
< strong > strings, < a href ="#string "> 5</ a > </ strong > < br >
122
134
< strong > struct module, < a href ="#struct "> 28</ a > </ strong > -< a href ="#integertypesusecapitalletterforunsignedtypestandardsizesareinbrackets "> 29</ a > </ strong > < br >
123
- < strong > synthesizer, < a href ="#synthesizer "> 41</ a > </ strong > </ p >
135
+ < strong > synthesizer, < a href ="#synthesizer "> 41</ a > </ strong > < br >
136
+ < strong > sys module, < a href ="#lrucache "> 15</ a > , < a href ="#commonbuiltinexceptions "> 21</ a > , < a href ="#print "> 22</ a > , < a href ="#commandlinearguments "> 22</ a > </ strong > </ p >
124
137
< h3 id ="t "> T</ h3 >
125
138
< p > < strong > table, < a href ="#table "> 34</ a > </ strong > < br >
139
+ < strong > template function, < a href ="#dynamicrequest "> 36</ a > </ strong > < br >
126
140
< strong > threading module, < a href ="#threading "> 30</ a > </ strong > < br >
127
141
< strong > time module, < a href ="#progressbar "> 34</ a > , < a href ="#stopwatch "> 36</ a > </ strong > < br >
142
+ < strong > timeit module, < a href ="#timingasnippet "> 37</ a > </ strong > < br >
143
+ < strong > timezones, < a href ="#timezone "> 9</ a > </ strong > < br >
128
144
< strong > tqdm library, < a href ="#progressbar "> 34</ a > </ strong > < br >
129
145
< strong > tuples, < a href ="#tuple "> 3</ a > </ strong > < br >
130
146
< strong > type, < a href ="#type "> 4</ a > , < a href ="#type-1 "> 31</ a > </ strong > </ p >
131
147
< h3 id ="w "> W</ h3 >
132
- < p > < strong > web, < a href ="#web "> 36</ a > </ strong > </ p >
148
+ < p > < strong > wave module, < a href ="#audio "> 40</ a > -< a href ="#writefloatsamplestowavfile "> 41</ a > </ strong > < br >
149
+ < strong > web, < a href ="#web "> 36</ a > </ strong > </ p >
133
150
</ div >
0 commit comments