@@ -35,10 +35,10 @@ <h3 id="c">C</h3>
35
35
< strong > context manager, < a href ="#contextmanager "> 17</ a > </ strong > < br >
36
36
< strong > copy function, < a href ="#copy "> 15</ a > </ strong > < br >
37
37
< strong > coroutine, < a href ="#coroutine "> 33</ a > </ strong > < br >
38
- < strong > counter, < a href ="#counter "> 2</ a > , < a href ="#generator "> 4</ a > , < a href ="#nonlocal "> 12</ a > , < a href ="#iterator-1 "> 17</ a > , </ strong > < br >
38
+ < strong > counter, < a href ="#counter "> 2</ a > , < a href ="#generator "> 4</ a > , < a href ="#nonlocal "> 12</ a > , < a href ="#iterator-1 "> 17</ a > </ strong > < br >
39
39
< strong > curses module, < a href ="#curses "> 34</ a > </ strong > </ p >
40
40
< h3 id ="d "> D</ h3 >
41
- < p > < strong > dataclass decorator , < a href ="#dataclass "> 15</ a > </ strong > < br >
41
+ < p > < strong > dataclasses module , < a href ="#dataclass "> 15</ a > </ strong > < br >
42
42
< strong > datetime module, < a href ="#datetime "> 8</ a > -< a href ="#constructors "> 9</ a > </ strong > < br >
43
43
< strong > decorator, < a href ="#decorator "> 13</ a > </ strong > < br >
44
44
< strong > deques, < a href ="#deque "> 29</ a > </ strong > < br >
@@ -58,7 +58,7 @@ <h3 id="f">F</h3>
58
58
< strong > futures, < a href ="#threadpool "> 30</ a > </ strong > </ p >
59
59
< h3 id ="g "> G</ h3 >
60
60
< p > < strong > generator, < a href ="#generator "> 4</ a > </ strong > < br >
61
- < strong > global keyword, < a href ="#nonlocal "> 12</ a > </ strong > < < /p >
61
+ < strong > global keyword, < a href ="#nonlocal "> 12</ a > </ strong > </ p >
62
62
< h3 id ="h "> H</ h3 >
63
63
< p > < strong > hash function, < a href ="#hashable "> 16</ a > </ strong > < br >
64
64
< strong > hexadecimal representation, < a href ="#binhex "> 8</ a > </ strong > </ p >
@@ -79,13 +79,11 @@ <h3 id="l">L</h3>
79
79
< strong > list comprehension, < a href ="#comprehension "> 11</ a > </ strong > < br >
80
80
< strong > lists, < a href ="#list "> 1</ a > -2</ strong > < br >
81
81
< strong > locks, < a href ="#lock "> 29</ a > </ strong > < br >
82
- < strong > logging, < a href ="#logging "> 35</ a > </ strong > < br >
83
- < strong > lru_cache decorator, < a href ="#lrucache "> 13</ a > </ strong > </ p >
82
+ < strong > logging, < a href ="#logging "> 35</ a > </ strong > </ p >
84
83
< h3 id ="m "> M</ h3 >
85
84
< p > < strong > main function, < a href ="#main "> 1</ a > , < a href ="#basicscripttemplate "> 41</ a > </ strong > < br >
86
85
< strong > map function, < a href ="#mapfilterreduce "> 11</ a > </ strong > < br >
87
86
< strong > math module, < a href ="#math "> 7</ a > </ strong > < br >
88
- < strong > matplotlib library, < a href ="#plot "> 34</ a > </ strong > < br >
89
87
< strong > memoryviews, < a href ="#memoryview "> 29</ a > </ strong > < br >
90
88
< strong > metaprograming, < a href ="#metaprograming "> 31</ a > -< a href ="#metaclass "> 32</ a > </ strong > < br >
91
89
< strong > metaclass attribute, < a href ="#metaclassattribute "> 32</ a > </ strong > < br >
@@ -101,10 +99,8 @@ <h3 id="o">O</h3>
101
99
< strong > OS commands, < a href ="#oscommands "> 24</ a > -< a href ="#shellcommands "> 25</ a > </ strong > < br >
102
100
< strong > os module, < a href ="#path "> 23</ a > , < a href ="#oscommands "> 24</ a > -< a href ="#shellcommands "> 25</ a > , </ strong > </ p >
103
101
< h3 id ="p "> P</ h3 >
104
- < p > < strong > parameters, < a href ="#arguments "> 10</ a > </ strong > < br >
105
- < strong > partial function, < a href ="#partial "> 12</ a > </ strong > < br >
102
+ < p > < strong > partial function, < a href ="#partial "> 12</ a > </ strong > < br >
106
103
< strong > paths, < a href ="#path "> 23</ a > -< a href ="#pathlib "> 24</ a > </ strong > < br >
107
- < strong > pathlib module, < a href ="#pathlib "> 24</ a > </ strong > < br >
108
104
< strong > pickle module, < a href ="#pickle "> 25</ a > </ strong > < br >
109
105
< strong > pillow library, < a href ="#image "> 39</ a > </ strong > < br >
110
106
< strong > plotting, < a href ="#plot "> 34</ a > </ strong > < br >
@@ -129,7 +125,7 @@ <h3 id="s">S</h3>
129
125
< strong > shell commands, < a href ="#shellcommands "> 25</ a > </ strong > < br >
130
126
< strong > sleep function, < a href ="#progressbar "> 34</ a > </ strong > < br >
131
127
< strong > slots attribute, < a href ="#slots "> 15</ a > </ strong > < br >
132
- < strong > sortable , < a href ="#sortable "> 16</ a > </ strong > < br >
128
+ < strong > sort function, < a href =" #list " > 1 </ a > , < a href ="#sortable "> 16</ a > </ strong > < br >
133
129
< strong > splat operator, < a href ="#splatoperator "> 10</ a > -< a href ="#otheruses "> 11</ a > </ strong > < br >
134
130
< strong > statistics module, < a href ="#statistics "> 7</ a > </ strong > < br >
135
131
< strong > strings, < a href ="#string "> 5</ a > </ strong > < br >
@@ -142,9 +138,6 @@ <h3 id="t">T</h3>
142
138
< strong > template function, < a href ="#dynamicrequest "> 36</ a > </ strong > < br >
143
139
< strong > threading module, < a href ="#threading "> 30</ a > </ strong > < br >
144
140
< strong > time module, < a href ="#progressbar "> 34</ a > , < a href ="#stopwatch "> 36</ a > </ strong > < br >
145
- < strong > timeit module, < a href ="#timingasnippet "> 37</ a > </ strong > < br >
146
- < strong > timezones, < a href ="#timezone "> 9</ a > </ strong > < br >
147
- < strong > tqdm library, < a href ="#progressbar "> 34</ a > </ strong > < br >
148
141
< strong > tuples, < a href ="#tuple "> 3</ a > </ strong > < br >
149
142
< strong > type, < a href ="#type "> 4</ a > , < a href ="#type-1 "> 31</ a > </ strong > </ p >
150
143
< h3 id ="w "> W</ h3 >
0 commit comments