#460: Dropbase: Build Internal Tools with Python

Do you find yourself or your team building internal apps frequently for your company? Are you familiar with the term "forms over data"? They are super empowering for your org but they can be pretty repetitive and you might find yourself spending more time than you'd like working … | Continue reading


@talkpython.fm | 2 days ago

#459: I Built A Python SaaS with AI

We all know that tools like ChatGPT have really empowered developers to tackle bigger problems. Are you using TailwindCSS and need a login page? Try asking Chat "What is the HTML for a login page with the login username, password, and button in its own section in the center of th … | Continue reading


@talkpython.fm | 7 days ago

#458: Serverless Python in 2024

What is the state of serverless computing and Python in 2024? What are some of the new tools and best practices? We are lucky to have Tony Sherman who has a lot of practical experience with serverless programming on the show. Episode sponsors Sentry Error Monitoring, Code TALKPYT … | Continue reading


@talkpython.fm | 10 days ago

#457: Software Supply Chain Security with Phylum

We've spoken previously about security and software supply chains and we are back at it this episode. We're diving in again with Charles Coggins. Charles works at a software supply chain company and is on to give us the insiders and defender's perspective on how to keep our Pytho … | Continue reading


@talkpython.fm | 15 days ago

#455: Land Your First Data Job

Interested in data science but you're not quite working in it yet? In software, getting that very first job can truly be the hardest one to land. On this episode, we have Avery Smith from Data Career Jumpstart here to share his advice for getting your first data job. Episode spon … | Continue reading


@talkpython.fm | 1 month ago

#454: Data Pipelines with Dagster

Do you have data that you pull from external sources or is generated and appears at your digital doorstep? I bet that data needs processed, filtered, transformed, distributed, and much more. One of the biggest tools to create these data pipelines with Python is Dagster. And we ar … | Continue reading


@talkpython.fm | 1 month ago

#453: uv - The Next Evolution in Python Packages?

Have you ever been wait around for pip to do its thing while installing packages or syncing a virtual environment or through some higher level tool such as pip-tools? Then you'll be very excited to hear about the tool just announced from Astral called uv. It's like pip, but 100x … | Continue reading


@talkpython.fm | 1 month ago

#452: Top Quart (async Flask) Extensions

Have you heard of Quart? It's the fully-async version of Flask created by Philip Jones who is working closely with the Flask team on these parallel projects. The TL;DR; version is that if you want to take advantage of async and await and you're using Flask, you want to give Quart … | Continue reading


@talkpython.fm | 1 month ago

#451: Djangonauts, Ready for Blast-Off

Are you interested in contributing to Django? Then there is an amazing mentorship program that helps Python and Django enthusiasts, because contributes and potentially core developers of Django. It's called Djangonauts and their slogan is 'where contributors launch.' On this epis … | Continue reading


@talkpython.fm | 2 months ago

#450: Versioning Web APIs in Python

You've built an awesome set of APIs and you have a wide array of devices and clients using them. Then you need to upgrade an end point or change them in a meaningful way. Now what? That's the conversation I dive into over the next hour with Stanislav Zmiev. We're talking about Ve … | Continue reading


@talkpython.fm | 2 months ago

#449: Building UIs in Python with FastUI

Building web UIs in Python has always been in interesting proposition. On one end, we have a the full web design story with artisanal HTML and CSS. On another end there are several Python platforms that aim to the bring RAD, rapid app development, style of building with Python. T … | Continue reading


@talkpython.fm | 2 months ago

#448: Full-Time Open Source Devs Panel

So you've created a Python-based open source project and it's started to take off. You're getting contributors, lots of buzz in the podcast space, and more. But you have that day job working on Java. How do you make the transition from popular hobby project to full time job? Afte … | Continue reading


@talkpython.fm | 2 months ago

#447: Parallel Python Apps with Sub Interpreters

It's an exciting time for the capabilities of Python. We have the Faster CPython initiative going strong, the recent async work, the adoption of typing and on this episode we discuss a new isolation and parallelization capability coming to Python through sub-interpreters. We have … | Continue reading


@talkpython.fm | 3 months ago

#446: Python in Excel

Why is Python so popular? There is plenty of room for debate on this but one solid reason is it's easy to adopt, easy to use, and caters to people who are not quite developers/data scientists but need to do some computing. Do you know where there largest untapped set of that grou … | Continue reading


@talkpython.fm | 3 months ago

#456: Building GPT Actions with FastAPI and Pydantic

Do you know what custom GPTs are? They're configurable and shareable chat experiences with a name, logo, custom instructions, conversation starters, access to OpenAI tools, and custom API actions. And, you can build them with Python! Ian Maurer has been doing just that and is her … | Continue reading


@talkpython.fm | 3 months ago

#445: Inside Azure Data Centers with Mark Russinovich

When you run your code in the cloud, how much do you know about where it runs? I mean, the hardware it runs on and the data center it runs in? There are just a couple of hyper-scale cloud providers in the world. This episode is a very unique chance to get a deep look inside one o … | Continue reading


@talkpython.fm | 3 months ago

#444: The Young Coder's Blueprint to Success

Are you early in your software dev or data science career? Maybe it hasn't even really started yet and you're still in school. On this episode we have Sydney Runkle who has had a ton of success in the Python space and she hasn't even graduated yet. We sit down to talk about what … | Continue reading


@talkpython.fm | 4 months ago

#443: Python Bytes Crossover 2023

Special crossover episode of Python Bytes to wrap up 2023. Topics include: Michael #1: Hatch v1.8 Brian #2: svcs : A Flexible Service Locator for Python Michael #3: Steering Council 2024 Term Election Results Brian #4: Python protocols. When to use them in your projects … | Continue reading


@talkpython.fm | 4 months ago

#442: Ultra High Speed Message Parsing with msgspec

If you're a fan of Pydantic or dataclasses, you'll definitely be interested in this episode. We are talking about a super fast data modeling and validation framework called msgspec. Some of the types in here might even be better for general purpose use than Python's native classe … | Continue reading


@talkpython.fm | 4 months ago

#441: Python = Syntactic Sugar?

You've probably heard the term 'syntactic sugar', that is, syntax within a programming language that is designed to make things easier to read or to express. It makes the language 'sweeter' for human use. It turns out Brett Cannon has spent 2 years diving into and writing about P … | Continue reading


@talkpython.fm | 5 months ago

#440: Talking to Notebooks with Jupyter AI

We all know that LLMs and generative AI has been working its way into many products. It's Jupyter's turn to get a really awesome integration. We have David Qiu here to tell us about Jupyter AI. Jupyter AI provides a user-friendly and powerful way to apply generative AI to your no … | Continue reading


@talkpython.fm | 5 months ago

#439: Pixi, A Fast Package Manager

On this episode we have Wolf Vollprecht and Ruben Arts from the pixi project here to talk about pixi, a high performance package manager for Python and other languages that actually manages Python itself too. They have a lot of interesting ideas on where Python packaging should g … | Continue reading


@talkpython.fm | 5 months ago

#438: Celebrating JupyterLab 4 and Jupyter 7 Releases

Jupyter Notebooks and Jupyter Lab have to be one of the most important parts of Python when it comes to bring new users to the Python ecosystem and certainly for the day to day work of data scientists and general scientists who have made some of the biggest discoveries of recent … | Continue reading


@talkpython.fm | 5 months ago

#437: HTMX for Django Developers (And All of Us)

Are you considering or struggling with replacing much of the interactivity of your Django app with frontend JavaScript frameworks? After all, your users do expect an interactive and modern app, right? Before you make a rash decision, you owe it to yourself to check out HTMX. It g … | Continue reading


@talkpython.fm | 5 months ago

#436: An Unbiased Evaluation of Environment and Packaging Tools

How well do you know your Python packaging tools? These are things like pip which install your project's dependencies and their dependencies and so on. In this mix, we have more modern tools such as Poetry, Flit, Hatch and others. And even tools outside of Python itself which may … | Continue reading


@talkpython.fm | 6 months ago

#435: PyPI Security

Do you worry about your developer / data science supply chain safety? All the packages for the Python ecosystem are much of what makes Python awesome. But the are also a bit of an open door to your code and machine. Luckily the PSF is taking this seriously and hired Mike Fiedler … | Continue reading


@talkpython.fm | 6 months ago

#434: Building Mobile Apps Backed with Python

Are you building a mobile app and wondering where Python fits in the mix? Are you support others building these apps with backend APIs written in Python? Can you write your entire app, end to end, in Python? I have a great panel put together to discuss exactly this. And they all … | Continue reading


@talkpython.fm | 6 months ago

#433: Litestar: Effortlessly Build Performant APIs

We all know about Flask and Django. And of course FastAPI made a huge splash when it came on the scene a few years ago. But new web frameworks are being creating all the time. And they have these earlier frameworks to borrow from as well. On this episode we dive into a new framew … | Continue reading


@talkpython.fm | 6 months ago

#432: Migrating to Pydantic 2.0: Beanie for MongoDB

By now, surely you've heard how awesome Pydantic version 2 is. The team led by Samual Colvin spent almost a year refactoring and reworking the core into a high-performance Rust version while keeping the public API in Python and largely unchanged. The main benefit of this has been … | Continue reading


@talkpython.fm | 7 months ago

#431: Visualizing CPython Release Process

Every year Python has a new major release. This year it's Python 3.12 and it'll come out on October 2, 2023. That's 4 days from when this episode was published. There is quite process involved to test, build, and ship Python across many platforms and channels. We have Seth Michae … | Continue reading


@talkpython.fm | 7 months ago

#430: Delightful Machine Learning Apps with Gradio

So, you've got this amazing machine learning model you created. And you want to share it and let your colleagues and users experiment with it on the web. How do you get started? Learning Flask or Django? Great frameworks, but you might consider Gradio which is a rapid development … | Continue reading


@talkpython.fm | 7 months ago

#429: Taming Flaky Tests

We write tests to show us when there are problems with our code. But what if there are intermittent problems with the tests themselves? That can be big hassle. In this episode, we have Gregory Kapfhammer and Owain Parry on the show to share their research and advice for taming fl … | Continue reading


@talkpython.fm | 7 months ago

#428: Django Trends in 2023

Have you heard of Django? It's this little web framework that, well, kicked off much of Python's significance in the web space back in 2005. And that makes Django officially an adult. That's right, Django is now 18. And Django continues to lead the way on how community should be … | Continue reading


@talkpython.fm | 8 months ago

#427: 10 Tips and Ideas for the Beginner to Expert Python Journey

Getting started in Python is pretty easy. There's even a t-shirt that jokes about it: I learned Python, it was a good weekend. But to go from know how to create variables and writing loops, to building amazing things like FastAPI or Instagram, well there is this little gap betwee … | Continue reading


@talkpython.fm | 8 months ago

#427: 10 Tips and Ideas for the Beginner to Expert Python Journey

See the full show notes for this episode on the website at talkpython.fm/427 | Continue reading


@talkpython.fm | 8 months ago

#426: What's New in PyScript [August 2023]

One of the most exciting initiatives in the Python space these days is pyscript which enables Python running natively in your browser. With consistent support from the folks at Anaconda, this project has been making solid strides since its initial release. On this episode we catc … | Continue reading


@talkpython.fm | 8 months ago

#426: What's New in PyScript [August 2023]

See the full show notes for this episode on the website at talkpython.fm/426 | Continue reading


@talkpython.fm | 8 months ago

#425: Memray: The endgame Python memory profiler

Understanding how your Python application is using memory can be tough. First, Python has it's own layer of reused memory (arenas, pools, and blocks) to help it be more efficient. And many important Python packages are built in natively compiled languages like C and Rust often ti … | Continue reading


@talkpython.fm | 9 months ago

#425: Memray: The endgame Python memory profiler

See the full show notes for this episode on the website at talkpython.fm/425 | Continue reading


@talkpython.fm | 9 months ago

#424: Shiny for Python

If you want to share your data science results as interactive web apps, you could learn Flask or Django and a bunch of other web technologies. Or, you could pick up one of the powerful frameworks for deploying data science specifically. And if you're searching through that space, … | Continue reading


@talkpython.fm | 9 months ago

#424: Shiny for Python

See the full show notes for this episode on the website at talkpython.fm/424 | Continue reading


@talkpython.fm | 9 months ago

#423: Solving 10 different simulation problems with Python

Python is used for a wide variety of software projects. One area it's really gained a huge amount of momentum is in the computational space (including data science). On this episode we welcome back Allen Downey to dive into a particular slice of this space: simulation problems an … | Continue reading


@talkpython.fm | 9 months ago

#423: Solving 10 different simulation problems with Python

See the full show notes for this episode on the website at talkpython.fm/423 | Continue reading


@talkpython.fm | 9 months ago

#422: How data scientists use Python

Regardless of which side of Python, software developer or data scientist, you sit on, you surely know that data scientists and software devs seem to have different styles and priorities. But why? And what are the benefits as well as the pitfalls of this separation. That's the top … | Continue reading


@talkpython.fm | 10 months ago

#421: Python at Netflix

When you think of Netflix (as a technology company), you probably imagine them as cloud innovators. They were one of the first companies to go all-in on a massive scale for cloud computing as well as throwing that pesky chaos monkey into the servers. But they have become a hive o … | Continue reading


@talkpython.fm | 10 months ago

#420: Database Consistency & Isolation for Python Devs

When you use a SQL database like Postgres, you have to understand the subtleties of isolation levels from 'read committed' to 'serializable.' And distributed databases like MongoDB offer a range of consistency levels, from 'eventually consistent' to 'linearizable' and many option … | Continue reading


@talkpython.fm | 10 months ago

#419: Debugging Python in Production with PyStack

Here's the situation. You have a Python app that is locked or even has completely crashed and all you're left with is a core dump on the server. Now what? It's time for PyStack! You can capture a view of your app as if you've set a breakpoint and even view the callstack and loca … | Continue reading


@talkpython.fm | 10 months ago

#418: How To Keep A Secret in Python Apps

Think about the different APIs and databases your application works with. Every one of them requires either an API key or a database connection string that itself contains a password. How do you let your application access this sensitive information without storing it in source c … | Continue reading


@talkpython.fm | 11 months ago