Sponsor of the Day:
Jerkmate
https://realpython.com/podcasts/rpp/27/
Episode #27: Preparing for an Interview With Python Practice Problems – The Real Python Podcast
What is an effective way to prepare for a Python interview? Would you like a set of problems that increase in difficulty to practice and hone your Python...
episode 27practice problemsreal podcastpreparinginterview
https://realpython.com/podcasts/rpp/12/
Episode #12: Web Scraping in Python: Tools, Techniques, and Legality – The Real Python Podcast
Do you want to get started with web scraping using Python? Are you concerned about the potential legal implications? What are the tools required and what are...
episode 12web scrapingpython toolsreal podcasttechniques
https://www.choppity.com/case-studies/
Case Studies: Real Podcast & Creator Clip Results | Choppity
Explore Choppity customer case studies—AI podcast clipping, Instagram and TikTok reach, YouTube Shorts—with real workflows and measurable results.
case studies realpodcast creatorclipresultschoppity
https://realpython.com/podcasts/rpp/280/
Episode #280: Considering Fast and Slow in Python Programming – The Real Python Podcast
How often have you heard about the speed of Python? What's actually being measured, where are the bottlenecks---development time or run time---and which...
episode 280python programmingreal podcastconsideringfast
https://realpython.com/podcasts/rpp/55/
Episode #55: Getting Started With Refactoring Your Python Code – The Real Python Podcast
Do you think it's time to refactor your Python code? What should you think about before starting this task? This week on the show, we have Brendan Maginnis and...
episode 55getting startedpython codereal podcastrefactoring
https://realpython.com/podcasts/rpp/179/
Episode #179: Improving Your Git Developer Experience in Python – The Real Python Podcast
Are you getting by with a few fundamental commands for Git when building your Python projects? Would you like to improve your version control techniques and...
episode 179git developerreal podcastimprovingexperience
https://realpython.com/podcasts/rpp/273/
Episode #273: Advice for Writing Maintainable Python Code – The Real Python Podcast
What are techniques for writing maintainable Python code? How do you make your Python more readable and easier to refactor? Christopher Trudeau is back on the...
episode 273writing maintainablepython codereal podcastadvice
https://realpython.com/podcasts/rpp/256/
Episode #256: Solving Problems and Saving Time in Chemistry With Python – The Real Python Podcast
What motivates someone to learn how to code as a scientist? How do you harness the excitement of solving problems quickly and make the connection to the...
episode 256solving problemssaving timereal podcastchemistry
https://realpython.com/podcasts/rpp/90/
Episode #90: A Python Journey: Cyber Security, Automating AWS, and TDD – The Real Python Podcast
The Python community continually grows, with many users coming from different languages and backgrounds. This week on the show, we talk with developer Hugh...
episode 90cyber securityautomating awsreal podcastpython
https://realpython.com/podcasts/rpp/228/
Episode #228: Maintaining the Foundations of Python & Cautionary Tales – The Real Python Podcast
How do you build a sustainable open-source project and community? What lessons can be learned from Python's history and the current mess that the WordPress...
episode 228cautionary talesreal podcastmaintainingfoundations
https://realpython.com/podcasts/rpp/200/
Episode #200: Avoiding Error Culture and Getting Help Inside Python – The Real Python Podcast
What is error culture, and how do you avoid it within your organization? How do you navigate alert and notification fatigue? Hey, it's episode #200! Real...
episode 200getting helpreal podcastavoidingerror
https://realpython.com/podcasts/rpp/87/
Episode #87: Building a Content Aggregator and Working With RSS in Python – The Real Python Podcast
Have you wanted to work with RSS feeds in Python? Maybe you're looking for a new project to build for your portfolio that uses Django, unit tests, and custom...
episode 87content aggregatorreal podcastbuildingworking
https://realpython.com/podcasts/rpp/35/
Episode #35: Security and Authorization in Your Python Web Applications – The Real Python Podcast
So you built a web application in Python. Now how are you going to authorize users? Security goes beyond authentication. Who gets to do what, where, and when?...
python web applicationsepisode 35real podcastsecurityauthorization
https://realpython.com/podcasts/rpp/265/
Episode #265: Python App Hosting Choices & Documenting Python's History – The Real Python Podcast
What are your options for hosting your Python application or scripts? What are the advantages of a platform as a service, container-based hosts, or setting up...
python appreal podcastepisode265hosting
https://realpython.com/podcasts/rpp/214/
Episode #214: Build Captivating Display Tables in Python With Great Tables – The Real Python Podcast
Do you need help making data tables in Python look interesting and attractive? How can you create beautiful display-ready tables as easily as charts and graphs...
episode 214real podcastbuildcaptivatingdisplay
https://realpython.com/podcasts/rpp/192/
Episode #192: Practical Python Decorator Uses & Avoiding datetime Pitfalls – The Real Python Podcast
What are real-life examples of using Python decorators? How can you harness their power in your code? Christopher Trudeau is back on the show this week,...
episode 192practical pythonreal podcastdecoratoruses
https://realpython.com/podcasts/rpp/271/
Episode #271: Benchmarking Python 3.14 & Enabling Asyncio to Scale – The Real Python Podcast
How does Python 3.14 perform under a few hand-crafted benchmarks? Does the performance of asyncio scale on the free-threaded build? Christopher Trudeau is back...
python 3 14episode 271real podcastbenchmarkingenabling
https://realpython.com/podcasts/rpp/16/
Episode #16: Thinking in Pandas: Python Data Analysis the Right Way – The Real Python Podcast
Are you using the Python library Pandas the right way? Do you wonder about getting better performance, or how to optimize your data for analysis? What does...
pandas python dataepisode 16right wayreal podcastthinking
https://realpython.com/podcasts/rpp/98/
Episode #98: Drawing Fractals With Python and Working With a Weather API – The Real Python Podcast
Have you been wanting to explore fractals and complex numbers in Python? Would you like to practice working with APIs in Python through a new project? This...
episode 98weather apireal podcastdrawingfractals
https://realpython.com/podcasts/rpp/54/
Episode #54: Building a Neural Network and How to Write Tests in Python – The Real Python Podcast
Do you know how a neural network functions? What goes into building one from scratch using Python? This week on the show, David Amos is back, and he's brought...
episode 54neural networkwrite testsreal podcastbuilding
https://realpython.com/podcasts/rpp/261/
Episode #261: Selecting Inheritance or Composition in Python – The Real Python Podcast
When considering an object-oriented programming problem, should you prefer inheritance or composition? Why wouldn't it just be simpler to use functions?...
real podcastepisode261selectinginheritance
https://realpython.com/podcasts/rpp/51/
Episode #51: Navigating Options for Deploying Your Python Application – The Real Python Podcast
What goes into the decision of how to host your Python code or application in the cloud? Which technology stack is the right size for your project? This week...
episode 51navigating optionspython applicationreal podcastdeploying
https://realpython.com/podcasts/rpp/240/
Episode #240: Telling Effective Stories With Your Python Visualizations – The Real Python Podcast
How do you make compelling visualizations that best convey the story of your data? What methods can you employ within popular Python tools to improve your...
real podcastepisode240tellingeffective
https://realpython.com/podcasts/rpp/272/
Episode #272: Michael Kennedy: Managing Your Own Python Infrastructure – The Real Python Podcast
How do you deploy your Python application without getting locked into an expensive cloud-based service? This week on the show, Michael Kennedy from the Talk...
episode 272michael kennedypython infrastructurereal podcastmanaging
https://realpython.com/podcasts/rpp/33/
Episode #33: Going Beyond the Basic Stuff With Python and Al Sweigart – The Real Python Podcast
You probably have heard of the bestselling Python book,
episode 33going beyondreal podcastbasicstuff
https://realpython.com/podcasts/rpp/260/
Episode #260: Harnessing the Power of Python Polars – The Real Python Podcast
What are the advantages of using Polars for your Python data projects? When should you use the lazy or eager APIs, and what are the benefits of each? This week...
episode 260python polarsreal podcastharnessingpower
https://realpython.com/podcasts/rpp/203/
Episode #203: Embarking on a Relaxed and Friendly Python Coding Journey – The Real Python Podcast
Do you get stressed while trying to learn Python? Do you prefer to build small programs or projects as you continue your coding journey? This week on the show,...
episode 203friendly pythoncoding journeyreal podcastembarking
https://realpython.com/podcasts/rpp/194/
Episode #194: Automate Tasks With Python & Building a Small Search Engine – The Real Python Podcast
What are the typical computer tasks you do manually every week? Could you automate those tasks with a Python script? Christopher Trudeau is back on the show...
episode 194automate taskssmall searchreal podcastpython
https://realpython.com/podcasts/rpp/270/
Episode #270: Evolving Teaching Python in the Classroom – The Real Python Podcast
How is teaching young students Python changing with the advent of LLMs? This week on the show, Kelly Schuster-Paredes from the Teaching Python podcast joins us...
episode 270teaching pythonreal podcastevolvingclassroom
https://realpython.com/podcasts/rpp/182/
Episode #182: Building a Python JSON Parser & Discussing Ideas for PEPs – The Real Python Podcast
Have you thought of a way to improve the Python language? How do you share your idea with core developers and start a discussion in the Python community?...
episode 182python jsonreal podcastbuildingparser
https://realpython.com/podcasts/rpp/149/
Episode #149: Coding With namedtuple & Python's Dynamic Superpowers – The Real Python Podcast
Have you explored Python's collections module? Within it, you'll find a powerful factory function called namedtuple(), which provides multiple enhancements...
episode 149real podcastcodingnamedtuplepython
https://realpython.com/podcasts/rpp/195/
Episode #195: Building a Healthy Developer Mindset While Learning Python – The Real Python Podcast
How do you get yourself unstuck when facing a programming problem? How do you develop a positive developer mindset while learning Python? This week on the...
learning pythonreal podcastepisode195building
https://realpython.com/podcasts/rpp/101/
Episode #101: Tools for Setting Up Python on a New Machine – The Real Python Podcast
There are many ways to get Python installed on your computer. If you were going to start fresh, what tools would you use? What if you need to manage multiple...
episode 101new machinereal podcasttoolssetting
https://realpython.com/podcasts/rpp/232/
Episode #232: Exploring Modern Sentiment Analysis Approaches in Python – The Real Python Podcast
What are the current approaches for analyzing emotions within a piece of text? Which tools and Python packages should you use for sentiment analysis? This...
exploring modernsentiment analysisreal podcastepisode232
https://realpython.com/podcasts/rpp/170/
Episode #170: Finding the Right Coding Font for Programming in Python – The Real Python Podcast
What should you consider when picking a font for coding in Python? What characters and their respective glyphs should you check before making your decision?...
episode 170real podcastfindingrightcoding
https://realpython.com/podcasts/rpp/251/
Episode #251: Python Thread Safety & Managing Projects With uv – The Real Python Podcast
What are the ways you can manage multithreaded code in Python? What synchronization techniques are available within Python's threading module? Christopher...
episode 251thread safetymanaging projectsreal podcastpython
https://realpython.com/podcasts/rpp/225/
Episode #225: Python Getting Faster and Leaner & Ideas for Django Projects – The Real Python Podcast
What changes are happening under the hood in the latest versions of Python? How are these updates laying the groundwork for a faster Python in the coming...
episode 225getting fasterreal podcastpythonleaner
https://realpython.com/podcasts/rpp/57/
Episode #57: Taking the Next Step in Python Game Development – The Real Python Podcast
Are you interested in creating video games but feel limited in what you can accomplish within Python? Is there a platform where you can take advantage of your...
episode 57next steppython gamereal podcasttaking
https://realpython.com/podcasts/rpp/133/
Episode #133: Moving Projects Away From Passwords With WebAuthn and Python – The Real Python Podcast
What if you didn't have to worry about managing user passwords as a Python developer? That's where the WebAuthn protocol and new hardware standards are...
episode 133real podcastmovingprojectsaway
https://realpython.com/podcasts/rpp/268/
Episode #268: Advice on Beginning to Learn Python – The Real Python Podcast
What's changed about learning Python over the last few years? What new techniques and updated advice should beginners have as they start their journey? This...
learn pythonreal podcastepisode268advice
https://realpython.com/podcasts/rpp/79/
Episode #79: Measuring Your Python Learning Progress – The Real Python Podcast
Where are you along the path of learning Python? Do you feel like you're making progress? What are ways you can put the learning path into a more precise...
episode 79python learningreal podcastmeasuringprogress
https://realpython.com/podcasts/rpp/49/
Episode #49: The Challenges of Developing Into a Python Professional – The Real Python Podcast
What's the difference between writing code for yourself and developing for others? What new considerations do you need to take into account as a professional...
episode 49real podcastchallengesdevelopingpython
https://realpython.com/podcasts/rpp/284/
Episode #284: Running Local LLMs With Ollama and Connecting With Python – The Real Python Podcast
Would you like to learn how to work with LLMs locally on your own computer? How do you integrate your Python projects with a local model? Christopher Trudeau...
running local llmsepisode 284real podcastollamaconnecting
https://www.independent.ie/podcasts/real-health-podcast
The Real Health Podcast - Irish Independent
The Real Health Podcast - Karl Henry from The Irish Independent will cut through the nonsense about healthy living and tell you what you need to be doing to...
real health podcastirish independent
https://reallifetheologypodcast.podbean.com/category/sermon-on-the-mount
Sermon on the Mount | Real Life Theology Podcast
We renew the teachings of Jesus to fuel disciple making. We envision disciple-making disciples among all nations and ethnic groups. The Renew.org Network...
real life theologysermonmountpodcast
https://mowpod.com/
mowPod | Paid Podcast Advertising Platform - Guaranteed Real Downloads & Followers
mowPod is a performance-based paid podcast advertising platform delivering guaranteed real downloads, Apple Podcasts followers, and engaged listens....
paid podcastadvertising platformguaranteedrealdownloads
https://www.sussex.ac.uk/research/explore-our-research/impacted-research-impact-podcast
Impacted: the podcast series about research for real change : Explore our research : Research at...
Read about our research. From paving the way for quantum computers to tackling epidemics like Ebola, our research is having an impact on the world.
podcast seriesreal changeimpactedresearchexplore
https://www.independent.ie/podcasts/real-health-podcast/real-health-podcast-why-gastric-surgery-is-more-successful-than-weight-loss-drugs/a1540438705.html
Real Health podcast: Why gastric surgery is more successful than weight loss drugs | Irish...
Apr 23, 2026 - What if obesity is more complex than we have been led to believe?
real health podcastweight loss drugsgastricsurgerysuccessful