You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: page/content/spotkania/61/index.md
+43Lines changed: 43 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -0,0 +1,43 @@
1
+
---
2
+
title: "Meetup #61"
3
+
date: 2025-11-26T18:00:00+02:00
4
+
time: "18:00"
5
+
place: "IndieBI, Piotrkowska 157A, Hi Piotrkowska"
6
+
---
7
+
<imgsrc="featured.png"alt="Infographic" />
8
+
9
+
## Information
10
+
11
+
**📅 date:** 2025-11-26</br>
12
+
**🕕 time:** 18:00</br>
13
+
**📍 location:** IndieBI, Piotrkowska 157A, Hi Piotrkowska</br>
14
+
➡️ [**SIGN UP LINK**](https://www.meetup.com/python-lodz/events/311933962/) ⬅️
15
+
16
+
## Presentations
17
+
18
+
### Airflow 3, and the boring, production AI plumbing, that nobody talks about
19
+
{{< speaker speaker_id="jarek-potiuk" >}}
20
+
Airflow 3 is out. Spring last year the Airflow community came to the conclusion that in order to respond to the growing needs of our users, we have to again reinvent ourselves in the modern AI world.
21
+
22
+
Airflow 3 is already out for a few months and we already know that we got on the right track - our users are already using Airflow to do with AI what they were doing several years ago for traditional ETL/ ELT workflows - turning experiments and local workflows into stable, production-ready way how to manage your various AI-related needs.
23
+
24
+
From my talk you will learn:
25
+
26
+
* why we decided to switch gears for Airflow 3 (yes, AI)
27
+
* what are the architectural changes and improvements that lay foundation under Airflow 3 being modern and applicable to AI workflows
28
+
* what are the features that help with production-ready workflows: Versioning, Enterprise level security isolation, better dependency management, execution isolation, dataset as first class citizen, modern react-based UI, schedulable and UI-controlled backfills, inference kind of workflows, "almost" streaming experience, and more
29
+
* what early users of Airflow 3 say and how their workflow management improved
30
+
* what is coming next (yes! we are not nearly done yet and more things are coming!)
31
+
32
+
### System init written in Python - project analysis
33
+
{{< speaker speaker_id="mateusz-piwek" >}}
34
+
Python is used in many areas – such as web development, artificial intelligence, data analysis, and embedded systems. But can it also be used as an init system in Linux, and does that idea make sense?
35
+
36
+
The init system is the main process that starts and monitors services in the operating system. Traditionally, such systems are developed in the C language to ensure high code efficiency – but perhaps it’s worth reconsidering this approach?
37
+
38
+
In this presentation, the author will present a working project, show performance test results, and share ideas for unconventional applications.
Copy file name to clipboardExpand all lines: page/data/speakers/mateusz-piwek.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,4 @@ name: "Mateusz Piwek"
2
2
avatar: "images/avatars/mateusz-piwek.png"
3
3
bio: "A software developer with 20 years of experience in the IT industry, with a strong interest in new technologies. Currently specializes in developing and deploying e-commerce solutions. An active user of open-source software, regularly publishing personal projects on GitHub – mainly in Python. Also passionate about computer hardware and electronics."
0 commit comments