GLOBAL DEVSLAM

AGENDA 2023

11:00 - 12:00

11:40 – 11:45
16 October 2023 | 5 Minutes
Paid
  • Devslam
  • Track: PYCON MEA DATA SCIENCE
  • Global DevSlam Hall (Exhibition Gate)

Opening remarks

Speakers

David Mertz

Keynote speaker for PyCon Vvents & Senior Python Trainer

KDM Training

Marc Andre Lemburg

Co-Founder Python Dusseldorf, CEO

eGenix.com

Germany

11:45 – 13:50
16 October 2023 | 125 Minutes
Free
  • Devslam
  • Track: WORKSHOPS
  • Global DevSlam Hall (Exhibition Gate)

Introduction to Data Analysis Using Pandas

Working with data can be challenging: it often doesn’t come in the best format for analysis, and understanding it well enough to extract insights requires both time and the skills to filter, aggregate, reshape, and visualize it. This session will equip you with the knowledge you need to effectively use pandas a powerful library for data analysis in Python to make this process easier.This is a hands on workshop consists of lectures using Jupyter Notebooks for following along with the code and a set of exercises dispersed throughout to test each attendee’s understanding. There are more questions provided in each section than the attendees will have time to answer so that those at all levels of prior experience have a challenge. After some time, I will go over the solutions to those exercises before resuming the lecture. This tutorial is for anyone with basic knowledge of Python and an interest in learning how to analyze data in Python. We will be working with Jupyter Notebooks, so attendees should familiarize themselves with the interface(i.e., know how to run/edit a cell). beforehand.
11:45 – 11:55
16 October 2023 | 10 Minutes
Free
  • Devslam
  • Track: PYCON MEA DATA SCIENCE
  • Global DevSlam Hall (Exhibition Gate)

Welcome Address: Official launch of PyCon MEA Data Science

• Key objectives
• Work collaboration opportunities

Reserved
11:55 – 12:25
16 October 2023 | 30 Minutes
Free
  • Devslam
  • Track: PYCON MEA DATA SCIENCE
  • Global DevSlam Hall (Exhibition Gate)

Incorporating large language models into practical NLP workflows

In this talk, I’ll show how large language models such as GPT4 complement rather than replace existing machine learning workflows. Initial annotations are gathered by promting the model, and then corrected by a human decisionmaker using an annotation tool. The resulting annotations can then be used to train and evaluate models as normal. This process results in higher accuracy than can be achieved from the language model alone, with the added benefit that you’ll own and control the model for runtime.

12:00 - 13:00

12:25 – 12:55
16 October 2023 | 30 Minutes
Free
  • Devslam
  • Track: PYCON MEA DATA SCIENCE
  • Global DevSlam Hall (Exhibition Gate)

spaCy LLM: Using large language models to prototype and develop language processing applications

Large language models such as GPT4 have introduced a step change in natural language understanding technology.One application for these is in an interactive chat interface, but many applications that need to work with language instead want to process and analyse textual data. Supervised components have a big advantage in efficiency and custom is ability for these tasks, but they require task specific training data. In this talk, I’ll show you how spaCy’s new support for large language models allows faster and more powerful prototyping than ever before. You can put together a custom pipeline with no training data and minimal effort to get something working almost right away. I’ll then discuss how you can build on that first effort to create applications that can deliver lasting value.
12:55 – 13:25
16 October 2023 | 30 Minutes
Free
  • Devslam
  • Track: PYCON MEA DATA SCIENCE
  • Global DevSlam Hall (Exhibition Gate)

Integrating Rust in MLOps and Harnessing Python for Data Science: A Unified Approach

* Utilize Rust for efficient binary deployment in MLOps
* Leverage Python''s strengths in data science

13:00 - 14:00

13:00 – 13:30
16 October 2023 | 30 Minutes
Free
  • Devslam
  • Track: TAKE OVER STAGE
  • Global DevSlam Hall, Take Over Stage

Generative AI for Data Scientists

Practical coaching on how to leverage generative AI as a datascientist.  This session is packed with practical advice to give the Data Scientist wings!

Speakers

Mohammad Arshad

Co Founder

Decoding Data Science

United Arab Emirates

13:00 – 13:05
16 October 2023 | 5 Minutes
Free
  • Devslam
  • Track: IEEE DEEPTECH SUMMIT
  • Blue Stage Hall 1

Opening Speech

Exploring IEEE Entrepreneurship in Region 8 & Across the Globe

Dive into an introductory about IEEE Entrepreneurship in Region 8 (Europe, Middle East, and Africa) and its global team. Learn about the opportunities, resources, and initiatives driving innovation and entrepreneurship within IEEE
13:05 – 13:50
16 October 2023 | 45 Minutes
Free
  • Devslam
  • Track: IEEE DEEPTECH SUMMIT
  • Blue Stage Hall 1

Panel Discussion

Unveiling Rising Stars: Deep Tech Startups in the EMEA Region

An insightful exploration of emerging deep technology startups within the Europe, Middle East, and Africa (EMEA) region. Discover the groundbreaking innovations, disruptive technologies, and the entrepreneurial journey of these rising stars

Speakers

Hossam Yahia

CTO

BrightDrive

Zaid Al lawati

Technical Operations Manager (Gulf Region)

UVL Robotics

Jürgen Greil

CEO

FlyNow Aviation

Aya ElGebeely

Founder and CEO

Talents Arena

Mohamed El Dallal

Vice Chair IEEE Entrepreneurship

IEEE

13:25 – 13:55
16 October 2023 | 30 Minutes
Free
  • Devslam
  • Track: PYCON MEA DATA SCIENCE
  • Global DevSlam Hall (Exhibition Gate)

Bringing your insights to life with animated charts

This presentation will provide a comprehensive overview of the benefits of animated data stories as a means ofcommunicating research insights to a diverse audience. Also one of the creators of ipyvizzu story (https://github.com/vizzuhq/ipyvizzu story) will demonstrate how this open source, cutting edge presentation tool,integrated with Jupyter Notebook and similar platforms, makes use of a simple Python interface to bring your data tolife through animated stories.
13:30 – 14:00
16 October 2023 | 30 Minutes
Free
  • Devslam
  • Track: TAKE OVER STAGE
  • Global DevSlam Hall, Take Over Stage

Scholarships to the value of $21,600

Top 10, both specialization paths - Generative AI Path and Data Science & AI Role PathNext 20,  Generative AI PathNext 20, Data Science & AI Role  Path

Speakers

Mohammad Arshad

Co Founder

Decoding Data Science

United Arab Emirates

13:50 – 14:35
16 October 2023 | 45 Minutes
Free
  • Devslam
  • Track: IEEE DEEPTECH SUMMIT
  • Blue Stage Hall 1

Panel Discussion

Navigating the Investment Landscape for Deep Tech Ventures

Delve into the intricate world of investment in deep tech startups. This panel will shed light on the strategies, challenges, and opportunities associated with funding deep tech ventures. Gain valuable insights into the investment ecosystem driving technological advancements.

Speakers

Joanne Wong

Chair, IEEE Entrepreneurship + Partner

REDDS Capital

Dusan D.

Managing Partner

Zero One Hundred

Waddah Albassam

Chief Medical Officer

Alphaiota

Ahmed Abdelhamid

Angel Investor

Wright Electric

13:50 – 15:55
16 October 2023 | 125 Minutes
Free
  • Devslam
  • Track: WORKSHOPS
  • Global DevSlam Hall (Exhibition Gate)

Tutorial on SQL in Python

SQL is a very important language for working with data. People who can write both SQL and Python can work across a broader spectrum in the data world as opposed to people who can do only one of the languages. How does SQL combine with python?

-presenting the various ways to combine python with sql
-exercises for a couple of the approaches
13:55 – 14:25
16 October 2023 | 30 Minutes
Free
  • Devslam
  • Track: PYCON MEA DATA SCIENCE
  • Global DevSlam Hall (Exhibition Gate)

Stanford University's Code in Place the - world's biggest Python course

Speakers

Derval O'Neill

Founder

CodEng

14:00 - 15:00

14:00 – 14:30
16 October 2023 | 30 Minutes
Free
  • Devslam
  • Track: TAKE OVER STAGE
  • Global DevSlam Hall, Take Over Stage

Building digital products

Speakers

Hussam Mohsineh

Co Founder

Athir

United Arab Emirates

14:25 – 14:55
16 October 2023 | 30 Minutes
Free
  • Devslam
  • Track: PYCON MEA DATA SCIENCE
  • Global DevSlam Hall (Exhibition Gate)

Polars: A Lightning fast DataFrame library for Python

Polars is a lightning fast DataFrame library/inmemory query engine. Its is embarrassingly parallel, cache efficient, andexpressive.
14:30 – 15:00
16 October 2023 | 30 Minutes
Free
  • Devslam
  • Track: TAKE OVER STAGE
  • Global DevSlam Hall, Take Over Stage

Building digital products

Speakers

Hussam Mohsineh

Co Founder

Athir

United Arab Emirates

14:35 – 15:20
16 October 2023 | 45 Minutes
Free
  • Devslam
  • Track: IEEE DEEPTECH SUMMIT
  • Blue Stage Hall 1

Panel Discussion

Transforming Electronics: The Pivotal Role of Semiconductors in Emerging Technologies

Explore the pivotal role of semiconductor technology in shaping the future of emerging technologies. Discover how semiconductors are driving innovation and revolutionizing various industries, from AI to renewable energy, in this engaging discussion.
14:55 – 15:25
16 October 2023 | 30 Minutes
Free
  • Devslam
  • Track: PYCON MEA DATA SCIENCE
  • Global DevSlam Hall (Exhibition Gate)

Build a Q&A Chatbot using Google PaLM 2 Model on Neo4j Database

Generative AI
Google's MakerSuite & PaLM API

Speakers

Bhavesh Bhatt

Senior Data Scientist

India

Colgate

15:00 - 16:00

15:20 – 15:50
16 October 2023 | 30 Minutes
Free
  • Devslam
  • Track: IEEE DEEPTECH SUMMIT
  • Blue Stage Hall 1

Pitching

IEEE Region 8 Finals: Pitching Competition

Witness the excitement of the innovators and entrepreneurs from Region 8 compete in the IEEE pitching competition. Join us to celebrate and support the next generation of visionary technologists as they present their groundbreaking ideas and solutions.

Speakers

Karl Naim

Co-Founder & CEO

Purpl

Mohamed El Dallal

Vice Chair IEEE Entrepreneurship

IEEE

15:25 – 15:55
16 October 2023 | 30 Minutes
Free
  • Devslam
  • Track: PYCON MEA DATA SCIENCE
  • Global DevSlam Hall (Exhibition Gate)

Funding Open Source Data Science tools

Data science (ChatGPT, ML, data engineering, etc.)

NumPy essentially provided the basis for Python''s growth in the data science space.

Speakers

Travis Oliphant

Creator of NumPy & Co-Founder

Continuum Analytics & Anaconda Inc

15:50 – 15:55
16 October 2023 | 5 Minutes
Free
  • Devslam
  • Track: IEEE DEEPTECH SUMMIT
  • Blue Stage Hall 1

Break

15:55 – 16:00
16 October 2023 | 5 Minutes
Free
  • Devslam
  • Track: IEEE DEEPTECH SUMMIT
  • Blue Stage Hall 1

Awards Ceremony for the R8 Winners

Speakers

Khaled Mokthar

Credentialing Committee Chairman

IEEE

Dusan D.

Managing Partner

Zero One Hundred

Ahmed Abdelhamid

Angel Investor

Wright Electric

Jürgen Greil

CEO

FlyNow Aviation

Hisham Haddara

Chairman

Si-Ware Systems

Waddah Albassam

Chief Medical Officer

Alphaiota

Joanne Wong

Chair, IEEE Entrepreneurship + Partner

REDDS Capital

Rawan El Jamal

IEEE Region 8 Entrepreneurship Chair

Zaid Al lawati

Technical Operations Manager (Gulf Region)

UVL Robotics

Aya ElGebeely

Founder and CEO

Talents Arena

Hossam Yahia

CTO

BrightDrive

Mohamed El Dallal

Vice Chair IEEE Entrepreneurship

IEEE

Naim Yazbeck

GM

Microsoft

United Arab Emirates

15:55 – 16:40
16 October 2023 | 45 Minutes
Free
  • Devslam
  • Track: PYCON MEA DATA SCIENCE
  • Global DevSlam Hall (Exhibition Gate)

Panel discussion: Bringing DevOps to Data Science with MLOPs

A Data Science engineer has a lot to play with data, algorithms, and statistics, whereas a DevOps engineer has a lot todo with infrastructure and automation. Can MLOPS integrate the two functions? What does it mean for

Open for sponsors

16:00 - 17:00

16:40 – 16:50
16 October 2023 | 10 Minutes
Free
  • Devslam
  • Track: PYCON MEA DATA SCIENCE
  • Global DevSlam Hall (Exhibition Gate)

Closing remarks

Hurry! Get 25% discount on DevSlam pass. Promo code: WEBGDS25 expires