From 798ee37a56ac5d10f135ce21976c1531e564de3e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jure=20=C5=A0orn?=
basic script template, 42
-beautifulsoup4 library, 34
+beautifulsoup4 library, 35
binary representation, 8
bitwise operators, 8
-bottle library, 35
+bottle library, 36
bytes, 28
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
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
generator, 4
@@ -63,8 +66,10 @@ input function, 22json module, 25
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
namedtuples, 3
nonlocal keyword, 12
numpy module, 37-38
octal representation, 24
+open function, 22-23
operator module, 31
-OS commands, 24
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
queues, 30
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
web, 36
+ \ No newline at end of file