@@ -5,171 +5,207 @@ export type Event = {
55 title ?: string ;
66 speakerIds ?: SpeakerId [ ] ;
77 when ?: string ;
8+ until ?: string ;
9+ isKeynote ?: boolean ;
810} ;
911
1012export const SCHEDULE : Event [ ] = [
1113 {
1214 label : "Registration" ,
1315 when : "2026-05-09T09:30:00+02:00" ,
16+ until : "2026-05-09T10:00:00+02:00" ,
1417 } ,
1518 {
1619 label : "Opening" ,
1720 when : "2026-05-09T10:00:00+02:00" ,
21+ until : "2026-05-09T10:10:00+02:00" ,
1822 } ,
1923 {
2024 title :
2125 "The Python Dilemma on Microsoft Fabric: Data Wrangler, Pandas, or PySpark?" ,
2226 speakerIds : [ "estera-kot" ] ,
2327 when : "2026-05-09T10:10:00+02:00" ,
28+ until : "2026-05-09T10:34:00+02:00" ,
29+ isKeynote : true ,
2430 } ,
2531 {
2632 title :
2733 "On negative motivation for programming, on reputation and ever neurodiversity" ,
2834 speakerIds : [ "bartek-brak" ] ,
2935 when : "2026-05-09T10:34:00+02:00" ,
36+ until : "2026-05-09T10:46:00+02:00" ,
3037 } ,
3138 {
3239 title :
3340 "It Doesn’t Have to Be Perfect: How I Shipped a Sales Forecasting Pipeline at 16" ,
3441 speakerIds : [ "yevhen-maltsev" ] ,
3542 when : "2026-05-09T10:46:00+02:00" ,
43+ until : "2026-05-09T10:58:00+02:00" ,
3644 } ,
3745 {
3846 title : "Building robust MCP servers with Python and FastMCP" ,
3947 speakerIds : [ "vladyslav-fedoriuk" ] ,
4048 when : "2026-05-09T10:58:00+02:00" ,
49+ until : "2026-05-09T11:10:00+02:00" ,
4150 } ,
4251 {
4352 label : "Coffee Break #1" ,
4453 when : "2026-05-09T11:10:00+02:00" ,
54+ until : "2026-05-09T11:34:00+02:00" ,
4555 } ,
4656 {
4757 title : "AI In Drug Design" ,
4858 speakerIds : [ "jonas-cicenas" ] ,
4959 when : "2026-05-09T11:34:00+02:00" ,
60+ until : "2026-05-09T11:46:00+02:00" ,
5061 } ,
5162 {
5263 title : "SuperDoc SDK: a modern alternative to python-docx" ,
5364 speakerIds : [ "andrii-orlov" ] ,
5465 when : "2026-05-09T11:34:00+02:00" ,
66+ until : "2026-05-09T11:46:00+02:00" ,
5567 } ,
5668 {
5769 title :
5870 "Beat the Pareto Principle: Let AI Handle the How, So You Can Focus on the Why" ,
5971 speakerIds : [ "krzysiek-wilczynski" ] ,
6072 when : "2026-05-09T11:46:00+02:00" ,
73+ until : "2026-05-09T11:58:00+02:00" ,
6174 } ,
6275 {
6376 title : "I vibecoded my wedding" ,
6477 speakerIds : [ "dorota-ostrowska" ] ,
6578 when : "2026-05-09T11:58:00+02:00" ,
79+ until : "2026-05-09T12:10:00+02:00" ,
6680 } ,
6781 {
6882 label : "Coffee Break #2" ,
6983 when : "2026-05-09T12:10:00+02:00" ,
84+ until : "2026-05-09T12:34:00+02:00" ,
7085 } ,
7186 {
7287 title :
7388 "One Logic, Two Worlds: Unified Large-Scale Feature Engineering with Polars" ,
7489 speakerIds : [ "eliska-kosturova" ] ,
7590 when : "2026-05-09T12:34:00+02:00" ,
91+ until : "2026-05-09T12:46:00+02:00" ,
7692 } ,
7793 {
7894 title : "Burn Your requirements.txt: The 10-Minute UV & Ruff Speedrun" ,
7995 speakerIds : [ "cyprian-gburek" ] ,
8096 when : "2026-05-09T12:46:00+02:00" ,
97+ until : "2026-05-09T12:58:00+02:00" ,
8198 } ,
8299 {
83100 title :
84101 "I am Python Engineer. How do I contribute to the Open Mercato - an open source Next.js ERP?" ,
85102 speakerIds : [ "mateusz-staniaszek" ] ,
86103 when : "2026-05-09T12:58:00+02:00" ,
104+ until : "2026-05-09T13:10:00+02:00" ,
87105 } ,
88106 {
89107 title : "Don't be scared when PostgreSQL Stops Using Your Indexes" ,
90108 speakerIds : [ "szymon-cader" ] ,
91109 when : "2026-05-09T13:10:00+02:00" ,
110+ until : "2026-05-09T13:22:00+02:00" ,
92111 } ,
93112 {
94113 label : "Pizza!" ,
95114 when : "2026-05-09T13:22:00+02:00" ,
115+ until : "2026-05-09T14:22:00+02:00" ,
96116 } ,
97117 {
98118 title : "Self Improving Expert Systems for medical sourcing" ,
99119 speakerIds : [ "timothy-hobbs" ] ,
100120 when : "2026-05-09T14:22:00+02:00" ,
121+ until : "2026-05-09T14:34:00+02:00" ,
101122 } ,
102123 {
103124 title : "TBA" ,
104125 speakerIds : [ "marta-mulik-walczyna" ] ,
105126 when : "2026-05-09T14:34:00+02:00" ,
127+ until : "2026-05-09T14:46:00+02:00" ,
106128 } ,
107129 {
108130 title : "Stealth Scraping 2026: Camoufox czy Nodriver?" ,
109131 speakerIds : [ "jakub-melzacki" , "daniel-goliszewski" ] ,
110132 when : "2026-05-09T14:46:00+02:00" ,
133+ until : "2026-05-09T14:58:00+02:00" ,
111134 } ,
112135 {
113136 title : "Unsupervised Football Team Classification Using Clustering Techniques" ,
114137 speakerIds : [ "aksa-fatima" ] ,
115138 when : "2026-05-09T14:58:00+02:00" ,
139+ until : "2026-05-09T15:10:00+02:00" ,
116140 } ,
117141 {
118142 label : "Coffee Break #3" ,
119143 when : "2026-05-09T15:10:00+02:00" ,
144+ until : "2026-05-09T15:34:00+02:00" ,
120145 } ,
121146 {
122147 title : "DevOps: You Own More Than You Think" ,
123148 speakerIds : [ "janusz-kamienski" ] ,
124149 when : "2026-05-09T15:34:00+02:00" ,
150+ until : "2026-05-09T15:46:00+02:00" ,
125151 } ,
126152 {
127153 title : "Knowledge representation for efficient learning and communication" ,
128154 speakerIds : [ "jan-bielecki" ] ,
129155 when : "2026-05-09T15:46:00+02:00" ,
156+ until : "2026-05-09T15:58:00+02:00" ,
130157 } ,
131158 {
132159 title : "AI that doesn't lie" ,
133160 speakerIds : [ "aleksandra-olszewska" ] ,
134161 when : "2026-05-09T15:58:00+02:00" ,
162+ until : "2026-05-09T16:10:00+02:00" ,
135163 } ,
136164 {
137165 title :
138166 "Three Startups, One Pattern: What It Takes to Build with Python and AI" ,
139167 speakerIds : [ "vadym-lishchynskyi" ] ,
140168 when : "2026-05-09T16:10:00+02:00" ,
169+ until : "2026-05-09T16:22:00+02:00" ,
141170 } ,
142171 {
143172 label : "Coffee Break #4" ,
144173 when : "2026-05-09T16:22:00+02:00" ,
174+ until : "2026-05-09T16:46:00+02:00" ,
145175 } ,
146176 {
147177 title : "Wawa-Uiua! Very Nice Array Programming!" ,
148178 speakerIds : [ "mateusz-zaremba" ] ,
149179 when : "2026-05-09T16:46:00+02:00" ,
180+ until : "2026-05-09T16:58:00+02:00" ,
150181 } ,
151182 {
152183 title :
153184 "When the DATE type shouldn't be used for dates - a love letter to some programming languages" ,
154185 speakerIds : [ "bartek-nowak" ] ,
155186 when : "2026-05-09T16:58:00+02:00" ,
187+ until : "2026-05-09T17:10:00+02:00" ,
156188 } ,
157189 {
158190 title : "LLM made me install it" ,
159191 speakerIds : [ "kinga-marszalkowska" ] ,
160192 when : "2026-05-09T17:10:00+02:00" ,
193+ until : "2026-05-09T17:22:00+02:00" ,
161194 } ,
162195 {
163196 title : "Test more by checking less 👀" ,
164197 speakerIds : [ "sebastian-buczynski" ] ,
165198 when : "2026-05-09T17:22:00+02:00" ,
199+ until : "2026-05-09T17:34:00+02:00" ,
166200 } ,
167201 {
168202 label : "Lightning talks" ,
169203 when : "2026-05-09T17:34:00+02:00" ,
204+ until : "2026-05-09T17:58:00+02:00" ,
170205 } ,
171206 {
172207 label : "Closing Session" ,
173208 when : "2026-05-09T17:58:00+02:00" ,
209+ until : "2026-05-09T18:10:00+02:00" ,
174210 } ,
175211] ;
0 commit comments