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 ریاستہائے متحدہ امریکہ ٹیکنالوجی

حالیہ اقساط

540 اقساط
#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-20 00: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 02: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 21: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 02: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-22 01: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 04: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-24 00: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 10: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 13: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 13: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 13: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 13: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 13: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 13:00:00 4606
ڈاؤن لوڈ
#527: MCP Servers for Python Devs

#527: MCP Servers for Python Devs

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

2025-11-10 13:00:00 3985
ڈاؤن لوڈ
#526: Building Data Science with Foundation LLM Models

#526: Building Data Science with Foundation LLM Models

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

2025-11-01 12:00:00 4044
ڈاؤن لوڈ
#525: NiceGUI Goes 3.0

#525: NiceGUI Goes 3.0

Building a UI in Python usually means choosing between "quick and limited" or "powerful and painful." What if you could write modern, component-based...

2025-10-27 12:00:00 4666
ڈاؤن لوڈ
#524: 38 things Python developers should learn in 2025

#524: 38 things Python developers should learn in 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...

2025-10-20 12:00:00 4155
ڈاؤن لوڈ
#523: Pyrefly: Fast, IDE-friendly typing for Python

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

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

2025-10-13 12:00:00 4020
ڈاؤن لوڈ
#522: Data Sci Tips and Tricks from CodeCut.ai

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

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

2025-10-06 12:00:00 4172
ڈاؤن لوڈ
#521: Red Teaming LLMs and GenAI with PyRIT

#521: Red Teaming LLMs and GenAI with PyRIT

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

2025-09-29 12: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 12: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 12: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 12: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 12: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 12: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 12: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 12: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 12: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 12: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 12: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 12: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 12:00:00 3449
ڈاؤن لوڈ
#508: Program Your Own Computer with Python

#508: Program Your Own Computer with Python

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

2025-06-06 12:00:00 4316
ڈاؤن لوڈ
#507: Agentic AI Workflows with LangGraph

#507: Agentic AI Workflows with LangGraph

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

2025-06-02 12:00:00 3839
ڈاؤن لوڈ
#506: ty: Astral's New Type Checker (Formerly Red-Knot)

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

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

2025-05-19 12:00:00 3859
ڈاؤن لوڈ
#505: t-strings in Python (PEP 750)

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

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

2025-05-13 12:00:00 4319
ڈاؤن لوڈ
#504: Developer Trends in 2025

#504: Developer Trends in 2025

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

2025-05-05 12:00:00 4193
ڈاؤن لوڈ
#503: The PyArrow Revolution

#503: The PyArrow Revolution

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

2025-04-28 12:00:00 4116
ڈاؤن لوڈ
#502: Django Ledger: Accounting with Python

#502: Django Ledger: Accounting with Python

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

2025-04-21 12:00:00 3818
ڈاؤن لوڈ
0:00
0:00
Episode
home.no_title_available
home.no_channel_info