@@ -21,7 +21,6 @@ <h3 id="b">B</h3>
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 >
24
- < strong > csv module, < a href ="#csv "> 26</ a > , < a href ="#printsacsvfileasanasciitable "> 34</ a > </ strong > < br >
25
24
< strong > callable, < a href ="#callable "> 17</ a > </ strong > < br >
26
25
< strong > class, < a href ="#type "> 4</ a > , < a href ="#class "> 14</ a > -< a href ="#collectionsabcsequence "> 19</ a > , < a href ="#metaprograming "> 31</ a > -< a href ="#metaclass "> 32</ a > </ strong > < br >
27
26
< strong > closure, < a href ="#closure "> 12</ a > </ strong > < br >
@@ -35,6 +34,7 @@ <h3 id="c">C</h3>
35
34
< strong > copy function, < a href ="#copy "> 15</ a > </ strong > < br >
36
35
< strong > coroutine, < a href ="#coroutine "> 33</ a > </ strong > < br >
37
36
< 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 >
37
+ < strong > csv module, < a href ="#csv "> 26</ a > , < a href ="#printsacsvfileasanasciitable "> 34</ a > </ strong > < br >
38
38
< strong > curses module, < a href ="#curses "> 34</ a > </ strong > </ p >
39
39
< h3 id ="d "> D</ h3 >
40
40
< p > < strong > dataclasses module, < a href ="#dataclass "> 15</ a > </ strong > < br >
@@ -84,8 +84,8 @@ <h3 id="m">M</h3>
84
84
< strong > map function, < a href ="#mapfilterreduce "> 11</ a > </ strong > < br >
85
85
< strong > math module, < a href ="#math "> 7</ a > </ strong > < br >
86
86
< strong > memoryviews, < a href ="#memoryview "> 29</ a > </ strong > < br >
87
- < strong > metaprograming, < a href ="#metaprograming "> 31</ a > -< a href ="#metaclass "> 32</ a > </ strong > < br >
88
87
< strong > metaclass attribute, < a href ="#metaclassattribute "> 32</ a > </ strong > < br >
88
+ < strong > metaprograming, < a href ="#metaprograming "> 31</ a > -< a href ="#metaclass "> 32</ a > </ strong > < br >
89
89
< strong > mysql library, < a href ="#mysql "> 26</ a > </ strong > </ p >
90
90
< h3 id ="n "> N</ h3 >
91
91
< p > < strong > namedtuples, < a href ="#namedtuple "> 3</ a > </ strong > < br >
@@ -94,11 +94,11 @@ <h3 id="n">N</h3>
94
94
< h3 id ="o "> O</ h3 >
95
95
< p > < strong > open function, < a href ="#open "> 22</ a > -< a href ="#file "> 23</ a > </ strong > < br >
96
96
< strong > operator module, < a href ="#partial "> 12</ a > , < a href ="#operator "> 31</ a > </ strong > < br >
97
- < strong > OS commands, < a href ="#oscommands "> 24</ a > -< a href ="#shellcommands "> 25</ a > </ strong > < br >
97
+ < strong > os commands, < a href ="#oscommands "> 24</ a > -< a href ="#shellcommands "> 25</ a > </ strong > < br >
98
98
< strong > os module, < a href ="#path "> 23</ a > , < a href ="#oscommands "> 24</ a > -< a href ="#shellcommands "> 25</ a > </ strong > </ p >
99
99
< h3 id ="p "> P</ h3 >
100
- < p > < strong > pass keyword , < a href ="#multipleinheritance " > 14 </ a > , < a href ="#curses " > 34 </ a > , < a href =" #basicscripttemplate " > 42 </ a > </ strong > < br >
101
- < strong > partial function , < a href ="#partial " > 12 </ a > , < a href ="#functionscannotbevaluessotheymustbewrapped " > 20 </ a > </ strong > < br >
100
+ < p > < strong > partial function , < a href ="#partial " > 12 </ a > , < a href ="#functionscannotbevaluessotheymustbewrapped " > 20 </ a > </ strong > < br >
101
+ < strong > pass keyword , < a href ="#multipleinheritance " > 14 </ a > , < a href ="#curses " > 34 </ a > , < a href =" #basicscripttemplate " > 42 </ a > </ strong > < br >
102
102
< strong > path, < a href ="#path "> 23</ a > -< a href ="#pathlib "> 24</ a > </ strong > < br >
103
103
< strong > pickle module, < a href ="#pickle "> 25</ a > </ strong > < br >
104
104
< strong > pillow library, < a href ="#image "> 39</ a > </ strong > < br >
@@ -117,20 +117,20 @@ <h3 id="r">R</h3>
117
117
< strong > regular expressions, < a href ="#regex "> 5</ a > -< a href ="#specialsequences "> 6</ a > </ strong > < br >
118
118
< strong > requests library, < a href ="#scraping "> 35</ a > , < a href ="#test "> 36</ a > </ strong > </ p >
119
119
< h3 id ="s "> S</ h3 >
120
- < p > < strong > sqlite module, < a href ="#sqlite "> 27</ a > </ strong > < br >
121
- < strong > scraping, < a href ="#scraping "> 35</ a > </ strong > < br >
120
+ < p > < strong > scraping, < a href ="#scraping "> 35</ a > </ strong > < br >
122
121
< strong > sequence, < a href ="#type "> 4</ a > , < a href ="#sequence "> 18</ a > , < a href ="#collectionsabcsequence "> 19</ a > </ strong > < br >
123
122
< strong > sets, < a href ="#set "> 2</ a > , < a href ="#otheruses "> 11</ a > </ strong > < br >
124
123
< strong > shell commands, < a href ="#shellcommands "> 25</ a > </ strong > < br >
125
124
< strong > sleep function, < a href ="#progressbar "> 34</ a > </ strong > < br >
126
125
< strong > slots attribute, < a href ="#slots "> 15</ a > </ strong > < br >
127
126
< strong > sortable, < a href ="#list "> 1</ a > , < a href ="#sortable "> 16</ a > </ strong > < br >
128
127
< strong > splat operator, < a href ="#splatoperator "> 10</ a > -< a href ="#otheruses "> 11</ a > </ strong > < br >
128
+ < strong > sqlite module, < a href ="#sqlite "> 27</ a > </ strong > < br >
129
129
< strong > statistics module, < a href ="#statistics "> 7</ a > </ strong > < br >
130
130
< strong > strings, < a href ="#string "> 5</ a > </ strong > < br >
131
131
< strong > struct module, < a href ="#struct "> 28</ a > -< a href ="#integertypesusecapitalletterforunsignedtypestandardsizesareinbrackets "> 29</ a > </ strong > < br >
132
- < strong > super function, < a href ="#inheritance "> 14</ a > </ strong > < br >
133
132
< strong > subprocess module, < a href ="#usingsubprocess "> 25</ a > </ strong > < br >
133
+ < strong > super function, < a href ="#inheritance "> 14</ a > </ strong > < br >
134
134
< strong > synthesizer, < a href ="#synthesizer "> 41</ a > </ strong > < br >
135
135
< strong > sys module, < a href ="#lrucache "> 15</ a > , < a href ="#commonbuiltinexceptions "> 21</ a > , < a href ="#print "> 22</ a > </ strong > </ p >
136
136
< h3 id ="t "> T</ h3 >
0 commit comments