You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

150 lines
5.5 KiB

<!-- Brightnesses: sideline: 87, hash_symbol: 89, red: 37, blue: 60, comments: 58, pip_install_comments: 57 / scale-when-saving: 100%, scale-when-printing: 98% -->
<!-- Change page size: fixed sizes: A4, XOffset: 0.1 in-->
<!-- Borders: left-line: 0.6, left-text: 0.8, top-line: 11.4, bottom-text: 0.27, right-text-odd: 0.57, font-name: menlo, font-size: 8 -->
<div class="pagebreak"></div>
<h2 id="index"><a href="#index" name="index">#</a>Index</h2>
<div style="column-count: 3; width: 960px; page-break-inside: avoid">
<h3 id="a">A</h3>
<p><strong>abstract base classes, 4, 19</strong><br>
<strong>all function, 11</strong><br>
<strong>animation, 40</strong><br>
<strong>any function, 11</strong><br>
<strong>argparse module, 22</strong><br>
<strong>arguments, 10</strong><br>
<strong>arrays, 29</strong><br>
<strong>audio, 40-41</strong> </p>
<h3 id="b">B</h3>
<p><strong>basic script template, 42</strong><br>
<strong>beautifulsoup library, 35</strong><br>
<strong>binary representation, 8</strong><br>
<strong>bitwise operators, 8</strong><br>
<strong>bottle library, 36</strong><br>
<strong>bytes, 28</strong> </p>
<h3 id="c">C</h3>
<p><strong>cache, 13</strong><br>
<strong>callable, 17</strong><br>
<strong>class, 4, 14-19, 31-32</strong><br>
<strong>closure, 12</strong><br>
<strong>collection, 4, 18</strong><br>
<strong>collections module, 2, 3, 4, 19, 29</strong><br>
<strong>combinatorics, 8</strong><br>
<strong>command line arguments, 22</strong><br>
<strong>comparable, 16</strong><br>
<strong>comprehension, 11</strong><br>
<strong>context manager, 17</strong><br>
<strong>copy function, 15</strong><br>
<strong>coroutine, 33</strong><br>
<strong>counter, 2, 4, 12, 17</strong><br>
<strong>csv module, 26, 34</strong><br>
<strong>curses module, 34</strong> </p>
<h3 id="d">D</h3>
<p><strong>dataclasses module, 12, 15</strong><br>
<strong>datetime module, 8-9</strong><br>
<strong>decorator, 13</strong><br>
<strong>deques, 29</strong><br>
<strong>dictionaries, 2, 11</strong><br>
<strong>duck types, 16-19</strong> </p>
<h3 id="e">E</h3>
<p><strong>enum module, 19-20</strong><br>
<strong>enumerate function, 3</strong><br>
<strong>eval function, 33</strong><br>
<strong>exceptions, 20-21, 23</strong> </p>
<h3 id="f">F</h3>
<p><strong>files, 23</strong><br>
<strong>filter function, 11</strong><br>
<strong>floats, 4, 6, 7</strong><br>
<strong>format, 6-7</strong><br>
<strong>functools module, 11, 12, 13, 16</strong><br>
<strong>futures, 30</strong> </p>
<h3 id="g">G</h3>
<p><strong>generators, 4, 11</strong><br>
<strong>global keyword, 12</strong></p>
<h3 id="h">H</h3>
<p><strong>hashable, 16</strong><br>
<strong>hexadecimal representation, 8</strong> </p>
<h3 id="i">I</h3>
<p><strong>image, 39</strong><br>
<strong>inline, 11-12</strong><br>
<strong>input function, 22</strong><br>
<strong>introspection, 31</strong><br>
<strong>ints, 4, 7, 8</strong><br>
<strong>is operator, 16</strong><br>
<strong>iterable, 4, 18</strong><br>
<strong>iterator, 3, 17</strong><br>
<strong>itertools module, 3, 8</strong> </p>
<h3 id="j">J</h3>
<p><strong>json module, 25</strong> </p>
<h3 id="l">L</h3>
<p><strong>lambda, 11</strong><br>
<strong>list comprehension, 11</strong><br>
<strong>lists, 1-2, 11</strong><br>
<strong>locks, 29</strong><br>
<strong>logging, 35</strong> </p>
<h3 id="m">M</h3>
<p><strong>main function, 1, 41</strong><br>
<strong>map function, 11</strong><br>
<strong>math module, 7</strong><br>
<strong>memoryviews, 29</strong><br>
<strong>metaclass attribute, 32</strong><br>
<strong>metaprograming, 31-32</strong><br>
<strong>mysql library, 26</strong> </p>
<h3 id="n">N</h3>
<p><strong>namedtuples, 3</strong><br>
<strong>nonlocal keyword, 12</strong><br>
<strong>numpy module, 37-38</strong> </p>
<h3 id="o">O</h3>
<p><strong>open function, 22-23</strong><br>
<strong>operator module, 12, 31</strong><br>
<strong>os commands, 24-25</strong><br>
<strong>os module, 23, 24-25</strong> </p>
<h3 id="p">P</h3>
<p><strong>partial function, 12, 20</strong><br>
<strong>pass keyword, 14, 34, 42</strong><br>
<strong>path, 23-24</strong><br>
<strong>pickle module, 25</strong><br>
<strong>pillow library, 39</strong><br>
<strong>plotting, 34</strong><br>
<strong>print function, 22</strong><br>
<strong>profiling, 36-37</strong><br>
<strong>progress bar, 34</strong><br>
<strong>property decorator, 15</strong> </p>
<h3 id="q">Q</h3>
<p><strong>queues, 30</strong> </p>
<h3 id="r">R</h3>
<p><strong>random module, 8</strong><br>
<strong>ranges, 3</strong><br>
<strong>recursion, 13</strong><br>
<strong>reduce function, 11</strong><br>
<strong>regular expressions, 5-6</strong><br>
<strong>requests library, 35, 36</strong> </p>
<h3 id="s">S</h3>
<p><strong>scraping, 35</strong><br>
<strong>sequence, 4, 18, 19</strong><br>
<strong>sets, 2, 11</strong><br>
<strong>shell commands, 25</strong><br>
<strong>sleep function, 34</strong><br>
<strong>slots attribute, 15</strong><br>
<strong>sortable, 1, 16</strong><br>
<strong>splat operator, 10-11</strong><br>
<strong>sqlite module, 27</strong><br>
<strong>statistics module, 7</strong><br>
<strong>strings, 5</strong><br>
<strong>struct module, 28-29</strong><br>
<strong>subprocess module, 25</strong><br>
<strong>super function, 14</strong><br>
<strong>synthesizer, 41</strong><br>
<strong>sys module, 15, 21, 22</strong> </p>
<h3 id="t">T</h3>
<p><strong>table, 34</strong><br>
<strong>template function, 36</strong><br>
<strong>threading module, 30</strong><br>
<strong>time module, 34, 36</strong><br>
<strong>tuples, 3, 11</strong><br>
<strong>type, 4, 31</strong> </p>
<h3 id="w">W</h3>
<p><strong>wave module, 40-41</strong><br>
<strong>web, 36</strong> </p>
</div>