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

14 May 2026 Open Source Sustainability

Open source software's critical role in modern tech is explored, addressing sustainability challenges, community strategies, AI's impact, and the need for governance and systemic support.

12 May 2026 Vespa AI and Surpassing the Limits of Vector Search

Vector search's reliance on single-vector similarity limits nuanced ranking and exact filtering, whereas tensor-based retrieval offers flexible hybrid approaches combining vector, lexical, and contextual signals, though it faces challenges with long texts, compression trade-offs, and requires evaluation datasets for optimization.

30 Apr 2026 The Ethics of Autonomous Weapons Systems

Rapid AI advancements in military tech, such as autonomous weapons and decision-support algorithms, outpace legal and ethical frameworks, raising concerns about human rights compliance, accountability gaps, and the need for interdisciplinary collaboration to ensure human oversight and update international law to address AI's dual role in enhancing warfare efficiency and posing societal risks from opaque systems.

28 Apr 2026 Open-Weight AI Models

Open-weight AI models gain traction for customization, privacy, and cost-efficiency, with Fireworks AI leading through scalable open-source infrastructure, multi-hardware optimization, and advanced techniques like speculative decoding, while addressing challenges in balancing performance and cost amid growing open-source model convergence and collaborative tool integrations.

23 Apr 2026 Hype and Reality of the AI Coding Shift

Rapid AI integration in software development sees 72% of developers using AI daily and 42% of code now AI-assisted, yet 96% distrust AI-generated code, highlighting the urgent need for verification, security measures, evolving developer roles, and addressing risks like shadow AI and governance gaps as AI moves to production.

More Software Engineering Daily episodes