A biweekly podcast on the Django Web Framework by Will Vincent and Carlton Gibson.
…
continue reading
Django Web Framework Podcasts
A fun, caffeine-powered podcast about the Django web framework by Adam Hill and Sangeeta Jadoonanan!
…
continue reading
Django Riffs is a podcast for learning web application development in Python using the Django web framework. We explore all of Django's features to equip listeners with the knowledge to build a web app.
…
continue reading
Talks from the monthly Django-NYC meetings.
…
continue reading
Episodes and show notes available at friday.hirelofty.com. An unapologetic show about the culture and chaos of software engineering from the makers and breakers of digital products at Lofty Labs. We build software with Python and Django, Ruby and Rails, Golang, whatever frontend framework we're forced to use because it's popular this month, and anything else to get the job done right. Then on Friday afternoons we have a beer and talk about our regrets on this show.
…
continue reading
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.
…
continue reading

1
PHP Web Frameworks - Roman Pronskiy
1:05:02
1:05:02
Play later
Play later
Lists
Like
Liked
1:05:02Roman’s personal site, GitHub, and YouTube channel The PHP Foundation The New Life of PHP – The PHP Foundation PHP Annotated Newsletter PHP 3 to 8: The Evolution of a Codebase PHPStorm 2025.1 Sponsor This episode was brought to you by Buttondown, the easiest way to start, send, and grow your email newsletter. New customers can save 50% off their fi…
…
continue reading

1
#511: From Notebooks to Production Data Science Systems
54:15
54:15
Play later
Play later
Lists
Like
Liked
54:15If 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 data science game from local notebooks to full-on production workflows. Episode sponsors Agntcy Sentry Error Monitoring, Code TALK…
…
continue reading

1
#510: 10 Polars Tools and Techniques To Level Up Your Data Science
1:02:04
1:02:04
Play later
Play later
Lists
Like
Liked
1:02:04Are 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 libraries that make Polars even better. Examples include Patito which combines Pydantic and Polars for data validation and polars_…
…
continue reading
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 work building Python SDKs which provide nearly native level of performance when doing Pythonic GPU programming. Bryce Adelstein Lelb…
…
continue reading

1
#508: Program Your Own Computer with Python
1:11:56
1:11:56
Play later
Play later
Lists
Like
Liked
1:11:56If you've heard the phrase "Automate the boring things" for Python, this episode starts with that idea and takes it to another level. We have Glyph back on the podcast to talk about "Programming YOUR computer with Python." We dive into a bunch of tools and frameworks and especially spend some time on integrating with existing platform APIs (e.g. ma…
…
continue reading

1
#507: Agentic AI Workflows with LangGraph
1:03:59
1:03:59
Play later
Play later
Lists
Like
Liked
1:03:59If you want to leverage the power of LLMs in your Python apps, you would be wise to consider an agentic framework. Agentic empowers the LLMs to use tools and take further action based on what it has learned at that point. And frameworks provide all the necessary building blocks to weave these into your apps with features like long-term memory and d…
…
continue reading

1
Django Deployments in 2025 - Eric Matthes
1:08:00
1:08:00
Play later
Play later
Lists
Like
Liked
1:08:00Python Crash Course, 3rd Edition django-simple-deploy Mostly Python Newsletter Django From First Principles Series DJP: A Plugin System for Django dsd-vps django-production Sponsor This episode was brought to you by Buttondown, the easiest way to start, send, and grow your email newsletter. New customers can save 50% off their first year with Butto…
…
continue reading

1
#506: ty: Astral's New Type Checker (Formerly Red-Knot)
1:04:19
1:04:19
Play later
Play later
Lists
Like
Liked
1:04:19The folks over at Astral have made some big-time impacts in the Python space with uv and ruff. They are back with another amazing project named ty. You may have known it as Red-Knot. But it's coming up on release time for the first version and with the release it comes with a new official name: ty. We have Charlie Marsh and Carl Meyer on the show t…
…
continue reading
Where Sangeeta and Adam talk about how to build REST APIs in Django. We talk about using the built-in JsonResponse, Django REST Framework, and Django Ninja. Intro ☕️ What is REST What is an API Design of Everyday Things Design of Everyday APIs PyCon 2024 Talk Apple Human Interface Guidelines Electrolyte coffee Blue Bottle coffee Ember mug Building …
…
continue reading
Everyday Superpowers* Chris on Fosstodon and BlueSky Why I Finally Embraced Event Sourcing and You Should Too DjangoCon US 2023: HTML-ivating your Django web app's experience with HTMX, AlpineJS, and streaming HTML Sponsor This episode was brought to you by HackSoft, your development partner beyond code. From custom software development to consulti…
…
continue reading

1
#505: t-strings in Python (PEP 750)
1:11:59
1:11:59
Play later
Play later
Lists
Like
Liked
1:11:59Python has many string formatting styles which have been added to the language over the years. Early Python used the % operator to injected formatted values into strings. And we have string.format() which offers several powerful styles. Both were verbose and indirect, so f-strings were added in Python 3.6. But these f-strings lacked security featur…
…
continue reading
What trends and technologies should you be paying attention to today? Are there hot new database servers you should check out? Or will that just be a flash in the pan? I love these forward looking episodes and this one is super fun. I've put together an amazing panel: Gina Häußge, Ines Montani, Richard Campbell, and Calvin Hendryx-Parker. We dive i…
…
continue reading
DjangoCon Europe 2025 DjangoCon Europe on YouTube - subscribe to be notified when talks are posted Get Started With AI Assistant in PyCharm neapolitan - Quick CRUD views for Django Django Social Django Events Foundation of North AmericaBy Will Vincent
…
continue reading
Pandas is at a the core of virtually all data science done in Python, that is virtually all data science. Since it's beginning, Pandas has been based upon numpy. But changes are afoot to update those internals and you can now optionally use PyArrow. PyArrow comes with a ton of benefits including it's columnar format which makes answering analytical…
…
continue reading

1
#502: Django Ledger: Accounting with Python
1:03:38
1:03:38
Play later
Play later
Lists
Like
Liked
1:03:38Do you or your company need accounting software? Well, there are plenty of SaaS products out there that you can give your data to. but maybe you also really like Django and would rather have a foundation to build your own accounting system exactly as you need for your company or your product. On this episode, we're diving into Django Ledger, create…
…
continue reading
Frank Wiles personal site RevSys - Django Consultancy kube-anypod kube-secrets DjangoCon US 2024: Brief History of Django with Frank Wiles Django 6.x Steering Council Aider AI Claude Django for APIs, 5th Edition Sponsor This episode was brought to you by HackSoft, your development partner beyond code. From custom software development to consulting,…
…
continue reading

1
#501: Marimo - Reactive Notebooks for Python
1:00:35
1:00:35
Play later
Play later
Lists
Like
Liked
1:00:35Have you ever spent an afternoon wrestling with a Jupyter notebook, hoping that you ran the cells in just the right order, only to realize your outputs were completely out of sync? Today's guest has a fresh take on solving that exact problem. Akshay Agrawal is here to introduce Marimo, a reactive Python notebook that ensures your code and outputs a…
…
continue reading

1
#500: Django Simple Deploy and other DevOps Things
57:34
57:34
Play later
Play later
Lists
Like
Liked
57:34We're sitting down with Eric Matthes, the educator, author, and developer behind Django Simple Deploy. If you've ever struggled with taking that final step of getting your Django app onto a live server (without spending days wrestling with DevOps complexities), then give Django Simple Deploy a look. Eric shares how Django Simple Deploy automates aw…
…
continue reading

1
PyCon US 2025 - Elaine Wong & Jon Banafato
1:02:24
1:02:24
Play later
Play later
Lists
Like
Liked
1:02:24PyCon US 2025 Jon Banfato personal website Elaine Wong personal website PyCon US Hatchery Program PyCon Startup Row Conference Chats NICAR 2025 pyladies pycon.org (lists many of the Python conferences around the world and includes an events calendar) Sponsor This episode was brought to you by HackSoft, your development partner beyond code. From cus…
…
continue reading

1
#499: BeeWare and the State of Python on Mobile
1:07:47
1:07:47
Play later
Play later
Lists
Like
Liked
1:07:47This episode is all about Beeware, the project that working towards true native apps built on Python, especially for iOS and Android. Russell's been at this for more than a decade, and the progress is now hitting critical mass. We'll talk about the Toga GUI toolkit, building and shipping your apps with Briefcase, the newly official support for iOS …
…
continue reading

1
#498: Algorithms for high performance terminal apps
1:08:16
1:08:16
Play later
Play later
Lists
Like
Liked
1:08:16In this episode, we welcome back Will McGugan, the creator of the wildly popular Rich library and founder of Textualize. We'll dive into Will's latest article on "Algorithms for High Performance Terminal Apps" and explore how he's quietly revolutionizing what's possible in the terminal, from smooth animations and dynamic widgets to full-on TUI (or …
…
continue reading
Have you ever wondered why certain data points stand out so dramatically? They might hold the key to everything from fraud detection to groundbreaking discoveries. This week on Talk Python to Me, we dive into the world of outlier detection with Python with Brett Kennedy. You'll learn how outliers can signal errors, highlight novel insights, or even…
…
continue reading
Lily on GitHub DSF Member of the month - Lily Foote Steering Council Meeting Notes DEP 10: New governance for the Django project DSF Board Meeting Notes Composite Primary Keys discussion and 5.2 release notes uv Python package manager PyCharm uv support and How to use uv in PyCharm maturin and click django-rusty-templates Sponsor This episode was b…
…
continue reading

1
#496: Scaf: Complete blueprint for new Python Kubernetes projects
1:19:34
1:19:34
Play later
Play later
Lists
Like
Liked
1:19:34Today we explore the wild world of Python deployment with my friend, Calvin Hendryx-Parker from Six Feet Up. We’ll tackle some of the biggest challenges in taking a Python app from “it works on my machine” to production, covering inconsistent environments, conflicting dependencies, and sneaky security pitfalls. Along the way, Calvin shares how cont…
…
continue reading

1
Sticking with Django - Florian Apolloner
1:14:01
1:14:01
Play later
Play later
Lists
Like
Liked
1:14:01Florian on GitHub, Mastodon, and BlueSky Django 3.0.1 Security Release related to potential hijack via password reset form Best Python IDE: Vim, Emacs, PyCharm, or Visual Studio Code? | Guido van Rossum and Lex Fridman lithium: Django starter project Copier Sponsor This episode was brought to you by HackSoft, your development partner beyond code. F…
…
continue reading

1
#495: OSMnx: Python and OpenStreetMap
1:01:55
1:01:55
Play later
Play later
Lists
Like
Liked
1:01:55On this episode, I'm joined by Dr. Geoff Boeing, an assistant professor at the University of Southern California whose research spans urban planning, spatial analysis, and data science. We explore why OpenStreetMap is such a powerful source of global map data—and how Geoff's Python library, OSMnx, makes that data easier to download, model, and visu…
…
continue reading

1
#494: Update on Flet: Python + Flutter UIs
1:00:23
1:00:23
Play later
Play later
Lists
Like
Liked
1:00:23As Python developers, we're incredibly lucky to have over half a million packages that we can use to build our applications with over at PyPI. However, when it comes to choosing a UI framework, the options get narrowed down very quickly. Intersect those choices with the ones that work on mobile, and you have a very short list. Flutter is a UI frame…
…
continue reading

1
Official Django MongoDB Backend - Jib Adegunloye
1:02:42
1:02:42
Play later
Play later
Lists
Like
Liked
1:02:42Django MongoDB Backend Repo Official Django MongoDB Backend Now Available in Public Preview DjangoCon Europe 2025 Jib’s Blog Post on Developing this Project Quickstart dev.to article Let’s Switch Things Up: Using MongoDB in an Intro Django Project Key Benefits of using MongoDB in Django MongoDB documentation on getting started with Django django-si…
…
continue reading

1
#493: Quarto: Open-source technical publishing
1:05:01
1:05:01
Play later
Play later
Lists
Like
Liked
1:05:01In this episode, I'm joined by JJ Allaire, founder and executive chairman at Posit, and Carlos Scheidegger, a software engineer at Posit, to explore Quarto, an open-source tool revolutionizing technical publishing. We discuss how Quarto empowers users to seamlessly transform Jupyter notebooks into polished reports, dashboards, e-books, websites, an…
…
continue reading

1
The Future of Django - Emma Delescolle
1:03:05
1:03:05
Play later
Play later
Lists
Like
Liked
1:03:05Ember RFCs Emma has a blog LevIT Django: Looking Forward to the Next 20 Years drf-schema-adapter Django 6.x Steering Council Election Results django-distill PyScript Rewriting Django from almost scratch in 2021 - DjangoCon Europe Sponsor This episode was brought to you by Buttondown, the easiest way to start, send, and grow your email newsletter. N…
…
continue reading
Join me as I chat with Rich Iannone and Michael Chow from Posit where we explore the transformative power of data tables with the Great Tables library. We'll cover practical applications of Great Tables, showcasing how thoughtful design and advanced formatting can elevate your data presentations. And you'll learn about innovative features like nano…
…
continue reading

1
Beyond Golden Pathways - Teaching Django with Sheena O’Connell
1:14:49
1:14:49
Play later
Play later
Lists
Like
Liked
1:14:49Sheena's Personal Site Prelude Guild of Educators DjangoCon US Keynote - Power to the People who Teach the People PyCon Italia Keynote - A Tale from the Trenches Escape conf - Testing Python Web Apps using Playwright Webinar: Why HTMX makes good business sense Using Cursor to Port Django tests to pytest Sponsor This episode was brought to you by Bu…
…
continue reading
LearnDjango Three Course Bundle The Stack Report Leuchtturm Weekly Planner Rereading Working in Public Fosstodon Thread DjangoCon Europe CFP Open Until January 12th An Obvious Statement About Open Source | Christopher Neugebauer | Monktoberfest 2024 Django 6.x Steering Council Results DjangoCon Japan, Europe, Africa, and US Reimagining OSS Licensin…
…
continue reading

1
#491: DuckDB and Python: Ducks and Snakes living together
1:02:03
1:02:03
Play later
Play later
Lists
Like
Liked
1:02:03Join me for an insightful conversation with Alex Monahan, who works on documentation, tutorials, and training at DuckDB Labs. We explore why DuckDB is gaining momentum among Python and data enthusiasts, from its in-process database design to its blazingly fast, columnar architecture. We also dive into indexing strategies, concurrency considerations…
…
continue reading
See the full show notes for this episode on the website at talkpython.fm/490By Michael Kennedy (@mkennedy)
…
continue reading

1
Episode 4: Spoiler Alert: DjangoCon US Recap, Open Source Maintenance, and Other Spooky Stories
54:26
54:26
Play later
Play later
Lists
Like
Liked
54:26We're back and ready to spill the beans on our summer, DjangoCon US 2024, and some fun coffee concoctions we learned about! Our fun summer! Staycation 🌴 Danish cookies/everyone's favorite sewing kit tin 🇩🇰 Dalgona coffee recipe ☕️ Squid Game 🦑 Django Stickers 2nd edition 👻 Django Day Copenhagen 2024 and Django London Meetup DjangoCon US 2024 talks …
…
continue reading

1
#489: Anaconda Toolbox for Excel and more with Peter Wang
1:09:09
1:09:09
Play later
Play later
Lists
Like
Liked
1:09:09See the full show notes for this episode on the website at talkpython.fm/489By Michael Kennedy (@mkennedy)
…
continue reading
See the full show notes for this episode on the website at talkpython.fm/488By Michael Kennedy (@mkennedy)
…
continue reading
pretix and on GitHub rami.io DjangoCon Europe 2023 | Building and scaling a live event platform with django-channels DjangoCon Europe 2024 | Fast on my machine: How to debug slow requests in production Building a business on open-source applications DjangoCon Europe 2020 | Security strategies for multi-tenant applications DjangoCon Europe 2019 | Pl…
…
continue reading

1
#487: Building Rust Extensions for Python
1:02:24
1:02:24
Play later
Play later
Lists
Like
Liked
1:02:24See the full show notes for this episode on the website at talkpython.fm/487By Michael Kennedy (@mkennedy)
…
continue reading
Hynek’s personal website Variomedia Hynek on YouTube, Mastodon, and GitHub DjangoCon 2008 Keynote by Cal Henderson: Why I Hate Django attrs - Python Classes Without Boilerplate svcs - A Flexible Service Locator for Python Hynek’s 2011 Review, Ticket 6148 and 373 Jacob Kaplan-Moss Thread on extending languages The End Of Object Inheritance & The Beg…
…
continue reading

1
#486: CSnakes: Embed Python code in .NET
1:02:45
1:02:45
Play later
Play later
Lists
Like
Liked
1:02:45See the full show notes for this episode on the website at talkpython.fm/486By Michael Kennedy (@mkennedy)
…
continue reading

1
#485: Secure coding for Python with SheHacksPurple
1:09:28
1:09:28
Play later
Play later
Lists
Like
Liked
1:09:28See the full show notes for this episode on the website at talkpython.fm/485By Michael Kennedy (@mkennedy)
…
continue reading

1
Django for the Meat Industry - Bryton Wishart
50:30
50:30
Play later
Play later
Lists
Like
Liked
50:30Cured Complicance Articles Cured Compliance on nbn Australia django-two-factor-auth Sponsors The Stack Report - Carlton's Monthly Premium Newsletter LearnDjango.com - Free Tutorials and Premium CoursesBy Will Vincent
…
continue reading

1
#484: From React to a Django+HTMX based stack
57:44
57:44
Play later
Play later
Lists
Like
Liked
57:44See the full show notes for this episode on the website at talkpython.fm/484By Michael Kennedy (@mkennedy)
…
continue reading

1
Python Core Developer - Mariatta Wijaya
1:03:08
1:03:08
Play later
Play later
Lists
Like
Liked
1:03:08Mariatta’s personal site Mariatta on GitHub, Fosstodon, Instagram, and LinkedIn GitHub stories Hidden Figures of Python podcast CMDLines Python discussion forum Sponsor The Stack Report - Carlton's Monthly Premium NewsletterBy Will Vincent
…
continue reading

1
#483: Reflex Framework: Frontend, Backend, Pure Python
1:03:05
1:03:05
Play later
Play later
Lists
Like
Liked
1:03:05See the full show notes for this episode on the website at talkpython.fm/483By Michael Kennedy (@mkennedy)
…
continue reading

1
#482: Pre-commit Hooks for Python Devs
1:10:20
1:10:20
Play later
Play later
Lists
Like
Liked
1:10:20See the full show notes for this episode on the website at talkpython.fm/482By Michael Kennedy (@mkennedy)
…
continue reading

1
#481: Python Opinions and Zeitgeist with Hynek
1:03:00
1:03:00
Play later
Play later
Lists
Like
Liked
1:03:00See the full show notes for this episode on the website at talkpython.fm/481By Michael Kennedy (@mkennedy)
…
continue reading

1
Thibaud Colas - 2025 DSF Board Nominations
1:05:21
1:05:21
Play later
Play later
Lists
Like
Liked
1:05:21Thibaud on LinkedIn, on Mastodon Django on Mastodon, on LinkedIn 2025 DSF Board Nominations Django Forum Discussion of 2025 DSF Board Elections DSF Individual Members and Steering Council Members Torchbox CTO and senior dev job offers Wagtail high-profile users, newsletter, roadmap Sponsor Django Chat Podcast Sponsorship Information…
…
continue reading