diff --git a/web/index_for_pdf.html b/web/index_for_pdf.html index 73905b8..2ee7460 100644 --- a/web/index_for_pdf.html +++ b/web/index_for_pdf.html @@ -14,10 +14,10 @@ audio, 40-41

B

basic script template, 42
-beautifulsoup4 library, 34
+beautifulsoup4 library, 35
binary representation, 8
bitwise operators, 8
-bottle library, 35
+bottle library, 36
bytes, 28

C

cache, 13
@@ -27,8 +27,10 @@ class, 14-15
closure, 12
collection, 18
+collections module, 2, 3, 4, 19, 29
combinatorics, 8
command line arguments, 22
+comparable, 16
comprehension, 11
context manager, 17
copy function, 15
@@ -36,7 +38,7 @@ curses module, 34

D

dataclass decorator, 15
-datetime module, 8-9
+datetime module, 8-9
decorator, 13
deques, 29
dictionaries, 2
@@ -51,6 +53,7 @@ filter function, 11
floats, 4, 6, 7
format function, 6-7
+functools module, 11, 12, 13, 16
futures, 30

G

generator, 4

@@ -63,8 +66,10 @@ input function, 22
introspection, 31
ints, 4, 7, 8
+is operator, 16
iterable, 18
-iterator, 3, 17

+iterator, 3, 17
+itertools module, 3, 8

J

json module, 25

L

@@ -78,28 +83,33 @@

main function, 1, 41
map function, 11
math module, 7
-matplotlib library, 33
+matplotlib library, 34
memoryviews, 29
metaprograming, 31-32
+metaclass attribute, 32
mysql library, 26

N

namedtuples, 3
nonlocal keyword, 12
numpy module, 37-38

O

-

open function, 22-23
+

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

+OS commands, 24-25
+os module, 23, 24-25,

P

parameters, 10
partial function, 12
-paths, 23-24
+paths, 23-24
+pathlib module, 24
pickle module, 25
-PIL library, 38
+pillow library, 39
plotting, 34
print function, 22
profiling, 36-37
-progress bar, 34

+progress bar, 34
+property decorator, 15

Q

queues, 30

R

@@ -116,18 +126,25 @@ sets, 2
shell commands, 25
sleep function, 34
+slots attribute, 15
+sortable, 16
splat operator, 10-11
statistics module, 7
strings, 5
struct module, 28-29
-synthesizer, 41

+synthesizer, 41
+sys module, 15, 21, 22, 22

T

table, 34
+template function, 36
threading module, 30
time module, 34, 36
+timeit module, 37
+timezones, 9
tqdm library, 34
tuples, 3
type, 4, 31

W

-

web, 36

+

wave module, 40-41
+web, 36

\ No newline at end of file