-
Notifications
You must be signed in to change notification settings - Fork 0
/
schedule.py
308 lines (298 loc) · 8.01 KB
/
schedule.py
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
FRIDAY1 = (
{
'time': '08:00 - 09:00',
'title': 'Registration',
'avatar': '/static/img/speakers/queue.png',
},
{
'time': '09:00 - 09:25',
'title': 'Conference opening',
'avatar': '/static/img/speakers/opening-icon.png',
},
{
'time': '09:30 - 10:10',
'title': 'Solving Two Hard Problems in Computer Science Using Pandas',
},
{
'time': '10:15 - 10:55',
'title': 'Nix: know what you are running, testing and deploying',
},
{
'time': '11:10 - 11:50',
'title': 'Knižnica Numba alebo ako zrýchliť Python?',
},
{
'time': '11:55 - 12:35',
'title': 'Analýza freelance trhu. Trendy, štatistiky a prehľad v IT projektoch',
},
{
'time': '12:35 - 13:35',
'title': 'Lunch break',
'avatar': '/static/img/speakers/lunch.png',
},
{
'time': '13:35 - 14:15',
'title': 'Build applications with generative AI on Google Cloud',
},
{
'time': '14:20 - 15:00',
'title': 'GIL: What\'s the hassle and... should I care?',
},
{
'time': '15:15 - 15:55',
'title': 'Selecting tools to fight complexity in large Python projects',
},
{
'time': '16:00 - 16:40',
'title': 'How do imports work, and why should I care? (and why should I use a tool like PDM?)',
},
{
'time': '16:55 - 17:55',
'title': 'Lightning talks',
'avatar': '/static/img/speakers/lightning.png',
'speaker_url': '',
},
)
FRIDAY2 = (
{
'time': '09:30 - 10:10',
'title': 'How to not get crazy from information overload',
},
{
'time': '10:15 - 10:55',
'title': 'The Beauty of Sinus And Cosinus: Hypotrochoid Curves as a Web App',
},
{
'time': '11:10 - 11:50',
'title': 'Sign language recognition: Enabling communication for the hearing-impaired through machine learning',
},
{
'time': '11:55 - 12:35',
'title': 'Pythonic Outliers: Mastering LOF Detection',
},
{
'time': '12:35 - 13:35',
'title': 'Lunch break',
'avatar': '/static/img/speakers/lunch.png',
},
{
'time': '13:35 - 14:15',
'title': 'Python jako projekt',
},
{
'time': '14:20 - 15:00',
'title': 'Pointers? In My Python? It\'s More Likely Than You Think!',
},
{
'time': '15:15 - 15:55',
'title': 'Naming: Why it\'s important and how to do it right',
},
{
'time': '16:00 - 16:40',
'title': 'Data Engineering Story',
},
)
SATURDAY1 = (
{
'time': '08:00 - 09:00',
'title': 'Registration',
'avatar': '/static/img/speakers/queue.png',
},
{
'time': '09:00 - 09:25',
'title': 'Conference opening',
'avatar': '/static/img/speakers/opening-icon.png',
},
{
'time': '09:30 - 10:10',
'title': 'Teaching Children Python - What Works?',
},
{
'time': '10:15 - 10:55',
'title': 'Pyments: How To Design Payment Applications In Python',
},
{
'time': '11:10 - 11:50',
'title': 'The different types of API authentications: the stories from the trenches of third party integrations',
},
{
'time': '11:55 - 12:35',
'title': 'Simulate, Analyze, Learn: Python\'s Physics Simulation',
},
{
'time': '12:35 - 13:35',
'title': 'Lunch break',
'avatar': '/static/img/speakers/lunch.png',
},
{
'time': '13:35 - 14:15',
'title': 'Saying Bye to the Keyboard, Hello to Alexa with Python AWS Lambda',
},
{
'time': '14:20 - 15:00',
'title': 'Decoding FastStream: A Deeper Dive into the Event Streaming Library',
},
{
'time': '15:15 - 15:55',
'title': 'Azure OpenAI for Python developers in enterprise organizations',
},
{
'time': '16:00 - 16:45',
'title': 'Python Quiz',
'avatar': '/static/img/speakers/python.svg',
'speaker_url': '',
},
{
'time': '17:00 - 18:00',
'title': 'Lightning talks',
'avatar': '/static/img/speakers/lightning.png',
'speaker_url': '',
},
)
SATURDAY2 = (
{
'time': '9:30 - 10:10',
'title': 'Tackling Malaria with Python and distributed computing',
},
{
'time': '10:15 - 10:55',
'title': 'Innovative data science education: The story of Data Science Academy',
},
{
'time': '11:10 - 11:50',
'title': 'Large Language Models Across Languages',
},
{
'time': '11:55 - 12:35',
'title': 'Are you ready for MLOps?',
},
{
'time': '12:35 - 13:35',
'title': 'Lunch break',
'avatar': '/static/img/speakers/lunch.png',
},
{
'time': '13:35 - 14:15',
'title': 'Ako v Pythone naprogramovať a natrénovať neurónovú sieť na generovanie textu',
},
{
'time': '14:20 - 15:00',
'title': 'Možnosti spracovania veľkých dát (HugeData/BigData) v jazyku Python',
},
{
'time': '15:15 - 15:55',
'title': 'Python pre DevOps',
},
)
SUNDAY_A = (
{
'time': '10:00 - 13:00',
'title': 'Dátová analytika ako predjedlo',
},
{
'time': '13:00 - 14:00',
'title': 'Lunch break',
'avatar': '/static/img/speakers/lunch.png',
},
{
'time': '14:00 - 16:00',
'title': 'Introduction to Automation and Scripting: A Beginner\'s Workshop in Python',
},
)
SUNDAY_B = (
{
'time': '10:00 - 13:00',
'title': 'How to MLOps: Experiment tracking & deployment',
},
{
'time': '13:00 - 14:00',
'title': 'Lunch break',
'avatar': '/static/img/speakers/lunch.png',
},
{
'time': '14:00 - 16:00',
'title': 'Creating a RAG tool in Python',
},
)
SUNDAY_C = (
{
'time': '10:00 - 12:00',
'title': 'CoderDojo workshop pre mladých ľudí od 7 do 17 rokov',
},
{
'time': '13:00 - 14:00',
'title': 'Lunch break',
'avatar': '/static/img/speakers/lunch.png',
},
{
'time': '14:00 - 15:00',
'title': 'Ako sa predať na trhu práce (CV/LINKEDIN)',
},
)
SUNDAY_D = (
{
'time': '10:00 - 12:00',
'title': 'Creating really Multilingual Django project in few steps',
},
{
'time': '13:00 - 14:00',
'title': 'Lunch break',
'avatar': '/static/img/speakers/lunch.png',
},
{
'time': '14:00 - 16:00',
'title': 'Score A+ for Security Headers with Django application',
},
)
SUNDAY_E = (
{
'time': '10:00 - 12:00',
'title': 'Uncovering patterns in a dataset via data visualization and accessible machine learning',
},
{
'time': '12:00 - 13:00',
'title': 'Micro:bit a Python',
},
{
'time': '13:00 - 14:00',
'title': 'Lunch break',
'avatar': '/static/img/speakers/lunch.png',
},
{
'time': '14:00 - 15:00',
'title': 'AsyncSocket Mastery',
},
{
'time': '15:00 - 16:00',
'title': 'Mám dáta, čo s nimi?',
},
)
SUNDAY_F = (
{
'time': '9:00 - 13:00',
'title': 'Django Girls',
'avatar': '/static/img/speakers/female.png',
'external_url': 'https://djangogirls.org/en/bratislava_sk/',
'desc': 'Registration via djangogirls.org',
'tag': 'Beginners'
},
{
'time': '13:00 - 14:00',
'title': 'Lunch break',
'avatar': '/static/img/speakers/lunch.png',
},
{
'time': '14:00 - 17:00',
'title': 'Django Girls',
'avatar': '/static/img/speakers/female.png',
'external_url': 'https://djangogirls.org/en/bratislava_sk/',
'desc': 'Registration via djangogirls.org',
'tag': 'Beginners'
},
)
SUNDAY_G = (
{
'time': '14:00 - 16:00',
'title': 'BBC micro:bit workshop pre mladých ľudí od 9 do 15 rokov',
},
)