From 102f2a039c3faebee4cb7c1b9c518f01d0c48d31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sun, 8 Dec 2019 19:15:40 +0100 Subject: [PATCH] Updated index --- web/index_for_pdf.html | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/web/index_for_pdf.html b/web/index_for_pdf.html index 94d9352..00a6ce1 100644 --- a/web/index_for_pdf.html +++ b/web/index_for_pdf.html @@ -14,7 +14,7 @@ audio, 40-41

B

basic script template, 42
-beautifulsoup4 library, 35
+beautifulsoup library, 35
binary representation, 8
bitwise operators, 8
bottle library, 36
@@ -23,10 +23,9 @@

cache, 13
csv module, 26, 34
callable, 17
-chars, 5
-class, 14-15
+class, 4, 14-19, 31-32
closure, 12
-collection, 18
+collection, 4, 18
collections module, 2, 3, 4, 19, 29
combinatorics, 8
command line arguments, 22
@@ -42,7 +41,7 @@ datetime module, 8-9
decorator, 13
deques, 29
-dictionaries, 2
+dictionaries, 2, 11
duck types, 16-19

E

enum module, 19-20
@@ -53,14 +52,14 @@

files, 23
filter function, 11
floats, 4, 6, 7
-format function, 6-7
+format, 6-7
functools module, 11, 12, 13, 16
futures, 30

G

-

generator, 4
+

generators, 4, 11
global keyword, 12

H

-

hash function, 16
+

hashable, 16
hexadecimal representation, 8

I

image, 39
@@ -69,7 +68,7 @@ introspection, 31
ints, 4, 7, 8
is operator, 16
-iterable, 18
+iterable, 4, 18
iterator, 3, 17
itertools module, 3, 8

J

@@ -77,7 +76,7 @@

L

lambda, 11
list comprehension, 11
-lists, 1-2
+lists, 1-2, 11
locks, 29
logging, 35

M

@@ -93,14 +92,14 @@ nonlocal keyword, 12
numpy module, 37-38

O

-

octal representation, 24
-open function, 22-23
-operator module, 31
+

open function, 22-23
+operator module, 12, 31
OS commands, 24-25
os module, 23, 24-25

P

-

partial function, 12
-paths, 23-24
+

pass keyword, 14, 34, 42
+partial function, 12, 20
+path, 23-24
pickle module, 25
pillow library, 39
plotting, 34
@@ -118,18 +117,19 @@ regular expressions, 5-6
requests library, 35, 36

S

-

sqlite3 module, 27
+

sqlite module, 27
scraping, 35
-sequence, 18, 19
-sets, 2
+sequence, 4, 18, 19
+sets, 2, 11
shell commands, 25
sleep function, 34
slots attribute, 15
-sort function, 1, 16
+sortable, 1, 16
splat operator, 10-11
statistics module, 7
strings, 5
struct module, 28-29
+super function, 14
subprocess module, 25
synthesizer, 41
sys module, 15, 21, 22

@@ -138,7 +138,7 @@ template function, 36
threading module, 30
time module, 34, 36
-tuples, 3
+tuples, 3, 11
type, 4, 31

W

wave module, 40-41