-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathschedule_conf.py
44 lines (42 loc) · 2.26 KB
/
schedule_conf.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
DAY1 = [
("0730-0830", "Registration", ""),
("0830-0930", "Django Girls", ""),
("0940-1010","Django Girls",""),
("1020-1050", "Tea Break, Refreshments & Networking", ""),
("1050-1250", "Django Girls", ""),
("1300-1400", "Lunch Break", ""),
("1400-1510", "Django Girls", ""),
("1520-1520", "Coffee Break", ""),
("1530-1730", "Django Girls", ""),
]
DAY2 = [
("07:30-08:15", "Registration", ""),
("08:15-08:30", "Opening Remarks", "Ronald Maravanyika"),
("08:30-09:00", "KeyNote", ""),
("09:40-10:10", "HTMX: Making Web Dev Fun Again", "Michael Nyamande "),
("10:20-10:50", "Tea Break", ""),
("10:50-11:20", "PDF: The Perfect Delivery Format (for Malware)", "Nunudzai Mrewa"),
("11:30-12:00", "Secure, Transparent, and Efficient: Leveraging Blockchain Technology to Transform Title Deeds, Property Rights, and Real Estate Value", "Jabulani Chibaya"),
("13:00-14:00", "Lunch", ""),
("14:00-14:30", "Asynchronous Programming in Python: Asyncio, Concurrency, and Performance.", "Casper Moyo"),
("14:40-15:10", "Unlocking the Power of Retrieval-Augmented Generation (RAG) with Python", "Sam Zana "),
("15:20-15:30", "Coffee Break", ""),
("15:30-16:00", "Cloud Track", ""),
("16:10-16:55", "Docker Essentials for Python Developers", "Vuyisile Ndlovu "),
("17:00-17:30", "Navigating the Landscape of Data Science Model Deployment: From Console to Chat Interfaces", "Benedict Dlamini "),
]
DAY3 = [
("07:30-08:30", "Registration", ""),
("08:30-09:00", "KeyNote", ""),
("09:40-10:10", "Visual Vibes Meet Python Power: Integrating Python with KNIME for Data Magic", "Leonard Mutambanengwe "),
("10:20-10:50", "Tea Break", ""),
("10:50-11:20", "Unlocking the power of Python generators: A developer's friend", "Doreen Peace Nangira Wanyama"),
("11:30-12:00", "Building a Flavourful WhatsApp Chat Analysis Tool ", "Andile Jaden Mbele "),
("13:00-14:00", "Lunch", ""),
("14:00-14:30", "The map of your AI career", ""),
("14:40-15:10", "Breaking Barriers with Python: How Simplicity and Versatility Open Up AI for All", "Brandon T Bande /Harare "),
("15:20-15:30", "Coffee Break", ""),
("15:30-16:00", "Exploring Django Ninja: Fast, Async-Ready APIs with Ease", "Johanan Oppong Amoateng /Kumasi,Ghana"),
("16:10-16:55", "Getting started with AI in Python", "Simbarashe Makahamadze "),
("17:00-17:30", "Django", "Speaker"),
]