@@ -14,7 +14,7 @@ <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 "> 35</ a > </ strong > < br >
17
+ < strong > beautifulsoup 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
20
< strong > bottle library, < a href ="#web "> 36</ a > </ strong > < br >
@@ -23,10 +23,9 @@ <h3 id="c">C</h3>
23
23
< p > < strong > cache, < a href ="#lrucache "> 13</ a > </ strong > < br >
24
24
< strong > csv module, < a href ="#csv "> 26</ a > , < a href ="#printsacsvfileasanasciitable "> 34</ a > </ strong > < br >
25
25
< strong > callable, < a href ="#callable "> 17</ a > </ strong > < br >
26
- < strong > chars, < a href ="#char "> 5</ a > </ strong > < br >
27
- < strong > class, < a href ="#class "> 14</ a > -< a href ="#property "> 15</ a > </ strong > < br >
26
+ < 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 >
28
27
< strong > closure, < a href ="#closure "> 12</ a > </ strong > < br >
29
- < strong > collection, < a href ="#collection "> 18</ a > </ strong > < br >
28
+ < strong > collection, < a href ="#type " > 4 </ a > , < a href =" # collection "> 18</ a > </ strong > < br >
30
29
< 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 >
31
30
< strong > combinatorics, < a href ="#combinatorics "> 8</ a > </ strong > < br >
32
31
< strong > command line arguments, < a href ="#commandlinearguments "> 22</ a > </ strong > < br >
@@ -42,7 +41,7 @@ <h3 id="d">D</h3>
42
41
< strong > datetime module, < a href ="#datetime "> 8</ a > -< a href ="#constructors "> 9</ a > </ strong > < br >
43
42
< strong > decorator, < a href ="#decorator "> 13</ a > </ strong > < br >
44
43
< strong > deques, < a href ="#deque "> 29</ a > </ strong > < br >
45
- < strong > dictionaries, < a href ="#dictionary "> 2</ a > </ strong > < br >
44
+ < strong > dictionaries, < a href ="#dictionary "> 2</ a > , < a href =" #otheruses " > 11 </ a > </ strong > < br >
46
45
< strong > duck types, < a href ="#ducktypes "> 16</ a > -< a href ="#collectionsabcsequence "> 19</ a > </ strong > </ p >
47
46
< h3 id ="e "> E</ h3 >
48
47
< p > < strong > enum module, < a href ="#enum "> 19</ a > -< a href ="#inline-2 "> 20</ a > </ strong > < br >
@@ -53,14 +52,14 @@ <h3 id="f">F</h3>
53
52
< p > < strong > files, < a href ="#file "> 23</ a > </ strong > < br >
54
53
< strong > filter function, < a href ="#mapfilterreduce "> 11</ a > </ strong > < br >
55
54
< strong > floats, < a href ="#abc "> 4</ a > , < a href ="#floats "> 6</ a > , < a href ="#types "> 7</ a > </ strong > < br >
56
- < strong > format function , < a href ="#format "> 6</ a > -< a href ="#comparisonoffloatpresentationtypes "> 7</ a > </ strong > < br >
55
+ < strong > format, < a href ="#format "> 6</ a > -< a href ="#comparisonoffloatpresentationtypes "> 7</ a > </ strong > < br >
57
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 >
58
57
< strong > futures, < a href ="#threadpool "> 30</ a > </ strong > </ p >
59
58
< h3 id ="g "> G</ h3 >
60
- < p > < strong > generator , < a href ="#generator "> 4</ a > </ strong > < br >
59
+ < p > < strong > generators , < a href ="#generator "> 4</ a > , < a href =" #comprehension " > 11 </ a > </ strong > < br >
61
60
< strong > global keyword, < a href ="#nonlocal "> 12</ a > </ strong > </ p >
62
61
< h3 id ="h "> H</ h3 >
63
- < p > < strong > hash function , < a href ="#hashable "> 16</ a > </ strong > < br >
62
+ < p > < strong > hashable , < a href ="#hashable "> 16</ a > </ strong > < br >
64
63
< strong > hexadecimal representation, < a href ="#binhex "> 8</ a > </ strong > </ p >
65
64
< h3 id ="i "> I</ h3 >
66
65
< p > < strong > image, < a href ="#image "> 39</ a > </ strong > < br >
@@ -69,15 +68,15 @@ <h3 id="i">I</h3>
69
68
< strong > introspection, < a href ="#introspection "> 31</ a > </ strong > < br >
70
69
< strong > ints, < a href ="#abc "> 4</ a > , < a href ="#types "> 7</ a > , < a href ="#binhex "> 8</ a > </ strong > < br >
71
70
< strong > is operator, < a href ="#comparable "> 16</ a > </ strong > < br >
72
- < strong > iterable, < a href ="#iterable "> 18</ a > </ strong > < br >
71
+ < strong > iterable, < a href ="#abc " > 4 </ a > , < a href =" # iterable "> 18</ a > </ strong > < br >
73
72
< strong > iterator, < a href ="#iterator "> 3</ a > , < a href ="#iterator-1 "> 17</ a > </ strong > < br >
74
73
< strong > itertools module, < a href ="#itertools "> 3</ a > , < a href ="#combinatorics "> 8</ a > </ strong > </ p >
75
74
< h3 id ="j "> J</ h3 >
76
75
< p > < strong > json module, < a href ="#json "> 25</ a > </ strong > </ p >
77
76
< h3 id ="l "> L</ h3 >
78
77
< p > < strong > lambda, < a href ="#lambda "> 11</ a > </ strong > < br >
79
78
< strong > list comprehension, < a href ="#comprehension "> 11</ a > </ strong > < br >
80
- < strong > lists, < a href ="#list "> 1</ a > -2</ strong > < br >
79
+ < strong > lists, < a href ="#list "> 1</ a > -2</ strong > , < a href =" #otheruses " > 11 </ a > < br >
81
80
< strong > locks, < a href ="#lock "> 29</ a > </ strong > < br >
82
81
< strong > logging, < a href ="#logging "> 35</ a > </ strong > </ p >
83
82
< h3 id ="m "> M</ h3 >
@@ -93,14 +92,14 @@ <h3 id="n">N</h3>
93
92
< strong > nonlocal keyword, < a href ="#nonlocal "> 12</ a > </ strong > < br >
94
93
< strong > numpy module, < a href ="#numpy "> 37</ a > -< a href ="#indexing "> 38</ a > </ strong > </ p >
95
94
< h3 id ="o "> O</ h3 >
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 >
98
- < strong > operator module, < a href ="#operator "> 31</ a > </ strong > < br >
95
+ < p > < strong > open function, < a href ="#open "> 22</ a > -< a href ="#file "> 23</ a > </ strong > < br >
96
+ < strong > operator module, < a href ="#partial "> 12</ a > , < a href ="#operator "> 31</ a > </ strong > < br >
99
97
< strong > OS commands, < a href ="#oscommands "> 24</ a > -< a href ="#shellcommands "> 25</ a > </ strong > < br >
100
98
< strong > os module, < a href ="#path "> 23</ a > , < a href ="#oscommands "> 24</ a > -< a href ="#shellcommands "> 25</ a > </ strong > </ p >
101
99
< h3 id ="p "> P</ h3 >
102
- < p > < strong > partial function, < a href ="#partial "> 12</ a > </ strong > < br >
103
- < strong > paths, < a href ="#path "> 23</ a > -< a href ="#pathlib "> 24</ a > </ strong > < br >
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 >
102
+ < strong > path, < a href ="#path "> 23</ a > -< a href ="#pathlib "> 24</ a > </ strong > < br >
104
103
< strong > pickle module, < a href ="#pickle "> 25</ a > </ strong > < br >
105
104
< strong > pillow library, < a href ="#image "> 39</ a > </ strong > < br >
106
105
< strong > plotting, < a href ="#plot "> 34</ a > </ strong > < br >
@@ -118,18 +117,19 @@ <h3 id="r">R</h3>
118
117
< strong > regular expressions, < a href ="#regex "> 5</ a > -< a href ="#specialsequences "> 6</ a > </ strong > < br >
119
118
< strong > requests library, < a href ="#scraping "> 35</ a > , < a href ="#test "> 36</ a > </ strong > </ p >
120
119
< h3 id ="s "> S</ h3 >
121
- < p > < strong > sqlite3 module, < a href ="#sqlite "> 27</ a > </ strong > < br >
120
+ < p > < strong > sqlite module, < a href ="#sqlite "> 27</ a > </ strong > < br >
122
121
< strong > scraping, < a href ="#scraping "> 35</ a > </ strong > < br >
123
- < strong > sequence, < a href ="#sequence "> 18</ a > , < a href ="#collectionsabcsequence "> 19</ a > </ strong > < br >
124
- < strong > sets, < a href ="#set "> 2</ a > </ strong > < br >
122
+ < strong > sequence, < a href ="#type " > 4 </ a > , < a href =" # sequence "> 18</ a > , < a href ="#collectionsabcsequence "> 19</ a > </ strong > < br >
123
+ < strong > sets, < a href ="#set "> 2</ a > , < a href =" #otheruses " > 11 </ a > </ strong > < br >
125
124
< strong > shell commands, < a href ="#shellcommands "> 25</ a > </ strong > < br >
126
125
< strong > sleep function, < a href ="#progressbar "> 34</ a > </ strong > < br >
127
126
< strong > slots attribute, < a href ="#slots "> 15</ a > </ strong > < br >
128
- < strong > sort function , < a href ="#list "> 1</ a > , < a href ="#sortable "> 16</ a > </ strong > < br >
127
+ < strong > sortable , < a href ="#list "> 1</ a > , < a href ="#sortable "> 16</ a > </ strong > < br >
129
128
< strong > splat operator, < a href ="#splatoperator "> 10</ a > -< a href ="#otheruses "> 11</ a > </ strong > < br >
130
129
< strong > statistics module, < a href ="#statistics "> 7</ a > </ strong > < br >
131
130
< strong > strings, < a href ="#string "> 5</ a > </ strong > < br >
132
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
133
< strong > subprocess module, < a href ="#usingsubprocess "> 25</ 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 >
@@ -138,7 +138,7 @@ <h3 id="t">T</h3>
138
138
< strong > template function, < a href ="#dynamicrequest "> 36</ a > </ strong > < br >
139
139
< strong > threading module, < a href ="#threading "> 30</ a > </ strong > < br >
140
140
< strong > time module, < a href ="#progressbar "> 34</ a > , < a href ="#stopwatch "> 36</ a > </ strong > < br >
141
- < strong > tuples, < a href ="#tuple "> 3</ a > </ strong > < br >
141
+ < strong > tuples, < a href ="#tuple "> 3</ a > , < a href =" #otheruses " > 11 </ a > </ strong > < br >
142
142
< strong > type, < a href ="#type "> 4</ a > , < a href ="#type-1 "> 31</ a > </ strong > </ p >
143
143
< h3 id ="w "> W</ h3 >
144
144
< p > < strong > wave module, < a href ="#audio "> 40</ a > -< a href ="#writefloatsamplestowavfile "> 41</ a > </ strong > < br >
0 commit comments