Episode 269: Python 3.14: Exploring the New Features
The Real Python Podcast
Python 3.14 is here! Christopher Trudeau returns to discuss the new version with Real Python team member Bartosz ZaczyΕski. This year, Bartosz coordinated the series of preview articles with members of the Real Python team and wrote the showcase tutorial, βPython 3.14: Cool New Features for You to Try.β Christopherβs video course, βWhatβs New in Python 3.14β, covers the topics from the article and shows the new features in action.
Christopher and Bartosz dug into the new release to create code examples showcasing the new features for the tutorial and course. We look at the enhanced and more colorful REPL experience, better error messages, safer hooks for live debugging, and deferred annotation evaluation. We also discuss template strings, Zstandard compression, and multiple performance improvements.
We share our thoughts on the updates and offer advice about incorporating them into your projects. We also discuss when you should start running Python 3.14.
Course Spotlight: Whatβs New in Python 3.14
Covers Python 3.14βs key changes: free-threading, subinterpreters, t-strings, lazy annotations, new REPL features, and improved error messages.
Topics:
- 00:00:00 β Introduction
- 00:02:03 β Cool New Features for You to Try - Tutorial
- 00:02:20 β Whatβs New in Python 3.14 - Video Course
- 00:02:54 β Even Friendlier Python REPL
- 00:05:05 β Allow βjsonβ instead of βjson.toolβ
- 00:05:49 β Zstandard compression
- 00:06:37 β Working With Numbers
- 00:11:09 β Deferred Evaluation of Annotations
- 00:17:35 β More Helpful Error Messages
- 00:20:41 β Warnings in tryβ¦finally Blocks
- 00:22:08 β Safer Live Process Debugging
- 00:25:22 β Pathlib Improvements
- 00:26:50 β Additional assert methods for unittest
- 00:27:19 β Template Strings (T-strings)
- 00:31:01 β Free-threaded Build Updates
- 00:35:30 β Incremental Garbage Collector
- 00:37:59 β functools partial & placeholder improvement
- 00:40:13 β Video Course Spotlight
- 00:41:12 β Experimental JIT Builds
- 00:46:52 β Parallel Subinterpreters
- 00:48:59 β Unicode Database Update
- 00:49:47 β πthon - Easter Egg
- 00:51:26 β Starting to use the new version
- 00:55:26 β Thanks and goodbye
Show Links:
- Python 3.14: Cool New Features for You to Try β Real Python
- Whatβs New in Python 3.14
- Python 3.14 Preview: REPL Autocompletion and Highlighting β Real Python
- Python 3.13 Preview: A Modern REPL β Real Python
- Allow β-m jsonβ instead of β-m json.toolβ Β· Issue #122873
- compression.zstd β Compression compatible with the Zstandard format β Python 3.14.0 documentation
- Python 3.14 Preview: Lazy Annotations β Real Python
- Python 3.14 Preview: Better Syntax Error Messages β Real Python
- PEP 765: Control flow in finally blocks β Python 3.14.0 documentation
- Remote debugging attachment protocol β Python 3.14.0 documentation
- Python 3.14 Preview: Template Strings (T-Strings)
- functools.partial placeholders Β· Issue #119127
- garbage_collector Internal Docs at 3.14
- Python 3.13: Free Threading and a JIT Compiler
- Multiple interpreters in the standard library β Python 3.14.0 documentation
Additional Links:
- PEP 784: Zstandard support in the standard library - Python 3.14.0 documentation
- Episode #262: Travis Oliphant: SciPy, NumPy, and Fostering Scientific Python
- Simplify Complex Numbers With Python β Real Python
- Using Pythonβs pathlib Module β Real Python
- Exploring Python T-Strings β Video Course
- Python 3.13 Preview: Free Threading and a JIT Compiler β Real Python
- Compatibility Status Tracking - Python Free-Threading Guide
- PyPy
- functools Module (Video) β Real Python
- Python 3.12 Preview: Subinterpreters β Real Python





