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

18 Jun 2026 Biome and the Future of JavaScript Tooling

Biome is a Rust-built, minimal-config tool for formatting and linting web projects, emphasizing cross-environment consistency, type-aware linting without TypeScript, and serving as a drop-in replacement for Prettier/ESLint, while addressing tooling evolution through performance-focused design, semantic analysis, LSP integration, and community-driven features.

16 Jun 2026 Preparing for Q-Day

Quantum computing threatens public-key cryptography, necessitating a shift to post-quantum alternatives by 2029, with lattice-based methods leading despite implementation challenges, as quantum advancements accelerate the urgency for infrastructure updates and secure cryptographic transitions.

11 Jun 2026 Developing Multiplayer Games in Godot

Domekeeper, a minimalist tower defense game evolved from a Ludum Dare jam, faces significant multiplayer development challenges including latency, cheating prevention, server costs, and synchronization issues, with developers addressing these through Godot 4, custom network state management, and community-driven multiplayer design over public lobbies.

4 Jun 2026 Web Native Game Development

The evolution from Flash to WebAssembly/WebGPU in web game development highlights performance gains and engine challenges, while contrasting with traditional platforms through shorter development cycles, mobile focus, and hurdles like file size, browser compatibility, and engagement.

2 Jun 2026 The Hardware Bottleneck AI Cant Fix

The text highlights the challenges hardware engineering faces with sensor data, real-time monitoring, and post-test analysis due to limited tooling compared to software, emphasizing solutions like data supply chain platforms, the need for agile hardware innovation, and addressing constraints such as multimodal data processing, latency, and safety-critical system requirements.

More Software Engineering Daily episodes