Skip to content

Commit 0f1f4c3

Browse files
committed
Index
1 parent be2e7c4 commit 0f1f4c3

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

web/index_for_pdf.html

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ <h3 id="c">C</h3>
3535
<strong>context manager, <a href="#contextmanager">17</a></strong><br>
3636
<strong>copy function, <a href="#copy">15</a></strong><br>
3737
<strong>coroutine, <a href="#coroutine">33</a></strong><br>
38-
<strong>counter, <a href="#counter">2</a>, <a href="#generator">4</a>, <a href="#nonlocal">12</a>, <a href="#iterator-1">17</a>, </strong><br>
38+
<strong>counter, <a href="#counter">2</a>, <a href="#generator">4</a>, <a href="#nonlocal">12</a>, <a href="#iterator-1">17</a></strong><br>
3939
<strong>curses module, <a href="#curses">34</a></strong> </p>
4040
<h3 id="d">D</h3>
41-
<p><strong>dataclass decorator, <a href="#dataclass">15</a></strong><br>
41+
<p><strong>dataclasses module, <a href="#dataclass">15</a></strong><br>
4242
<strong>datetime module, <a href="#datetime">8</a>-<a href="#constructors">9</a></strong><br>
4343
<strong>decorator, <a href="#decorator">13</a></strong><br>
4444
<strong>deques, <a href="#deque">29</a></strong><br>
@@ -58,7 +58,7 @@ <h3 id="f">F</h3>
5858
<strong>futures, <a href="#threadpool">30</a></strong> </p>
5959
<h3 id="g">G</h3>
6060
<p><strong>generator, <a href="#generator">4</a></strong><br>
61-
<strong>global keyword, <a href="#nonlocal">12</a></strong>< </p>
61+
<strong>global keyword, <a href="#nonlocal">12</a></strong></p>
6262
<h3 id="h">H</h3>
6363
<p><strong>hash function, <a href="#hashable">16</a></strong><br>
6464
<strong>hexadecimal representation, <a href="#binhex">8</a></strong> </p>
@@ -79,13 +79,11 @@ <h3 id="l">L</h3>
7979
<strong>list comprehension, <a href="#comprehension">11</a></strong><br>
8080
<strong>lists, <a href="#list">1</a>-2</strong><br>
8181
<strong>locks, <a href="#lock">29</a></strong><br>
82-
<strong>logging, <a href="#logging">35</a></strong><br>
83-
<strong>lru_cache decorator, <a href="#lrucache">13</a></strong> </p>
82+
<strong>logging, <a href="#logging">35</a></strong> </p>
8483
<h3 id="m">M</h3>
8584
<p><strong>main function, <a href="#main">1</a>, <a href="#basicscripttemplate">41</a></strong><br>
8685
<strong>map function, <a href="#mapfilterreduce">11</a></strong><br>
8786
<strong>math module, <a href="#math">7</a></strong><br>
88-
<strong>matplotlib library, <a href="#plot">34</a></strong><br>
8987
<strong>memoryviews, <a href="#memoryview">29</a></strong><br>
9088
<strong>metaprograming, <a href="#metaprograming">31</a>-<a href="#metaclass">32</a></strong><br>
9189
<strong>metaclass attribute, <a href="#metaclassattribute">32</a></strong><br>
@@ -101,10 +99,8 @@ <h3 id="o">O</h3>
10199
<strong>OS commands, <a href="#oscommands">24</a>-<a href="#shellcommands">25</a></strong><br>
102100
<strong>os module, <a href="#path">23</a>, <a href="#oscommands">24</a>-<a href="#shellcommands">25</a>, </strong> </p>
103101
<h3 id="p">P</h3>
104-
<p><strong>parameters, <a href="#arguments">10</a></strong><br>
105-
<strong>partial function, <a href="#partial">12</a></strong><br>
102+
<p><strong>partial function, <a href="#partial">12</a></strong><br>
106103
<strong>paths, <a href="#path">23</a>-<a href="#pathlib">24</a></strong><br>
107-
<strong>pathlib module, <a href="#pathlib">24</a></strong><br>
108104
<strong>pickle module, <a href="#pickle">25</a></strong><br>
109105
<strong>pillow library, <a href="#image">39</a></strong><br>
110106
<strong>plotting, <a href="#plot">34</a></strong><br>
@@ -129,7 +125,7 @@ <h3 id="s">S</h3>
129125
<strong>shell commands, <a href="#shellcommands">25</a></strong><br>
130126
<strong>sleep function, <a href="#progressbar">34</a></strong><br>
131127
<strong>slots attribute, <a href="#slots">15</a></strong><br>
132-
<strong>sortable, <a href="#sortable">16</a></strong><br>
128+
<strong>sort function, <a href="#list">1</a>, <a href="#sortable">16</a></strong><br>
133129
<strong>splat operator, <a href="#splatoperator">10</a>-<a href="#otheruses">11</a></strong><br>
134130
<strong>statistics module, <a href="#statistics">7</a></strong><br>
135131
<strong>strings, <a href="#string">5</a></strong><br>
@@ -142,9 +138,6 @@ <h3 id="t">T</h3>
142138
<strong>template function, <a href="#dynamicrequest">36</a></strong><br>
143139
<strong>threading module, <a href="#threading">30</a></strong><br>
144140
<strong>time module, <a href="#progressbar">34</a>, <a href="#stopwatch">36</a></strong><br>
145-
<strong>timeit module, <a href="#timingasnippet">37</a></strong><br>
146-
<strong>timezones, <a href="#timezone">9</a></strong><br>
147-
<strong>tqdm library, <a href="#progressbar">34</a></strong><br>
148141
<strong>tuples, <a href="#tuple">3</a></strong><br>
149142
<strong>type, <a href="#type">4</a>, <a href="#type-1">31</a></strong> </p>
150143
<h3 id="w">W</h3>

0 commit comments

Comments
 (0)