Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ffbd440

Browse files
committed
Index
1 parent 46aecb1 commit ffbd440

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pdf/index_for_pdf.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ <h3 id="a">A</h3>
1010
<strong>arguments, <a href="#arguments">10</a>, <a href="#partial">12</a>, <a href="#commandlinearguments">22</a></strong><br>
1111
<strong>arrays, <a href="#array">29</a>, <a href="#numpy">37</a>-<a href="#indexing">38</a></strong><br>
1212
<strong>asyncio module, <a href="#coroutines">33</a></strong><br>
13-
<strong>audio, <a href="#audio">40</a>-<a href="#writefloatsamplestowavfile">41</a>, <a href="#sound">42</a></strong> </p>
13+
<strong>audio, <a href="#audio">40</a>-<a href="#synthesizer">41</a>, <a href="#sound">42</a></strong> </p>
1414
<h3 id="b">B</h3>
1515
<p><strong>beautifulsoup library, <a href="#scrapespythonsurlversionnumberandlogofromitswikipediapage">35</a></strong><br>
1616
<strong>binary representation, <a href="#ints">7</a>, <a href="#binhex">8</a></strong><br>
1717
<strong>bitwise operators, <a href="#bitwiseoperators">8</a></strong><br>
1818
<strong>bottle library, <a href="#web">36</a></strong><br>
19-
<strong>bytes, <a href="#open">22</a>-<a href="#modes">23</a>, <a href="#pickle">25</a>, <a href="#bytes">28</a>-<a href="#integertypesuseacapitalletterforunsignedtypeminimumandstandardsizesareinbrackets">29</a></strong> </p>
19+
<strong>bytes, <a href="#open">22</a>-<a href="#modes">23</a>, <a href="#pickle">25</a>, <a href="#bytes">28</a>-<a href="#memoryview">29</a></strong> </p>
2020
<h3 id="c">C</h3>
2121
<p><strong>cache, <a href="#lrucache">13</a></strong><br>
2222
<strong>callable, <a href="#callable">17</a></strong><br>
@@ -100,7 +100,7 @@ <h3 id="p">P</h3>
100100
<strong>partial function, <a href="#partial">12</a>, <a href="#userdefinedfunctionscannotbevaluessotheymustbewrapped">20</a></strong><br>
101101
<strong>path, <a href="#path">23</a>-<a href="#direntry">24</a></strong><br>
102102
<strong>pickle module, <a href="#pickle">25</a></strong><br>
103-
<strong>pillow library, <a href="#image">39</a></strong><br>
103+
<strong>pillow library, <a href="#image">39</a>-<a href="#animation">40</a></strong><br>
104104
<strong>plotting, <a href="#plot">34</a>, <a href="#plotly">47</a>-<a href="#confirmedcovidcasesdowjonesgoldandbitcoinprice">48</a></strong><br>
105105
<strong>print function, <a href="#print">22</a></strong><br>
106106
<strong>profiling, <a href="#profiling">36</a>-<a href="#timingasnippet">37</a></strong><br>
@@ -132,9 +132,9 @@ <h3 id="s">S</h3>
132132
<strong>subprocess module, <a href="#sends11tothebasiccalculatorandcapturesitsoutput">25</a></strong><br>
133133
<strong>super function, <a href="#inheritance">14</a></strong><br>
134134
<strong>synthesizer, <a href="#synthesizer">41</a></strong><br>
135-
<strong>sys module, <a href="#lrucache">13</a>, <a href="#exit">21</a>-<a href="#print">22</a></strong> </p>
135+
<strong>sys module, <a href="#lrucache">13</a>, <a href="#exit">21</a>-<a href="#commandlinearguments">22</a></strong> </p>
136136
<h3 id="t">T</h3>
137-
<p><strong>table, <a href="#example">27</a>, <a href="#table">34</a>, <a href="#dataframe">45</a>-<a href="#encodedecode">46</a></strong><br>
137+
<p><strong>table, <a href="#csv">26</a>, <a href="#example">27</a>, <a href="#table">34</a>, <a href="#numpy">37</a>-<a href="#indexing">38</a>, <a href="#dataframe">45</a>-<a href="#aggregatetransformmap-1">46</a></strong><br>
138138
<strong>template, <a href="#format">6</a>, <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>

pdf/index_for_pdf_print.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ <h3 id="p">P</h3>
100100
<strong>partial function, 12, 20</strong><br>
101101
<strong>path, 23-24</strong><br>
102102
<strong>pickle module, 25</strong><br>
103-
<strong>pillow library, 39</strong><br>
104-
<strong>plotting, 34, 47</strong><br>
103+
<strong>pillow library, 39-40</strong><br>
104+
<strong>plotting, 34, 47-48</strong><br>
105105
<strong>print function, 22</strong><br>
106106
<strong>profiling, 36-37</strong><br>
107107
<strong>progress bar, 34</strong><br>
@@ -134,7 +134,7 @@ <h3 id="s">S</h3>
134134
<strong>synthesizer, 41</strong><br>
135135
<strong>sys module, 13, 21-22</strong> </p>
136136
<h3 id="t">T</h3>
137-
<p><strong>table, 27, 34, 45-46</strong><br>
137+
<p><strong>table, 26, 27, 34, 37-38, 45-46</strong><br>
138138
<strong>template, 6, 36</strong><br>
139139
<strong>threading module, 30</strong><br>
140140
<strong>time module, 34, 36</strong><br>

0 commit comments

Comments
 (0)