Skip to content

Commit 102f2a0

Browse files
committed
Updated index
1 parent 4ce01c0 commit 102f2a0

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

web/index_for_pdf.html

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h3 id="a">A</h3>
1414
<strong>audio, <a href="#audio">40</a>-<a href="#writefloatsamplestowavfile">41</a></strong> </p>
1515
<h3 id="b">B</h3>
1616
<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>
1818
<strong>binary representation, <a href="#binhex">8</a></strong><br>
1919
<strong>bitwise operators, <a href="#bitwiseoperators">8</a></strong><br>
2020
<strong>bottle library, <a href="#web">36</a></strong><br>
@@ -23,10 +23,9 @@ <h3 id="c">C</h3>
2323
<p><strong>cache, <a href="#lrucache">13</a></strong><br>
2424
<strong>csv module, <a href="#csv">26</a>, <a href="#printsacsvfileasanasciitable">34</a></strong><br>
2525
<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>
2827
<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>
3029
<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>
3130
<strong>combinatorics, <a href="#combinatorics">8</a></strong><br>
3231
<strong>command line arguments, <a href="#commandlinearguments">22</a></strong><br>
@@ -42,7 +41,7 @@ <h3 id="d">D</h3>
4241
<strong>datetime module, <a href="#datetime">8</a>-<a href="#constructors">9</a></strong><br>
4342
<strong>decorator, <a href="#decorator">13</a></strong><br>
4443
<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>
4645
<strong>duck types, <a href="#ducktypes">16</a>-<a href="#collectionsabcsequence">19</a></strong> </p>
4746
<h3 id="e">E</h3>
4847
<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>
5352
<p><strong>files, <a href="#file">23</a></strong><br>
5453
<strong>filter function, <a href="#mapfilterreduce">11</a></strong><br>
5554
<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>
5756
<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>
5857
<strong>futures, <a href="#threadpool">30</a></strong> </p>
5958
<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>
6160
<strong>global keyword, <a href="#nonlocal">12</a></strong></p>
6261
<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>
6463
<strong>hexadecimal representation, <a href="#binhex">8</a></strong> </p>
6564
<h3 id="i">I</h3>
6665
<p><strong>image, <a href="#image">39</a></strong><br>
@@ -69,15 +68,15 @@ <h3 id="i">I</h3>
6968
<strong>introspection, <a href="#introspection">31</a></strong><br>
7069
<strong>ints, <a href="#abc">4</a>, <a href="#types">7</a>, <a href="#binhex">8</a></strong><br>
7170
<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>
7372
<strong>iterator, <a href="#iterator">3</a>, <a href="#iterator-1">17</a></strong><br>
7473
<strong>itertools module, <a href="#itertools">3</a>, <a href="#combinatorics">8</a></strong> </p>
7574
<h3 id="j">J</h3>
7675
<p><strong>json module, <a href="#json">25</a></strong> </p>
7776
<h3 id="l">L</h3>
7877
<p><strong>lambda, <a href="#lambda">11</a></strong><br>
7978
<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>
8180
<strong>locks, <a href="#lock">29</a></strong><br>
8281
<strong>logging, <a href="#logging">35</a></strong> </p>
8382
<h3 id="m">M</h3>
@@ -93,14 +92,14 @@ <h3 id="n">N</h3>
9392
<strong>nonlocal keyword, <a href="#nonlocal">12</a></strong><br>
9493
<strong>numpy module, <a href="#numpy">37</a>-<a href="#indexing">38</a></strong> </p>
9594
<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>
9997
<strong>OS commands, <a href="#oscommands">24</a>-<a href="#shellcommands">25</a></strong><br>
10098
<strong>os module, <a href="#path">23</a>, <a href="#oscommands">24</a>-<a href="#shellcommands">25</a></strong> </p>
10199
<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>
104103
<strong>pickle module, <a href="#pickle">25</a></strong><br>
105104
<strong>pillow library, <a href="#image">39</a></strong><br>
106105
<strong>plotting, <a href="#plot">34</a></strong><br>
@@ -118,18 +117,19 @@ <h3 id="r">R</h3>
118117
<strong>regular expressions, <a href="#regex">5</a>-<a href="#specialsequences">6</a></strong><br>
119118
<strong>requests library, <a href="#scraping">35</a>, <a href="#test">36</a></strong> </p>
120119
<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>
122121
<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>
125124
<strong>shell commands, <a href="#shellcommands">25</a></strong><br>
126125
<strong>sleep function, <a href="#progressbar">34</a></strong><br>
127126
<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>
129128
<strong>splat operator, <a href="#splatoperator">10</a>-<a href="#otheruses">11</a></strong><br>
130129
<strong>statistics module, <a href="#statistics">7</a></strong><br>
131130
<strong>strings, <a href="#string">5</a></strong><br>
132131
<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>
133133
<strong>subprocess module, <a href="#usingsubprocess">25</a></strong><br>
134134
<strong>synthesizer, <a href="#synthesizer">41</a></strong><br>
135135
<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>
138138
<strong>template function, <a href="#dynamicrequest">36</a></strong><br>
139139
<strong>threading module, <a href="#threading">30</a></strong><br>
140140
<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>
142142
<strong>type, <a href="#type">4</a>, <a href="#type-1">31</a></strong> </p>
143143
<h3 id="w">W</h3>
144144
<p><strong>wave module, <a href="#audio">40</a>-<a href="#writefloatsamplestowavfile">41</a></strong><br>

0 commit comments

Comments
 (0)