forked from gto76/python-cheatsheet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex_for_pdf_print.html
More file actions
146 lines (144 loc) · 5.45 KB
/
index_for_pdf_print.html
File metadata and controls
146 lines (144 loc) · 5.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<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>animation, 40, 42-43</strong><br>
<strong>argparse module, 22</strong><br>
<strong>arguments, 10, 12, 22</strong><br>
<strong>arrays, 29, 37-38</strong><br>
<strong>asyncio module, 33</strong><br>
<strong>audio, 40-41, 42</strong> </p>
<h3 id="b">B</h3>
<p><strong>beautifulsoup library, 35</strong><br>
<strong>binary representation, 7, 8</strong><br>
<strong>bitwise operators, 8, 31</strong><br>
<strong>bytes, 22-23, 25, 28-29</strong> </p>
<h3 id="c">C</h3>
<p><strong>cache, 13</strong><br>
<strong>callable, 17</strong><br>
<strong>class, 4, 14-20, 31-32</strong><br>
<strong>closure, 12-13</strong><br>
<strong>collection, 4, 18, 19</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>comprehensions, 11</strong><br>
<strong>context manager, 17, 23, 27, 30</strong><br>
<strong>copy function, 15</strong><br>
<strong>coroutine, 33</strong><br>
<strong>counter, 2, 4, 12, 17</strong><br>
<strong>csv, 26, 34, 46, 47</strong><br>
<strong>curses module, 33, 34</strong><br>
<strong>cython, 49</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, 14, 15, 16</strong><br>
<strong>deques, 29</strong><br>
<strong>dictionaries, 2, 4, 11, 19, 21</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, 35</strong> </p>
<h3 id="f">F</h3>
<p><strong>files, 22-29, 34, 46</strong><br>
<strong>filter function, 11</strong><br>
<strong>flask library, 36</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, 17</strong><br>
<strong>global keyword, 12</strong><br>
<strong>gui, 48</strong> </p>
<h3 id="h">H</h3>
<p><strong>hashable, 15, 16</strong><br>
<strong>hexadecimal representation, 7, 8, 28</strong> </p>
<h3 id="i">I</h3>
<p><strong>image, 35, 39-40, 42-43</strong><br>
<strong>imports, 12</strong><br>
<strong>inline, 11, 15, 20</strong><br>
<strong>input function, 22</strong><br>
<strong>introspection, 31</strong><br>
<strong>ints, 4, 7, 8, 28</strong><br>
<strong>is operator, 16</strong><br>
<strong>iterable, 4, 18, 19</strong><br>
<strong>iterator, 3-4, 11, 17</strong><br>
<strong>itertools module, 3, 8</strong> </p>
<h3 id="j">J</h3>
<p><strong>json, 25, 36, 46</strong> </p>
<h3 id="l">L</h3>
<p><strong>lambda, 11</strong><br>
<strong>list comprehension, 11</strong><br>
<strong>lists, 1-2, 4, 11, 19, 21</strong><br>
<strong>locks, 30, 33</strong><br>
<strong>logging, 35</strong> </p>
<h3 id="m">M</h3>
<p><strong>main function, 1, 49</strong><br>
<strong>map function, 11, 31</strong><br>
<strong>math module, 7</strong><br>
<strong>memoryviews, 29</strong><br>
<strong>metaclass attribute, 32</strong><br>
<strong>metaprograming, 31-32</strong> </p>
<h3 id="n">N</h3>
<p><strong>namedtuples, 3</strong><br>
<strong>nonlocal keyword, 12</strong><br>
<strong>numpy library, 37-38</strong> </p>
<h3 id="o">O</h3>
<p><strong>open function, 17, 22-23, 25, 26, 28</strong><br>
<strong>operator module, 31</strong><br>
<strong>os commands, 23-25, 34</strong> </p>
<h3 id="p">P</h3>
<p><strong>pandas library, 44-48</strong><br>
<strong>partial function, 12, 20</strong><br>
<strong>paths, 23-24, 34</strong><br>
<strong>pickle module, 25</strong><br>
<strong>pillow library, 39-40</strong><br>
<strong>plotting, 34, 46, 47-48</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><br>
<strong>pygame library, 42-43</strong> </p>
<h3 id="q">Q</h3>
<p><strong>queues, 29, 30, 33</strong> </p>
<h3 id="r">R</h3>
<p><strong>random module, 8</strong><br>
<strong>ranges, 3, 4</strong><br>
<strong>recursion, 13</strong><br>
<strong>reduce function, 11, 31</strong><br>
<strong>regular expressions, 5-6</strong><br>
<strong>requests library, 35, 36</strong> </p>
<h3 id="s">S</h3>
<p><strong>scope, 10, 12, 20</strong><br>
<strong>scraping, 35, 43, 46, 47-48</strong><br>
<strong>sequence, 4, 18-19</strong><br>
<strong>sets, 2, 4, 11, 19, 21, 31</strong><br>
<strong>shell commands, 25</strong><br>
<strong>sleep function, 34</strong><br>
<strong>sortable, 1, 16</strong><br>
<strong>splat operator, 10-11</strong><br>
<strong>sql, 27, 46</strong><br>
<strong>statistics, 7, 37-38, 44-48</strong><br>
<strong>strings, 4-7, 14</strong><br>
<strong>struct module, 28-29</strong><br>
<strong>subprocess module, 25</strong><br>
<strong>super function, 14</strong><br>
<strong>sys module, 13, 21-22</strong> </p>
<h3 id="t">T</h3>
<p><strong>table, 26, 27, 34, 37-38, 45-46</strong><br>
<strong>template, 6, 36</strong><br>
<strong>threading module, 30</strong><br>
<strong>time module, 34, 36</strong><br>
<strong>tuples, 3, 4, 11</strong><br>
<strong>type, 4, 31-32</strong><br>
<strong>type annotations, 15</strong> </p>
<h3 id="w">W</h3>
<p><strong>wave module, 40-41</strong><br>
<strong>web, 36</strong> </p>
</div>