Skip to content

Commit 561cca5

Browse files
committed
Updated index
1 parent 102f2a0 commit 561cca5

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

web/index_for_pdf_print.html

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!-- Brightnesses: 87, 89, 37, 60, 58, 57 / Scale: 98% -->
22
<!-- Borders: 0.1>, 0.6>, 0.8>, 11.4v, 0.27^, 0.57< -->
33

4+
45
<div class="pagebreak"></div>
56
<h2 id="index"><a href="#index" name="index">#</a>Index</h2>
67

@@ -16,7 +17,7 @@ <h3 id="a">A</h3>
1617
<strong>audio, 40-41</strong> </p>
1718
<h3 id="b">B</h3>
1819
<p><strong>basic script template, 42</strong><br>
19-
<strong>beautifulsoup4 library, 35</strong><br>
20+
<strong>beautifulsoup library, 35</strong><br>
2021
<strong>binary representation, 8</strong><br>
2122
<strong>bitwise operators, 8</strong><br>
2223
<strong>bottle library, 36</strong><br>
@@ -25,10 +26,9 @@ <h3 id="c">C</h3>
2526
<p><strong>cache, 13</strong><br>
2627
<strong>csv module, 26, 34</strong><br>
2728
<strong>callable, 17</strong><br>
28-
<strong>chars, 5</strong><br>
29-
<strong>class, 14-15</strong><br>
29+
<strong>class, 4, 14-19, 31-32</strong><br>
3030
<strong>closure, 12</strong><br>
31-
<strong>collection, 18</strong><br>
31+
<strong>collection, 4, 18</strong><br>
3232
<strong>collections module, 2, 3, 4, 19, 29</strong><br>
3333
<strong>combinatorics, 8</strong><br>
3434
<strong>command line arguments, 22</strong><br>
@@ -44,7 +44,7 @@ <h3 id="d">D</h3>
4444
<strong>datetime module, 8-9</strong><br>
4545
<strong>decorator, 13</strong><br>
4646
<strong>deques, 29</strong><br>
47-
<strong>dictionaries, 2</strong><br>
47+
<strong>dictionaries, 2, 11</strong><br>
4848
<strong>duck types, 16-19</strong> </p>
4949
<h3 id="e">E</h3>
5050
<p><strong>enum module, 19-20</strong><br>
@@ -55,14 +55,14 @@ <h3 id="f">F</h3>
5555
<p><strong>files, 23</strong><br>
5656
<strong>filter function, 11</strong><br>
5757
<strong>floats, 4, 6, 7</strong><br>
58-
<strong>format function, 6-7</strong><br>
58+
<strong>format, 6-7</strong><br>
5959
<strong>functools module, 11, 12, 13, 16</strong><br>
6060
<strong>futures, 30</strong> </p>
6161
<h3 id="g">G</h3>
62-
<p><strong>generator, 4</strong><br>
62+
<p><strong>generators, 4, 11</strong><br>
6363
<strong>global keyword, 12</strong></p>
6464
<h3 id="h">H</h3>
65-
<p><strong>hash function, 16</strong><br>
65+
<p><strong>hashable, 16</strong><br>
6666
<strong>hexadecimal representation, 8</strong> </p>
6767
<h3 id="i">I</h3>
6868
<p><strong>image, 39</strong><br>
@@ -71,15 +71,15 @@ <h3 id="i">I</h3>
7171
<strong>introspection, 31</strong><br>
7272
<strong>ints, 4, 7, 8</strong><br>
7373
<strong>is operator, 16</strong><br>
74-
<strong>iterable, 18</strong><br>
74+
<strong>iterable, 4, 18</strong><br>
7575
<strong>iterator, 3, 17</strong><br>
7676
<strong>itertools module, 3, 8</strong> </p>
7777
<h3 id="j">J</h3>
7878
<p><strong>json module, 25</strong> </p>
7979
<h3 id="l">L</h3>
8080
<p><strong>lambda, 11</strong><br>
8181
<strong>list comprehension, 11</strong><br>
82-
<strong>lists, 1-2</strong><br>
82+
<strong>lists, 1-2</strong>, 11<br>
8383
<strong>locks, 29</strong><br>
8484
<strong>logging, 35</strong> </p>
8585
<h3 id="m">M</h3>
@@ -95,14 +95,14 @@ <h3 id="n">N</h3>
9595
<strong>nonlocal keyword, 12</strong><br>
9696
<strong>numpy module, 37-38</strong> </p>
9797
<h3 id="o">O</h3>
98-
<p><strong>octal representation, 24</strong><br>
99-
<strong>open function, 22-23</strong><br>
100-
<strong>operator module, 31</strong><br>
98+
<p><strong>open function, 22-23</strong><br>
99+
<strong>operator module, 12, 31</strong><br>
101100
<strong>OS commands, 24-25</strong><br>
102101
<strong>os module, 23, 24-25</strong> </p>
103102
<h3 id="p">P</h3>
104-
<p><strong>partial function, 12</strong><br>
105-
<strong>paths, 23-24</strong><br>
103+
<p><strong>pass keyword, 14, 34, 42</strong><br>
104+
<strong>partial function, 12, 20</strong><br>
105+
<strong>path, 23-24</strong><br>
106106
<strong>pickle module, 25</strong><br>
107107
<strong>pillow library, 39</strong><br>
108108
<strong>plotting, 34</strong><br>
@@ -120,18 +120,19 @@ <h3 id="r">R</h3>
120120
<strong>regular expressions, 5-6</strong><br>
121121
<strong>requests library, 35, 36</strong> </p>
122122
<h3 id="s">S</h3>
123-
<p><strong>sqlite3 module, 27</strong><br>
123+
<p><strong>sqlite module, 27</strong><br>
124124
<strong>scraping, 35</strong><br>
125-
<strong>sequence, 18, 19</strong><br>
126-
<strong>sets, 2</strong><br>
125+
<strong>sequence, 4, 18, 19</strong><br>
126+
<strong>sets, 2, 11</strong><br>
127127
<strong>shell commands, 25</strong><br>
128128
<strong>sleep function, 34</strong><br>
129129
<strong>slots attribute, 15</strong><br>
130-
<strong>sort function, 1, 16</strong><br>
130+
<strong>sortable, 1, 16</strong><br>
131131
<strong>splat operator, 10-11</strong><br>
132132
<strong>statistics module, 7</strong><br>
133133
<strong>strings, 5</strong><br>
134134
<strong>struct module, 28-29</strong><br>
135+
<strong>super function, 14</strong><br>
135136
<strong>subprocess module, 25</strong><br>
136137
<strong>synthesizer, 41</strong><br>
137138
<strong>sys module, 15, 21, 22</strong> </p>
@@ -140,7 +141,7 @@ <h3 id="t">T</h3>
140141
<strong>template function, 36</strong><br>
141142
<strong>threading module, 30</strong><br>
142143
<strong>time module, 34, 36</strong><br>
143-
<strong>tuples, 3</strong><br>
144+
<strong>tuples, 3, 11</strong><br>
144145
<strong>type, 4, 31</strong> </p>
145146
<h3 id="w">W</h3>
146147
<p><strong>wave module, 40-41</strong><br>

0 commit comments

Comments
 (0)