2
2
Index
3
3
-----
4
4
### A
5
- **abstract base classes, [4](#abc)**
5
+ **abstract base classes, [4](#abc), [19](#collectionsabcsequence) **
6
6
**all function, [11](#anyall)**
7
7
**animation, [39](#animation)**
8
8
**any function, [11](#anyall)**
9
9
**arguments, [10](#arguments)**
10
10
**arrays, [28](#array)**
11
- **audio, [39](#audio)-40 **
11
+ **audio, [39](#audio)-[40](#writefloatsamplestowavfile) **
12
12
13
13
### B
14
14
**basic script template, [41](#basicscripttemplate)**
15
15
**binary representation, [8](#binhex)**
16
16
**bitwise operators, [8](#bitwiseoperators)**
17
- **bytes, [27](#bytes)-28 **
17
+ **bytes, [27](#bytes)-[28](#readbytesfromfile) **
18
18
19
19
### C
20
+ **cache, [13](#lrucache)**
20
21
**csv module, [25](#csv), [33](#printsacsvfileasanasciitable)**
21
22
**callable, [17](#callable)**
22
23
**chars, [5](#char)**
23
- **class, [14](#class)-15 **
24
+ **class, [14](#class)-[15](#property) **
24
25
**closure, [12](#closure)**
25
26
**collection, [18](#collection)**
26
27
**combinatorics, [8](#combinatorics)**
@@ -37,18 +38,18 @@ Index
37
38
**decorator, [13](#decorator)**
38
39
**deques, [29](#deque)**
39
40
**dictionaries, [2](#dictionary)**
40
- **duck types, [16](#ducktypes)-19 **
41
+ **duck types, [16](#ducktypes)-[19](#collectionsabcsequence) **
41
42
42
43
### E
43
- **enum module, [19](#enum)-20 **
44
+ **enum module, [19](#enum)-[20](#inline-2) **
44
45
**enumerate function, [3](#enumerate)**
45
46
**eval function, [32](#eval)**
46
- **exceptions, [20](#exceptions)-21 , [22](#exceptions-1)**
47
+ **exceptions, [20](#exceptions)-[21](#reraisingcaughtexception) , [22](#exceptions-1)**
47
48
48
49
### F
49
50
**filter function, [11](#mapfilterreduce)**
50
51
**floats, [4](#abc), [6](#floats), [7](#types)**
51
- **format function, [6](#format)-7 **
52
+ **format function, [6](#format)-[7](#comparisonoffloatpresentationtypes) **
52
53
53
54
### G
54
55
**generator, [4](#generator)**
71
72
72
73
### L
73
74
**lambda, [11](#lambda)**
75
+ **list comprehension, [11](#comprehension)**
74
76
**lists, [1](#list)-2**
75
77
**logging, [34](#logging)**
76
78
**lru_cache decorator, [13](#lrucache)**
@@ -83,12 +85,12 @@ Index
83
85
**metaprograming, [31](#metaprograming)**
84
86
85
87
### N
86
- **named tuples , [3](#namedtuple)**
88
+ **namedtuples , [3](#namedtuple)**
87
89
**nonlocal keyword, [12](#nonlocal)**
88
- **numpy module, [36](#numpy)-37 **
90
+ **numpy module, [36](#numpy)-[37](#indexing) **
89
91
90
92
### O
91
- **open function, [22](#open)-23 **
93
+ **open function, [22](#open)-[23](#file) **
92
94
**operator module, [30](#operator)**
93
95
**OS commands, [24](#oscommands)**
94
96
97
99
**partial function, [12](#partial)**
98
100
**paths, [23](#path)-24**
99
101
**pickle module, [27](#pickle)**
102
+ **PIL library, [38](#image)**
100
103
**plotting, [33](#plot)**
101
104
**print function, [21](#print)**
102
- **profiling, [35](#profiling)-36 **
105
+ **profiling, [35](#profiling)-[36](#timingasnippet) **
103
106
**progress bar, [33](#progressbar)**
104
107
105
108
### Q
@@ -110,24 +113,24 @@ Index
110
113
**ranges, [3](#range)**
111
114
**recursion, [13](#lrucache)**
112
115
**reduce function, [11](#mapfilterreduce)**
113
- **regular expressions, [5](#regex)-6 **
116
+ **regular expressions, [5](#regex)-[6](#specialsequences) **
114
117
**requests library, [34](#scraping), [35](#test)**
115
118
116
119
### S
117
120
**SQLite module, [26](#sqlite)**
118
121
**scraping, [34](#scraping)**
119
- **sequence, [18](#sequence)**
122
+ **sequence, [18](#sequence), [19](#collectionsabcsequence) **
120
123
**sets, [2](#set)**
121
124
**shell commands, [24](#shellcommands)**
122
- **splat operator, [10](#splatoperator)-11 **
125
+ **splat operator, [10](#splatoperator)-[11](#otheruses) **
123
126
**statistics module, [7](#statistics)**
124
127
**strings, [5](#string)**
125
128
**struct module, [28](#struct)**
126
129
**synthesizer, [40](#synthesizer)**
127
130
128
131
### T
129
132
**table, [33](#table)**
130
- **threads, [29](#threading)-30 **
133
+ **threads, [29](#threading)-[30](#threadpool) **
131
134
**time module, [35](#stopwatch)**
132
135
**tuples, [3](#tuple)**
133
136
**type, [4](#type), [31](#type-1)**
0 commit comments