Talk Python To Me

Talk Python To Me

حول

Talk Python to Me is a weekly podcast hosted by developer and entrepreneur Michael Kennedy. We dive deep into the popular packages and software developers, data scientists, and incredible hobbyists doing amazing things with Python. If you're new to Python, you'll quickly learn the ins and outs of the community by hearing from the leaders. And if you've been Pythoning for years, you'll learn about your favorite packages and the hot new ones coming out of open source.
528
الحلقات
English
اللغة
0
المشتركون
0
الاستماعات
الحلقات25
#529: Computer Science from Scratch

#529: Computer Science from Scratch

Dec 3, 2025·

A lot of people building software today never took the traditional CS path. They arrived through curiosity, a job that needed automating, or a late-night itch to make something work. This week, David Kopec joins me to...

#528: Python apps with LLM building blocks

#528: Python apps with LLM building blocks

Nov 30, 2025·

In this episode, I’m talking with Vincent Warmerdam about treating LLMs as just another API in your Python app, with clear boundaries, small focused endpoints, and good monitoring. We’ll dig into patterns for wrapping...

#527: MCP Servers for Python Devs

#527: MCP Servers for Python Devs

Nov 10, 2025·

Today we’re digging into the Model Context Protocol, or MCP. Think LSP for AI: build a small Python service once and your tools and data show up across editors and agents like VS Code, Claude Code, and more. My guest...

#526: Building Data Science with Foundation LLM Models

#526: Building Data Science with Foundation LLM Models

Nov 1, 2025·

Today, we’re talking about building real AI products with foundation models. Not toy demos, not vibes. We’ll get into the boring dashboards that save launches, evals that change your mind, and the shift from analyst to...

#525: NiceGUI Goes 3.0

#525: NiceGUI Goes 3.0

Oct 27, 2025·

Building a UI in Python usually means choosing between "quick and limited" or "powerful and painful." What if you could write modern, component-based web apps in pure Python and still keep full control? NiceGUI...

#524: 38 things Python developers should learn in 2025

#524: 38 things Python developers should learn in 2025

Oct 20, 2025·

Python in 2025 is different. Threads really are about to run in parallel, installs finish before your coffee cools, and containers are the default. In this episode, we count down 38 things to learn this year...

#523: Pyrefly: Fast, IDE-friendly typing for Python

#523: Pyrefly: Fast, IDE-friendly typing for Python

Oct 13, 2025·

Python typing got fast enough to feel invisible. Pyrefly is a new, open source type checker and IDE language server from Meta, written in Rust, with a focus on instant feedback and real-world DX. Today, we will dig into...

#522: Data Sci Tips and Tricks from CodeCut.ai

#522: Data Sci Tips and Tricks from CodeCut.ai

Oct 6, 2025·

Today we’re turning tiny tips into big wins. Khuyen Tran, creator of CodeCut.ai, has shipped hundreds of bite-size Python and data science snippets across four years. We dig into open-source tools you can use right now...

#521: Red Teaming LLMs and GenAI with PyRIT

#521: Red Teaming LLMs and GenAI with PyRIT

Sep 29, 2025·

English is now an API. Our apps read untrusted text; they follow instructions hidden in plain sight, and sometimes they turn that text into action. If you connect a model to tools or let it read documents from the wild...

#520: pyx - the other side of the uv coin (announcing pyx)

#520: pyx - the other side of the uv coin (announcing pyx)

Sep 23, 2025·

A couple years ago, Charlie Marsh lit a fire under Python tooling with Ruff and then uv. Today he’s back with something on the other side of that coin: pyx. Pyx isn’t a PyPI replacement. Think server, not just index. It...

#519: Data Science Cloud Lessons at Scale

#519: Data Science Cloud Lessons at Scale

Sep 18, 2025·

Today on Talk Python: What really happens when your data work outgrows your laptop. Matthew Rocklin, creator of Dask and cofounder of Coiled, and Nat Tabris a staff software engineer at Coiled join me to unpack the...

#518: Celebrating Django's 20th Birthday With Its Creators

#518: Celebrating Django's 20th Birthday With Its Creators

Aug 29, 2025·

Twenty years after a scrappy newsroom team hacked together a framework to ship stories fast, Django remains the Python web framework that ships real apps, responsibly. In this anniversary roundtable with its creators...

#517: Agentic Al Programming with Python

#517: Agentic Al Programming with Python

Aug 22, 2025·

Agentic AI programming is what happens when coding assistants stop acting like autocomplete and start collaborating on real work. In this episode, we cut through the hype and incentives to define “agentic,” then get...

#516: Accelerating Python Data Science at NVIDIA

#516: Accelerating Python Data Science at NVIDIA

Aug 19, 2025·

Python’s data stack is getting a serious GPU turbo boost. In this episode, Ben Zaitlen from NVIDIA joins us to unpack RAPIDS, the open source toolkit that lets pandas, scikit-learn, Spark, Polars, and even NetworkX...

#515: Durable Python Execution with Temporal

#515: Durable Python Execution with Temporal

Aug 11, 2025·

What if your code was crash-proof? That's the value prop for a framework called Temporal. Temporal is a durable execution platform that enables developers to build scalable applications without sacrificing productivity...

#514: Python Language Summit 2025

#514: Python Language Summit 2025

Jul 18, 2025·

Every year the core developers of Python convene in person to focus on high priority topics for CPython and beyond. This year they met at PyCon US 2025. Those meetings are closed door to keep focused and productive. But...

#513: Stories from Python History

#513: Stories from Python History

Jul 14, 2025·

Why do people listen to this podcast? Sure, they're looking for technical explorations of new libraries and ideas. But often it's to hear the story behind them. If that speaks to you, then I have the perfect episode...

#512: Building a JIT Compiler for CPython

#512: Building a JIT Compiler for CPython

Jul 2, 2025·

Do you like to dive into the details and intricacies of how Python executes and how we can optimize it? Well, do I have an episode for you. We welcome back Brandt Bucher to give us an update on the upcoming JIT compiler...

#511: From Notebooks to Production Data Science Systems

#511: From Notebooks to Production Data Science Systems

Jun 25, 2025·

If you're doing data science and have mostly spent your time doing exploratory or just local development, this could be the episode for you. We are joined by Catherine Nelson to discuss techniques and tools to move your...

#510: 10 Polars Tools and Techniques To Level Up Your Data Science

#510: 10 Polars Tools and Techniques To Level Up Your Data Science

Jun 18, 2025·

Are you using Polars for your data science work? Maybe you've been sticking with the tried-and-true Pandas? There are many benefits to Polars directly of course. But you might not be aware of all the excellent tools and...

#509: GPU Programming in Pure Python

#509: GPU Programming in Pure Python

Jun 11, 2025·

If you're looking to leverage the insane power of modern GPUs for data science and ML, you might think you'll need to use some low-level programming language such as C++. But the folks over at NVIDIA have been hard at...

#508: Program Your Own Computer with Python

#508: Program Your Own Computer with Python

Jun 6, 2025·

See the full show notes for this episode on the website at talkpython.fm/508

#507: Agentic AI Workflows with LangGraph

#507: Agentic AI Workflows with LangGraph

Jun 2, 2025·

See the full show notes for this episode on the website at talkpython.fm/507

#506: ty: Astral's New Type Checker (Formerly Red-Knot)

#506: ty: Astral's New Type Checker (Formerly Red-Knot)

May 19, 2025·

See the full show notes for this episode on the website at talkpython.fm/506

#505: t-strings in Python (PEP 750)

#505: t-strings in Python (PEP 750)

May 13, 2025·

See the full show notes for this episode on the website at talkpython.fm/505

قد يعجبك أيضًا