Create interactive explanation of ML algorithms using Plotly

Alfarabi Issakhanov beginner

Plotly - open source library enabling you to visualize data. Not only it can be used for presentation of insightful and beautiful charts, but also you can use it to create interactive tutorials of some technical concepts. As an example, it can help you to teach, and therefore learn, traditional Machine …

more ...


QuerySet.explain(): make it make sense

Aivars Kalvāns all

We have tools that show what queries are executed and the time it takes. But what next? What is going on there? Is it good that it’s doing that? Will some indexes help? In this talk, I will help you decipher database query plans and give some rules of …

more ...

Streamlit 101 to Build & Deploy Apps like a Data Scientist

Siddharth Gupta beginner

In the hands-on tutorial, we’ll go through various features of Streamlit and build a small lyric fetcher app based on the available dataset (which I have curated and will be sharing the link before the talk) of around 24K Billboard top-100 songs. Basic understanding of HTML, Python, and libraries …

more ...

Regex is Magic

Sara Jakša beginner

Regex is one of the more flexible and simple ways of making the text in the structural data. I will give an overview and some examples in how it is used.


I have seen companies sell regex as AI.

Regex is an old magical tool that can turn any kind …

more ...

A Hands-On Workshop on Parsing Wikitext

Carolina Lennon intermediate

In this hands-on workshop, you will learn to parse wikitext from beginning to end. Using data from the German Wiktionary, we will fetch the data, parse the XML, and process the wikitext to extract linguistic content such as parts of speech, meanings, and inflections, and more.

We will cover the …

more ...

Data Analysis, the Polars Way

Jan Pipek intermediate

When you take interesting data from public sources, when you install a highly efficient Python library for data analysis (polars), and you start asking fundamental questions, what can possibly go wrong? Let’s find out while becoming familiar with polars, a modern data-frame library for Python.

In this course, we …

more ...

Practical python data pipeline design

Darius Chira intermediate

How can you improve your data pipelines? What standards should you enfornce in your project? What tools should you use? This talk is all about best practices and practical tips for building reliable, scalable and maintainable data pipelines in python!


Weather you are working on your new AI project or …

more ...

Exploring Data with Python: From Raw Numbers to Insights (by PyLadies Vienna)

Týna Doležalová beginner women

Ever wondered how to turn raw data into compelling insights? In this beginner-friendly workshop, you’ll learn the essentials of data handling, visualization, and analysis using Python. We’ll guide you through real-world datasets, introduce basic geospatial data concepts, and help you uncover interesting patterns—all with hands-on coding exercises …

more ...