Talk Python To Me

تفاصيل القناة

Talk Python To Me

Talk Python To Me

المنشئ: 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 미국 التكنولوجيا

الحلقات الحديثة

547 حلقة
#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 19:36:29 4129
تحميل
#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 23:40:14 3556
تحميل
#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 22:53:07 3792
تحميل
#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 23:24:50 3963
تحميل
#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 19:56:54 4277
تحميل
#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 20:20:51 3833
تحميل
#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 23:55:16 3843
تحميل
#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 22:38:50 3944
تحميل
#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-14 00:17:50 3733
تحميل
#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 19:58:04 3701
تحميل
#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-03-01 00:28:36 4347
تحميل
#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 23:36:58 4597
تحميل
#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 02:17:41 4020
تحميل
#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 22:29:41 4076
تحميل
#534: diskcache: Your secret Python perf weapon

#534: diskcache: Your secret Python perf weapon

Your cloud SSD is sitting there, bored, and it would like a job. Today we’re putting it to work with DiskCache, a simple, practical cache built on SQL...

2026-01-13 08:32:21 4440
تحميل
#533: Web Frameworks in Prod by Their Creators

#533: Web Frameworks in Prod by Their Creators

Today on Talk Python, the creators behind FastAPI, Flask, Django, Quart, and Litestar get practical about running apps based on their framework in pro...

2026-01-05 11:00:00 3718
تحميل
#532: 2025 Python Year in Review

#532: 2025 Python Year in Review

Python in 2025 is in a delightfully refreshing place: the GIL's days are numbered, packaging is getting sharper tools, and the type checkers are multi...

2025-12-29 11:00:00 4712
تحميل
#531: Talk Python in Production

#531: Talk Python in Production

Have you ever thought about getting your small product into production, but are worried about the cost of the big cloud providers? Or maybe you think...

2025-12-18 11:00:00 4873
تحميل
#530: anywidget: Jupyter Widgets made easy

#530: anywidget: Jupyter Widgets made easy

For years, building interactive widgets in Python notebooks meant wrestling with toolchains, platform quirks, and a mountain of JavaScript machinery....

2025-12-13 11:00:00 4281
تحميل
#529: Computer Science from Scratch

#529: Computer Science from Scratch

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

2025-12-03 11:00:00 4620
تحميل
#528: Python apps with LLM building blocks

#528: Python apps with LLM building blocks

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

2025-11-30 11:00:00 4606
تحميل
#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 11:00:00 3985
تحميل
#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 10:00:00 4044
تحميل
#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 10:00:00 4666
تحميل
#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 10:00:00 4155
تحميل
#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 10:00:00 4020
تحميل
#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 10:00:00 4172
تحميل
#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 10:00:00 3760
تحميل
#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 10:00:00 3611
تحميل
#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 10:00:00 3776
تحميل
#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 10:00:00 4093
تحميل
#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 10:00:00 4621
تحميل
#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 10:00:00 3942
تحميل
#515: Durable Python Execution with Temporal

#515: Durable Python Execution with Temporal

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

2025-08-11 10:00:00 4254
تحميل
#514: Python Language Summit 2025

#514: Python Language Summit 2025

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

2025-07-18 10:00:00 4380
تحميل
#513: Stories from Python History

#513: Stories from Python History

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

2025-07-14 10:00:00 4116
تحميل
#512: Building a JIT Compiler for CPython

#512: Building a JIT Compiler for CPython

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

2025-07-02 10:00:00 4098
تحميل
#511: From Notebooks to Production Data Science Systems

#511: From Notebooks to Production Data Science Systems

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

2025-06-25 10:00:00 3255
تحميل
#510: 10 Polars Tools and Techniques To Level Up Your Data Science

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

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

2025-06-18 10:00:00 3724
تحميل
#509: GPU Programming in Pure Python

#509: GPU Programming in Pure Python

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

2025-06-11 10:00:00 3449
تحميل
0:00
0:00
Episode
home.no_title_available
home.no_channel_info