Podcast Episodes
Back to Search
Moving Projects Away From Passwords With WebAuthn and Python
Episode 133
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 a…
3 years, 5 months ago
Creating Tic-Tac-Toe With an AI Player & Shortcuts for Python Decorators
Episode 132
How do you create a computer opponent for a simple game within Python? Would you also like to learn how to adapt the game to run in a web browser or …
3 years, 5 months ago
Exploring the New Features of Python 3.11
Episode 131
Python 3.11 is here! Our regular guests, Geir Arne Hjelle and Christopher Trudeau, return to talk about the new version. Geir Arne wrote a series of …
3 years, 5 months ago
Fostering an Internal Python Community & Managing the 3.11 Release
Episode 130
Does your company have a plan for growing an internal Python community? What are the attributes to look for when bringing someone into your departmen…
3 years, 6 months ago
Using an Ellipsis in Python & Goals for CPython 3.12
Episode 129
Where should you use an ellipsis in Python? How does it behave as a placeholder in a script, project, or stub file? What are the next goals for the F…
3 years, 6 months ago
Using a Memory Profiler in Python & What It Can Teach You
Episode 128
Have you used a memory profiler to gauge the performance of your Python application? Maybe you’re using it to troubleshoot memory issues when loading…
3 years, 6 months ago
Explaining Access Control Using Python & Cautiously Handling Pickles
Episode 127
Have you ever used code to help explain a topic? How can Python scripts be used to understand the intricacies of access control? This week on the sho…
3 years, 7 months ago
Python as an Efficiency Tool for Non-Developers
Episode 126
Are you interested in using Python in an industry outside of software development? Would adding a few custom software tools increase efficiency and m…
3 years, 7 months ago
Improve Matplotlib With Style Sheets & Python Async for the Web
Episode 125
Have you thought the standard output from Matplotlib is a bit generic looking? Would you like a quick way to add style and consistency to your data v…
3 years, 7 months ago
Exploring Recursion in Python With Al Sweigart
Episode 124
Have you wanted to understand recursion and how to use it in Python? Are you familiar with the call stack and how it relates to tracebacks? This week…
3 years, 7 months ago