More Software Engineering Daily episodes

Python 3.14 with ukasz Langa thumbnail

Python 3.14 with ukasz Langa

Published 10 Feb 2026

Duration: 47:00

The podcast delves into recent changes in Python release management, highlighting advancements in threading performance, concurrency, and data sharing strategies.

Episode Description

Python 3.14 is here and continues Pythons evolution toward greater performance, scalability, and usability. The new release formally supports free-thr...

Overview

The podcast explores the responsibilities of a new podcast host, including shaping the editorial direction and conducting interviews with experts in the tech industry. It then transitions into a detailed discussion on Python release management, focusing on recent developments and the move from older versions like Python 3.8 and 3.9 to newer releases such as 3.14 and 3.15. One of the highlighted features is the experimental option in Python 3.14 to disable the Global Interpreter Lock (GIL), which could significantly improve threading performance and scalability, especially in scientific computing scenarios.

The conversation also delves into two alternative threading models: free threading and sub-interpreters. Free threading allows for parallel execution and direct data sharing between threads without the need for serialization, which can boost performance, though it introduces challenges related to concurrency and potential data corruption. Sub-interpreters, on the other hand, provide isolation between different Python instances, making them suitable for embedded systems and environments with strict resource constraints. The discussion underlines the significance of concurrency strategies and efficient data sharing in modern Python applications, particularly as Python continues to play a growing role in AI development.

Recent Episodes of Software Engineering Daily

31 Mar 2026 FreeBSD with John Baldwin

FreeBSD's evolution from BSD, its use in PlayStation 4 and Netflix's CDN, community-driven governance, challenges in maintaining a legacy codebase, modernization efforts, hardware integrations, and initiatives like CherryBSD for memory safety, alongside licensing and corporate collaboration impacts.

26 Mar 2026 Cilium, eBPF, and Modern Kubernetes Networking with Bill Mulligan

eBPF-based projects like Cilium address cloud-native networking challenges by enabling scalable, secure, identity-driven traffic management in Kubernetes through kernel-level programmability, replacing traditional tools with efficient, crash-resistant solutions.

24 Mar 2026 Games That Push Back with Bennett Foddy

Bennett Foddy's systems-driven design emphasizes physics-based mechanics, absurdist themes, and nuanced frustration over simplistic difficulty, using games like *QWOP* and *Baby Steps* to explore player agency, iterative discovery, and critiques of industry trends through accessible, community-informed development.

19 Mar 2026 Prettier and Opinionated Code Formatting with James Long

Developer tooling shapes software workflows by streamlining code formatting with opinionated tools like Prettier, addressing formatting inefficiencies, differentiating from ESLint through dynamic code structure analysis, and confronting adoption hurdles, open-source sustainability challenges, ecosystem fragmentation, and the trade-offs between flexibility, usability, and developer needs in JavaScript tooling.

17 Mar 2026 Skate Story with Sam Eng

Skate Story, a 2025 indie game, blends vaporwave aesthetics, existential themes, and surreal storytelling with fluid skate mechanics, a linear journey of a glass demon to the moon, accessible controls, cosmic challenges, retro visuals, and themes of perseverance and real-world skateboarding inspiration.

More Software Engineering Daily episodes