-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathspeakers.html
560 lines (521 loc) · 26.9 KB
/
speakers.html
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
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>BelPy 2024 | Speakers</title>
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container-fluid d-flex">
<div class="logo mr-auto">
<a href="index.html"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>
</div>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li><a href="index.html">Home</a></li>
<li class="active"><a href="speakers.html">Speakers</a></li>
<li><a href="pyhack.html">PyHack</a></li>
<li><a href="pyexpo.html">PyExpo</a></li>
<li><a href="schedule.html">Schedule</a></li>
<li><a href="sponsorship.html">Sponsorship</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="code-of-conduct.html">Code Of Conduct</a></li>
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<body>
<main id="main">
<img src="assets/img/bg2.png" alt="" class="bg-img" data-aos="fade-down">
<section id="speakers" class="speakers team">
<div class="container">
<div class="section-title mt-3" data-aos="fade-up">
<h2>A lineup of our speakers</h2>
</div>
<!-- <h3 class="text-center">Coming Soon..!</h3>
<div class="keynote mt-5">
<div class="section-title mt-3" data-aos="fade-up" role="heading">
<p>Keynote Speakers</p>
</div>
<div class="row justify-content-center team-container" data-aos="fade-up" data-aos-delay="200" role="list">
<div class="col-lg-3 col-md-4 team-item" role="listitem">
<div class="team-wrap">
<img src="assets/img/speaker/alexander.jpg" class="img-fluid" alt="Alexander Hultner">
<div class="team-links">
<a href="https://twitter.com/ahultner" target="_blank" aria-label="Alexander Hultner's Twitter"><i
class="bx bxl-twitter"></i></a>
<a href="https://www.linkedin.com/in/hultner/" target="_blank"
aria-label="Alexander Hultner's LinkedIn"><i class="bx bxl-linkedin"></i></a>
<a href="https://github.com/Hultner" target="_blank" aria-label="Alexander Hultner's GitHub"><i
class="bx bxl-github"></i></a>
</div>
</div>
<div class="text-center mt-3">
<h4 class="font-weight-bold">Alexander Hultnér</h4>
</div>
</div>
<div class="col-lg-3 col-md-4 team-item" role="listitem">
<div class="team-wrap">
<img src="assets/img/speaker/anand.jpg" class="img-fluid" alt="Anand Pillai">
<div class="team-links">
<a href="https://twitter.com/skeptichacker" target="_blank" aria-label="Anand Pillai's Twitter"><i
class="bx bxl-twitter"></i></a>
<a href="https://www.linkedin.com/in/anandbpillai/" target="_blank"
aria-label="Anand Pillai's LinkedIn"><i class="bx bxl-linkedin"></i></a>
<a href="https://github.com/pythonhacker" target="_blank"><i class="bx bxl-github"
aria-label="Anand Pillai's GitHub"></i></a>
</div>
</div>
<div class="text-center mt-3">
<h4 class="font-weight-bold">Anand Pillai</h4>
</div>
</div>
<div class="col-lg-3 col-md-4 team-item" role="listitem">
<div class="team-wrap">
<img src="assets/img/speaker/sudarshan.jpg" class="img-fluid" alt="Prof. Sudarshan Iyengar">
<div class="team-links">
<a href="https://twitter.com/sudarshaniisc" target="_blank"
aria-label="Sudarshan Iyengar's Twitter"><i class="bx bxl-twitter"></i></a>
<a href="https://in.linkedin.com/in/sudarshan-iyengar-3560b8145" target="_blank"
aria-label="Sudarshan Iyengar's LinkedIn"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
<div class="text-center mt-3">
<h4 class="font-weight-bold">Prof. Sudarshan Iyengar</h4>
</div>
</div>
<div class="col-lg-3 col-md-4 team-item" role="listitem">
<div class="team-wrap">
<img src="assets/img/speaker/venkatesh.PNG" class="img-fluid" alt="Dr. T. Venkatesh">
</div>
<div class="text-center mt-3">
<h4 class="font-weight-bold">Dr. T. Venkatesh</h4>
</div>
</div>
</div>
</div>
<div class="invited mt-5">
<div class="section-title mt-3" data-aos="fade-up" role="heading">
<p>Invited Speakers</p>
</div>
<div class="row justify-content-center team-container" data-aos="fade-up" data-aos-delay="200" role="list">
<div class="col-lg-3 col-md-4 team-item" role="listitem">
<div class="team-wrap">
<img src="assets/img/speaker/mangalwede.jpg" class="img-fluid" alt="Dr. Shrinivas Mangalwede">
<div class="team-links">
<a href="https://www.linkedin.com/in/shrinivas-mangalwede-089a65161/" target="_blank"
aria-label="Dr. Shrinivas Mangalwede's LinkedIn"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
<div class="text-center mt-3">
<h4 class="font-weight-bold">Dr. Shrinivas Mangalwede</h4>
</div>
</div>
<div class="col-lg-3 col-md-4 team-item" role="listitem">
<div class="team-wrap">
<img src="assets/img/speaker/shrirang.jpg" class="img-fluid" alt="Dr. Shrirang Kulkarni">
<div class="team-links">
<a href="https://www.linkedin.com/in/dr-shrirang-kulkarni-a392604b/" target="_blank"
aria-label="Dr. Shrirang Kulkarni's LinkedIn"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
<div class="text-center mt-3">
<h4 class="font-weight-bold">Dr. Shrirang Kulkarni</h4>
</div>
</div>
</div>
</div>
</div> -->
<div class="talks mt-5">
<div class="section-title mt-3" data-aos="fade-up" role="heading">
<p>Talks</p>
</div>
<div class="talks-list d-flex flex-wrap justify-content-center align-items-center" data-aos="fade-up"
role="list">
<div class="col-md-3" role="listitem">
<img src="assets/img/speaker/Bhushan-Kapkar.jpg" alt="Bhushan Kapkar">
<span><b>Bhushan Kapkar</b><br></span>
<div class="desc mt-3 ">
<b>Senior Data Scientist at Optum</b><br>
<i>Enhancing NLP Capabilities through Hugging
Face's Pretrained Models:Advanced FineTuning Techniques and Methods</i>
</div>
</div>
<div class="col-md-3" role="listitem">
<img src="assets/img/speaker/Sachin-CS-300x300.jpg" alt="Sachin DN">
<span><b>Sachin DN</b><br></span>
<div class="desc mt-3">
<b>Assistant Professor</b><br>
Vidya Vardhaka College of Engineering <br>
<b><u>Workshop</u></b> <br>
<i>Federated Learning with Python:Concepts and Hands-on Project</i><br>
<b><u>Talk</u></b><br>
<i>Data Manipulation in Python using Pandas</i>
</div>
</div>
<div class="col-md-3" role="listitem">
<img src="assets/img/speaker/Deepak-Karunanidhi.jpg" alt="Deepak Karunanidhi">
<span><b>Deepak Karunanidhi
</b> <br> </span>
<div class="desc mt-3">
<b>Associate Director - Data Science | Machine Learning</b><br>
<i>Unleashing Neural Networks:Python's Influence on the Evolution of AI</i>
</div>
</div>
<div class="col-md-3" role="listitem">
<img src="assets/img/speaker/Kalyan-Prasad.jpg" alt="Kalyan Prasad">
<span><b>Kalyan Prasad</b> <br> </span>
<div class="desc mt-3">
<b>Data Scientist & Analytics Manager - Creative Crewz</b>
<i>Building Real-Time Insights with OpenSource LLMs and Python</i><br><br>
<i>Boosting Data Processing - Making the Leap
from Pandas to Polars</i>
</div>
</div>
<div class="col-md-3" role="listitem">
<img src="assets/img/speaker/Shreyas-Kapale.jpg" alt="Gagandeep Reehal">
<span><b>Shreyas Kapale</b><br> </span>
<div class="desc mt-3">
<b>
Lead-Lyzr AI
</b><br>
<i>Building LLM based multi agent automation
workflows using Automata</i>
</div>
</div>
<div class="col-md-3" role="listitem">
<img src="assets/img/speaker/Dr-B.-Annappa.jpg" alt="Sohan Maheshwar">
<span><b>Annappa B</b><br> </span>
<div class="desc mt-3">
<b>
Chairman, Career Development Centre, NITK Surathkal</b><br>
<i>Python for Data Science: Essentials to
Expertise</i>
</div>
</div>
<div class="col-md-3" role="listitem">
<img src="assets/img/speaker/Sai-Rahul-Poruri.jpg" alt="Kalyan Prasad">
<span><b>Sai Rahul Poruri</b><br></span>
<div class="desc mt-3">
<b>Chief Executive Officer
FOSS United · Full-time</b><br>
<i>Let's talk about Software Patents</i>
</div>
</div>
<div class="col-md-3" role="listitem">
<img src="assets/img/speaker/Gustavo-Amigo.jpg" alt="Mariano Mugana">
<span><b>Gustavo Ribeiro
Amigo</b><br></span>
<div class="desc mt-3">
<b>Senior Software Development Engineer at Amazon Prime Video</b><br>
<i>Empowering AWS DevOps with Python and
Machine Learning</i>
</div>
</div>
<!-- <div class="col-md-3" role="listitem">
<img src="assets/img/team/Swarooprani Manoor.jpg" alt="Reuven Lerner">
<span><b>Swarooprani Manoor</b><br></span>
<div class="desc mt-3"><b>
Asst.ProfessorAsst.Professor
KLS Gogte Institute of Technology</b><br>
Regex: A Hands-On Approach for Beginners
</div>
</div> -->
<div class="col-md-3" role="listitem">
<img src="assets/img/speaker/Maxim-Danilov.jpg" alt="Rob Richardson">
<span><b>Maxim Danilov</b><br> </span>
<div class="desc mt-3"><b>
Co-Owner, Senior Software Developer, Software Architect -
winePad GmbH
</b><br>
<i>Django FTL: Resolving bottlenecks on the
path to high performance</i>
<br><b>Workshop</b><br>
<i>Modern art of simplifying python projects by
distributing complexity.</i>
</div>
</div>
<!-- <div class="col-md-3" role="listitem">
<img src="assets/img/speaker/Maxim-Danilov.jpg" alt="Jaimin Khanderia">
<span><b>Maxim Danilov</b><br></span>
<div class="desc mt-3">
<b>
Co-Owner, Senior Software Developer, Software Architect -
winePad GmbH
</b><br>
<i>Modern art of simplifying python projects by
distributing complexity.</i>
</div>
</div> -->
<div class="col-md-3" role="listitem">
<img src="assets/img/speaker/soundrya.png" alt="Jatin Gupta">
<span><b>Soundarya Khanapur</b><br></span>
<div class="desc mt-3">
<b>Computer Lab Assistant -
NC State University CHASS Information Technology</b><br>
PySecOps
</div>
</div>
<div class="col-md-3" role="listitem">
<img src="assets/img/speaker/Bharat-Saraswat.jpg" alt="Ayon Roy">
<span><b>Bharat Saraswat</b> <br> </span>
<div class="desc mt-3"><b>
Assistant Manager - Deloitte
</b><br>
<i>Exploring GraphQL with Django</i>
</div>
</div>
<div class="col-md-3" role="listitem">
<img src="assets/img/speaker/Amogha-Kancharla.jpg" alt="Harsh Bardhan Mishra">
<span><b>Amogha Kancharla</b> <br> </span>
<div class="desc mt-3"><b>
Community Builder - Women in Cloud Nativ
</b><br>
Python-Powered Dashboards: Navigating
Data Governance and Security Challenges
</div>
</div>
<div class="col-md-3" role="listitem">
<img src="https://media.licdn.com/dms/image/D5603AQFNDrvvlWUWOw/profile-displayphoto-shrink_400_400/0/1670232055156?e=1721865600&v=beta&t=z5h44ESLjXee9tAvvT0QdwstAslOchZz0Ca0yYWpiiY" alt="Arnab Biswas">
<span><b>Atharva Rasane</b><br> </span>
<div class="desc mt-3">
<b>Techical Head - DaSouk</b><br>
<i>Demystifying PyScript: Python for the Modern
Web Developer</i>
</div>
</div>
<div class="col-md-3" role="listitem">
<img src="assets/img/team/Swarooprani Manoor.jpg" alt="Ashita Prasad">
<span><b>Swarooprani Manoor</b> <br> </span>
<div class="desc mt-3"><b>
Asst.Professor
KLS Gogte Institute of Technology</b><br>
<b>Workshop</b><br>
Regex: A Hands-On Approach for Beginners <br><b>Talk</b> <br>
Pack It In, Unpack It All: The Power of
handling Variable Arguments and Multi-Returns in Python Functions <br>
</div>
</div>
<div class="col-md-3" role="listitem">
<img src="assets/img/speaker/Bibhas-DN.jpg" alt="Deepak Kulkarni">
<span><b>Bibhas</b> <br> </span>
<div class="desc mt-3"><b>
Senior Software Engineer at Red Hat
</b><br>
<i>Django ORM-fu: Learn the basics of queries
and learn better patterns of writing them</i>
</div>
</div>
<div class="col-md-3" role="listitem">
<img src="assets/img/speaker/Deepak-Kulkarni.jpg" alt="Anustup Mukherjee">
<span><b>Deepak Kulkarni</b><br> </span>
<div class="desc mt-3"><b>Certified data scientist</b><br>
<i>Fetal Health Classification Using Multiclass
Machine Learning</i>
</div>
</div>
<div class="col-md-3" role="listitem">
<img src="assets/img/speaker/Dr.-Paramesh-CS-300x300.jpg" alt="Rishab Kattimani">
<span><b>K Paramesha</b><br></span>
<div class="desc mt-3">
<b>Professor Computer Science</b><br>
at
Kalpataru Institute of Technology, TIPTUR
Python Internals
</div>
</div>
<!-- <div class="col-md-3" role="listitem">
<img src="assets/img/speaker/Kalyan-Prasad.jpg" alt="Shvay Lamba">
<span><b>Kalyan Prasad</b><br></span>
<div class="desc mt-3">
<b>Data Scientist & Analytics Manager - Creative Crewz</b><br>
<i>Boosting Data Processing - Making the Leap
from Pandas to Polars</i>
</div>
</div> -->
<div class="col-md-3" role="listitem">
<img src="assets/img/speaker/Nithin-Kumar.jpg" alt="Ella Sheer">
<span><b>Nithin Kumar</b><br> </span>
<div class="desc mt-3"><b>Assistant Professor
Vidyavardhaka College of Engineering</b><br>
<i> Computational Entomology</i>
</div>
</div>
<!-- <div class="col-md-3" role="listitem">
<img src="assets/img/speaker/Sachin-CS-300x300.jpg" alt="Anmol Jindal">
<span><b>Sachin DN</b><br> </span>
<div class="desc mt-3">
<b>Assistant Professor</b><br>
Vidya Vardhaka College of Engineering <br>
<i>Data Manipulation in Python using Pandas</i>
</div>
</div> -->
<div class="col-md-3" role="listitem">
<img src="assets/img/speaker/Lav-Kumar.jpg" alt="Yiwen Li">
<span><b>Lav Kumar</b><br> </span>
<div class="desc mt-3"><b>Lead Member Of Technical Staff at Salesforce</b><br>
<i>Revolutionizing Sustainability: AI-Driven
Disassembly for a Circular Economy</i>
</div>
</div>
<!-- <div class="col-md-3" role="listitem">
<img src="assets/img/speaker/cheuk.jpg" alt="Cheuk Ting Ho">
<span><b>Cheuk Ting Ho</b><br> Why AI Industry needs Revision Control Graph Database</span>
<div class="desc mt-3">
Through use cases, Cheuk will show you how a graph database with revision control would revolutionize
the
AI industry by providing a logical way of storing data and providing data ops - branch, merge and
rollback.
</div>
</div> -->
<!-- <div class="col-md-3" role="listitem">
<img src="assets/img/speaker/laisha.jpg" alt="Laisha Wadhwa">
<span><b>Laisha Wadhwa</b><br> Towards a more transparent AI - Decrypting ML models using LIME</span>
<div class="desc mt-3">
With wide number of libraries available for building ML models it has become a blackbox these days.
Model
explainability is vital. But it is hard to define a model’s decision boundary in simple terms. With LIME
it is easy to produce faithful explanations & decrypt any ML model. Learn how LIME & SHAP does it.
</div>
</div>
<div class="col-md-3" role="listitem">
<img src="assets/img/speaker/noah.jpg" alt="Noah Alorwu">
<span><b>Noah Alorwu</b><br> Contributing to the Tech Ecosystem as a Newbie</span>
<div class="desc mt-3">
Many newbies (novice) including experts don’t know that they can contribute to the tech ecosystem in big
ways. I said big because it’s really worth contributing to the tech field regardless of your skill
level.
In the tech field, there’s no such thing as too small when it comes to contribution.
</div>
</div>
<div class="col-md-3" role="listitem">
<img src="assets/img/speaker/rohit.jfif" alt="Rohit Sanjay">
<span><b>Rohit Sanjay</b><br> Unit Testing in Python using pytest</span>
<div class="desc mt-3">
This workshop will introduce you to unit testing in Python using the pytest library. By the end of the
workshop, you will be able to confidently look at any (well written) code and be able to confidently
write
unit tests for it.
</div>
</div>
<div class="col-md-3" role="listitem">
<img src="assets/img/speaker/manoj.jfif" alt="Manoj Gudi">
<span><b>Manoj Gudi</b><br> Yet Another Language Using Python</span>
<div class="desc mt-3">
There are a lot of programming languages in the world already, however we wish sometimes a programming
language could understand some of our own terminology, and was simple enough for us to express clearly.
So
why not create our own small language for our own application (aka Domain Specific Language)?
In this talk, I will introduce briefly what DSLs (domain specific languages) are and why they are
useful.
I will also run through how to implement one using Python, and hopefully show how we use it in our
field.
</div>
</div>
<div class="col-md-3" role="listitem">
<img src="assets/img/speaker/reuven.png" alt="Reuven Lerner">
<span><b>Reuven Lerner</b><br> Working with dates and times in Pandas</span>
<div class="desc mt-3">
Pandas is popular and powerful, allowing us to import, analyze, and export data in all sorts of ways.
But
Pandas offers particularly powerful functionality for working with dates and times. In this talk, I’ll
introduce these features, and show how they allow new types of analysis.
</div>
</div>
<div class="col-md-3" role="listitem">
<img src="assets/img/speaker/gaurav.jpg" alt="Gaurav Bhasme">
<span><b>Gaurav Bhasme</b><br> Detection of Predatory Journal Using Machine Learning and Django</span>
<div class="desc mt-3">
Recently there are lots of piracy events happening in various areas. Predatory Journals take advantage
of
authors by asking them to publish for a fee without providing peer-review or editing services. To tackle
this we have created a solution using the concept of machine learning and Django.
</div>
</div>
<div class="col-md-3" role="listitem">
<img src="assets/img/speaker/rob.png" alt="Rob Richardson">
<span><b>Rob Richardson</b><br> Containerized Deployments for your SPA and API</span>
<div class="desc mt-3">
You’ve built a SPA and API backend, now how to deploy? Docker is the natural fit, but where do we begin?
We’ll use the Vue and dotnet CLIs to start, then craft Dockerfiles to deploy these in various
configurations: together or scale different pieces separately. Docker can empower you at cloud scale.
</div>
</div> -->
</div>
</div>
</section>
</main>
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<img class="d-none d-lg-block" src="assets/img/footer.png" alt="" width="600"
style="position: absolute; right: 0; margin-top: 20px;">
<div class="col-lg-3 col-md-6 footer-links" data-aos="fade-up" data-aos-delay="200">
<h4>Follow Us on Social Media</h4>
<div class="social-links mt-3">
<a target="_blank" href="https://twitter.com/Belpy2021?s=08" class="twitter"><i
class="bx bxl-twitter"></i></a>
<a target="_blank" href="https://www.facebook.com/Belpy2021-100165431927686/" class="facebook"><i
class="bx bxl-facebook"></i></a>
<a target="_blank" href="https://www.instagram.com/belpy24" class="instagram"><i
class="bx bxl-instagram"></i></a>
<a target="_blank" href="https://www.linkedin.com/company/belpy" class="linkedin"><i
class="bx bxl-linkedin"></i></a>
<a href="mailto:python.belagavi@gmail.com" class="google-plus"><i class="bx bx-mail-send"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6 footer-links" data-aos="fade-up" data-aos-delay="300">
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="index.html">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="code-of-conduct.html">Code Of Conduct</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="call-for-proposals.html">Call For Proposals</a></li>
<!--li><i class="bx bx-chevron-right"></i> <a href="ambassadors.html">Ambassadors</a></li-->
<li><i class="bx bx-chevron-right"></i> <a href="sponsorship.html">Sponsorship</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="schedule.html">Schedule</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="speakers.html">Speakers</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="team.html">Team</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="pyhack.html">PyHack</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="pyexpo.html">PyExpo</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container py-4">
<div class="copyright">
<small>Inspired by <a href="https://bootstrapmade.com/">BootstrapMade</a></small> | © Copyright
<strong><span>BelPy 2024</span></strong>. All Rights Reserved
</div>
</div>
</footer><!-- End Footer -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>