Talk Python To Me

Kanalinformation

Talk Python To Me

Talk Python To Me

Skaber: Michael Kennedy

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 lear...

EN-US USA Teknologi

Seneste episoder

554 episoder
#555: Marimo Pair - A Canvas for Agent + Developers Collaboration

#555: Marimo Pair - A Canvas for Agent + Developers Collaboration

Coding agents have gotten really good at one kind of work. You scope a feature, edit some files, run the tests, ship it. It all happens on disk. But t...

2026-07-13 19:07:43 3899
Download
#554: Trustworthy AI in Healthcare and Longevity

#554: Trustworthy AI in Healthcare and Longevity

You ask an AI a question and it answers with total confidence. Most of the time, a confidently wrong answer is just an annoyance. But what if the ques...

2026-07-10 07:10:31 3640
Download
#553: All of our tools

#553: All of our tools

This episode is a fun crossover from our Python news and tips podcast, Python Bytes. We have had some big changes over there. Brian Okken has moved on...

2026-06-27 00:32:43 3315
Download
#552: Astral joins OpenAI

#552: Astral joins OpenAI

OpenAI just acquired Astral, the company behind uv, Ruff, and ty. And if your first thought was "wait, is uv toast?", you are not alone. But here's th...

2026-06-17 17:20:03 3908
Download
#551: Stroll Down Startup Lane - 2026

#551: Stroll Down Startup Lane - 2026

If you've ever been to PyCon, you know one of the best parts of the expo hall is Startup Row, a stretch of booths where early-stage companies built on...

2026-06-11 22:16:11 6534
Download
#550: AI Contributions and Maintainer Load in Open Source

#550: AI Contributions and Maintainer Load in Open Source

You wake up, brew the coffee, open GitHub, and there it is. Another pull request on your open source project. Thirteen thousand lines added. No issue...

2026-05-30 17:43:47 3762
Download
#549: Great Docs

#549: Great Docs

Your documentation has two audiences now - humans reading the rendered HTML, and AI agents trying to make sense of your library. Rich Iannone and Mich...

2026-05-26 00:11:29 4020
Download
#548: Event Sourcing Design Pattern

#548: Event Sourcing Design Pattern

What if your database worked more like Git? Every change captured as an immutable event you can replay, instead of a single mutating row that quietly...

2026-05-11 18:36:29 4129
Download
#547: Parallel Python at Any Scale with Ray

#547: Parallel Python at Any Scale with Ray

When OpenAI trained GPT-3, they didn't roll their own orchestration layer. They used Ray, an open source Python framework born out of the same Berkele...

2026-05-06 22:40:14 3556
Download
#546: Self hosting apps for Python people

#546: Self hosting apps for Python people

The cloud is convenient until it isn't. You upload your photos, sync your contacts, click through the cookie banners. Then prices go up again or you r...

2026-04-27 21:53:07 3792
Download
#545: OWASP Top 10 (2025 List) for Python Devs

#545: OWASP Top 10 (2025 List) for Python Devs

The OWASP Top 10 just got a fresh update, and there are some big changes: supply chain attacks, exceptional condition handling, and more. Tanya Janca...

2026-04-16 22:24:50 3963
Download
#544: Wheel Next + Packaging PEPs

#544: Wheel Next + Packaging PEPs

When you pip install a package with compiled code, the wheel you get is built for CPU features from 2009. Want newer optimizations like AVX2? Your ins...

2026-04-10 18:56:54 4277
Download
#543: Deep Agents: LangChain's SDK for Agents That Plan and Delegate

#543: Deep Agents: LangChain's SDK for Agents That Plan and Delegate

When you type a question into ChatGPT, the model only has what you typed to work with. But tools like Claude Code can plan, iterate, test, and recover...

2026-04-01 19:20:51 3833
Download
#542: Zensical - a modern static site generator

#542: Zensical - a modern static site generator

If you've built documentation in the Python ecosystem, chances are you've used Martin Donath's work. His Material for MKDocs powers docs for FastAPI,...

2026-03-25 21:55:16 3843
Download
#541: Monty - Python in Rust for AI

#541: Monty - Python in Rust for AI

When LLMs write code to accomplish a task, that code has to actually run somewhere. And right now, the options aren't great. Spin up a sandboxed conta...

2026-03-19 20:38:50 3944
Download
#540: Modern Python monorepo with uv and prek

#540: Modern Python monorepo with uv and prek

Monorepos -- you've heard the talks, you've read the blog posts, maybe you've seen a few tantalizing glimpses into how Google or Meta organize their m...

2026-03-13 22:17:50 3733
Download
#539: Catching up with the Python Typing Council

#539: Catching up with the Python Typing Council

You're adding type hints to your Python code, your editor is happy, autocomplete is working great. But then you switch tools and suddenly there are re...

2026-03-06 17:58:04 3701
Download
#538: Python in Digital Humanities

#538: Python in Digital Humanities

Digital humanities sounds niche, until you realize it can mean a searchable archive of U.S. amendment proposals, Irish folklore, or pigment science in...

2026-02-28 22:28:36 4347
Download
#537: Datastar: Modern web dev, simplified

#537: Datastar: Modern web dev, simplified

You love building web apps with Python, and HTMX got you excited about the hypermedia approach -- let the server drive the HTML, skip the JavaScript b...

2026-02-21 21:36:58 4597
Download
#536: Fly inside FastAPI Cloud

#536: Fly inside FastAPI Cloud

You've built your FastAPI app, it's running great locally, and now you want to share it with the world. But then reality hits -- containers, load bala...

2026-02-11 00:17:41 4020
Download
#535: PyView: Real-time Python Web Apps

#535: PyView: Real-time Python Web Apps

Building on the web is like working with the perfect clay. It’s malleable and can become almost anything. But too often, frameworks try to hide the we...

2026-01-23 20:29:41 4076
Download
#534: diskcache: Your secret Python perf weapon

#534: diskcache: Your secret Python perf weapon

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

2026-01-13 06:32:21 4440
Download
#533: Web Frameworks in Prod by Their Creators

#533: Web Frameworks in Prod by Their Creators

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

2026-01-05 09:00:00 3718
Download
#532: 2025 Python Year in Review

#532: 2025 Python Year in Review

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

2025-12-29 09:00:00 4712
Download
#531: Talk Python in Production

#531: Talk Python in Production

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

2025-12-18 09:00:00 4873
Download
#530: anywidget: Jupyter Widgets made easy

#530: anywidget: Jupyter Widgets made easy

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

2025-12-13 09:00:00 4281
Download
#529: Computer Science from Scratch

#529: Computer Science from Scratch

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

2025-12-03 09:00:00 4620
Download
#528: Python apps with LLM building blocks

#528: Python apps with LLM building blocks

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

2025-11-30 09:00:00 4606
Download
#527: MCP Servers for Python Devs

#527: MCP Servers for Python Devs

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

2025-11-10 09:00:00 3985
Download
#526: Building Data Science with Foundation LLM Models

#526: Building Data Science with Foundation LLM Models

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

2025-11-01 08:00:00 4044
Download
#525: NiceGUI Goes 3.0

#525: NiceGUI Goes 3.0

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

2025-10-27 08:00:00 4666
Download
#524: 38 things Python developers should learn in 2025

#524: 38 things Python developers should learn in 2025

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

2025-10-20 09:00:00 4155
Download
#523: Pyrefly: Fast, IDE-friendly typing for Python

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

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

2025-10-13 09:00:00 4020
Download
#522: Data Sci Tips and Tricks from CodeCut.ai

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

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

2025-10-06 09:00:00 4172
Download
#521: Red Teaming LLMs and GenAI with PyRIT

#521: Red Teaming LLMs and GenAI with PyRIT

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

2025-09-29 09:00:00 3760
Download
#520: pyx - the other side of the uv coin (announcing pyx)

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

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

2025-09-23 09:00:00 3611
Download
#519: Data Science Cloud Lessons at Scale

#519: Data Science Cloud Lessons at Scale

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

2025-09-18 09:00:00 3776
Download
#518: Celebrating Django's 20th Birthday With Its Creators

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

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

2025-08-29 09:00:00 4093
Download
#517: Agentic Al Programming with Python

#517: Agentic Al Programming with Python

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

2025-08-22 09:00:00 4621
Download
#516: Accelerating Python Data Science at NVIDIA

#516: Accelerating Python Data Science at NVIDIA

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

2025-08-19 09:00:00 3942
Download
0:00
0:00
Episode
home.no_title_available
home.no_channel_info