diff --git a/web/index_for_pdf.html b/web/index_for_pdf.html index d11c79a..54798bb 100644 --- a/web/index_for_pdf.html +++ b/web/index_for_pdf.html @@ -35,10 +35,10 @@ context manager, 17
copy function, 15
coroutine, 33
-counter, 2, 4, 12, 17,
+counter, 2, 4, 12, 17
curses module, 34

D

-

dataclass decorator, 15
+

dataclasses module, 15
datetime module, 8-9
decorator, 13
deques, 29
@@ -58,7 +58,7 @@ futures, 30

G

generator, 4
-global keyword, 12<

+global keyword, 12

H

hash function, 16
hexadecimal representation, 8

@@ -79,13 +79,11 @@ list comprehension, 11
lists, 1-2
locks, 29
-logging, 35
-lru_cache decorator, 13

+logging, 35

M

main function, 1, 41
map function, 11
math module, 7
-matplotlib library, 34
memoryviews, 29
metaprograming, 31-32
metaclass attribute, 32
@@ -101,10 +99,8 @@ OS commands, 24-25
os module, 23, 24-25,

P

-

parameters, 10
-partial function, 12
+

partial function, 12
paths, 23-24
-pathlib module, 24
pickle module, 25
pillow library, 39
plotting, 34
@@ -129,7 +125,7 @@ shell commands, 25
sleep function, 34
slots attribute, 15
-sortable, 16
+sort function, 1, 16
splat operator, 10-11
statistics module, 7
strings, 5
@@ -142,9 +138,6 @@ template function, 36
threading module, 30
time module, 34, 36
-timeit module, 37
-timezones, 9
-tqdm library, 34
tuples, 3
type, 4, 31

W