Browse Source

Added PDF

pull/46/head
Jure Šorn 5 years ago
parent
commit
7fb506fe5c
3 changed files with 149 additions and 1 deletions
  1. 2
      web/index_for_pdf.html
  2. 148
      web/index_for_pdf_print.html
  3. BIN
      web/python-cheatsheet-for-print.pdf

2
web/index_for_pdf.html

@ -132,7 +132,7 @@
<strong>struct module, <a href="#struct">28</a>-<a href="#integertypesusecapitalletterforunsignedtypestandardsizesareinbrackets">29</a></strong><br>
<strong>subprocess module, <a href="#usingsubprocess">25</a></strong><br>
<strong>synthesizer, <a href="#synthesizer">41</a></strong><br>
<strong>sys module, <a href="#lrucache">15</a>, <a href="#commonbuiltinexceptions">21</a>, <a href="#print">22</a>, <a href="#commandlinearguments">22</a></strong> </p>
<strong>sys module, <a href="#lrucache">15</a>, <a href="#commonbuiltinexceptions">21</a>, <a href="#print">22</a></strong> </p>
<h3 id="t">T</h3>
<p><strong>table, <a href="#table">34</a></strong><br>
<strong>template function, <a href="#dynamicrequest">36</a></strong><br>

148
web/index_for_pdf_print.html

@ -0,0 +1,148 @@
<!-- Brightnesses: 87, 89, 37, 60, 58, 57 / Scale: 98% -->
<!-- Borders: 0.1>, 0.6>, 0.8>, 11.4v, 0.27^, 0.57< -->
<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>beautifulsoup4 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>csv module, 26, 34</strong><br>
<strong>callable, 17</strong><br>
<strong>chars, 5</strong><br>
<strong>class, 14-15</strong><br>
<strong>closure, 12</strong><br>
<strong>collection, 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>curses module, 34</strong> </p>
<h3 id="d">D</h3>
<p><strong>dataclasses module, 15</strong><br>
<strong>datetime module, 8-9</strong><br>
<strong>decorator, 13</strong><br>
<strong>deques, 29</strong><br>
<strong>dictionaries, 2</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, 22</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 function, 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>generator, 4</strong><br>
<strong>global keyword, 12</strong></p>
<h3 id="h">H</h3>
<p><strong>hash function, 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, 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</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>metaprograming, 31-32</strong><br>
<strong>metaclass attribute, 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>octal representation, 24</strong><br>
<strong>open function, 22-23</strong><br>
<strong>operator module, 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</strong><br>
<strong>paths, 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>sqlite3 module, 27</strong><br>
<strong>scraping, 35</strong><br>
<strong>sequence, 18, 19</strong><br>
<strong>sets, 2</strong><br>
<strong>shell commands, 25</strong><br>
<strong>sleep function, 34</strong><br>
<strong>slots attribute, 15</strong><br>
<strong>sort function, 1, 16</strong><br>
<strong>splat operator, 10-11</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>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</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>

BIN
web/python-cheatsheet-for-print.pdf

Loading…
Cancel
Save