Podcast Episodes
Back to SearchGoing Beyond the Basic Stuff With Python and Al Sweigart
Episode 33
You probably have heard of the bestselling Python book, “Automate the Boring Stuff with Python.” What are the next steps after starting to dabble in…
5 years, 6 months ago
Our New "Python Basics" Book & Filling the Gaps in Your Learning Path
Episode 32
Do you have gaps in your Python learning path? If you’re like me, you may have followed a completely random route to learn Python. This week on the s…
5 years, 6 months ago
Python Return Statement Best Practices and Working With the map() Function
Episode 31
The Python return statement is such a fundamental part of writing functions. Is it possible you missed some best practices when writing your own retu…
5 years, 6 months ago
Exploring the New Features of Python 3.9
Episode 30
Python 3.9 has arrived! This week on the show, former guest and Real Python author Geir Arne Hjelle returns to talk about his recent article, “Python…
5 years, 6 months ago
Resolving Package Dependencies With the New Version of Pip
Episode 29
If you use Python, then you probably have used pip to install additional packages from the Python package index. Part of the magic behind pip is the …
5 years, 6 months ago
Using Pylance to Write Better Python Inside of Visual Studio Code
Episode 28
A big decision a developer has to make is what tool to use to write code? Would you like an editor that understands Python, and is there to help with…
5 years, 7 months ago
Preparing for an Interview With Python Practice Problems
Episode 27
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 Py…
5 years, 7 months ago
5 Years Podcasting Python With Michael Kennedy: Growth, GIL, Async, and More
Episode 26
Why is Python pulling in so many new programmers? Maybe some of that growth is from Python being a full-spectrum language. This week on the show we h…
5 years, 7 months ago
Data Version Control in Python and Real Python Video Transcripts
Episode 25
Wouldn’t it be nice to a use a form of version control for data? Something that would allow you to track and version your datasets and models. Well, …
5 years, 7 months ago
Options for Packaging Your Python Application: Wheels, Docker, and More
Episode 24
Have you wondered, how should I package my Python code? You’ve written the application, but now you need to distribute it to the machines it’s intend…
5 years, 8 months ago