The Real Python Podcast

A weekly Python podcast hosted by Christopher Bailey with interviews, coding tips, and conversation

Episodes

Total: 241

Have you wanted to generate advanced reports as PDFs using Python? Maybe you want to build documents

Would you like to clearly understand what’s happening when you use the Python import keyword?

This week on the show we have Armin Ronacher to talk about the first 10 years of Flask. Armin talks

Are you familiar with linear programming, and how it can be used to solve resource optimization prob

Are you using the Python library Pandas the right way? Do you wonder about getting better performanc

Have you wanted to learn Regular Expressions in Python, but don’t know where to start? Have yo

Would you like to run your Python code in the cloud without having to become an infrastructure engin

Have you wanted to work with PDF files in Python? Maybe you want to extract text, merge and concaten

Do you want to get started with web scraping using Python? Are you concerned about the potential leg

Have you wanted to get started with testing in Python? Maybe you feel a little nervous about diving

Do you know someone in the Python community who recently was let go from their job due to the pandem

In your quest to become a better developer, how do you find Python code that is at your reading leve

Docker is a common tool for Python developers creating and deploying applications, but what do you n

Want to learn more about AsyncIO in Python, with an example where you can see and hear events being

Are you interested in building REST APIs with Flask and SQLAlchemy? This week we have Doug Farrell o

Exploring CircuitPython

2020/4/17

Have you ever wanted to explore using Python with electronics? CircuitPython is a great platform to

Learning Python Through Errors

2020/4/10

Do you get upset and frustrated when you experience errors running your Python code? This week we ha

Have you been using Python for a while, but want to be more effective with your code? This week we

Is game programming a good way to develop your Python programming skills? This week we have Jon Finc

Do you want to learn more about Python decorators? Have you ever wondered what goes on behind the sc