Podcast Episodes
Back to Search
Build Streamlit Data Science Dashboards & Verbose Regex f-Strings
Episode 113
Would you like a fast way to share your data science project results as an interactive dashboard instead of a Jupyter notebook? Streamlit is a librar…
3 years, 10 months ago
Managing Large Python Data Science Projects With Dask
Episode 112
What do you do when your data science project doesn’t fit within your computer’s memory? One solution is to distribute it across multiple worker mach…
3 years, 10 months ago
Questions for New Dependencies & Comparing Python Game Libraries
Episode 111
What are the differences between the various Python game frameworks? Would it help to see a couple of game examples across several libraries to under…
3 years, 11 months ago
Advantages of Protobuf for Serialization in Python
Episode 110
Would you like a way to send structured serialized data between different platforms and languages? What if the data was self-documenting, could autom…
3 years, 11 months ago
Start Testing Your Python with doctest & Pagination in Django
Episode 109
Did you know you can add testing to your Python code while simultaneously documenting it? Using docstrings, you can create examples of how your funct…
3 years, 11 months ago
Run Python in a Browser With Pyodide & The Power of f-Strings
Episode 108
Have you heard about the projects working toward getting Python to run in the browser? Maybe you would like to try it out for yourself, by building a…
3 years, 11 months ago
Type-Safe ORM With Prisma Client & Real Python at PyCon US 2022
Episode 107
Are you using an Object-Relational Mapper (ORM) for your Python projects? What if it could work with SQL or No-SQL databases and be fully type-safe? …
4 years ago
Class Constructors & Pythonic Image Processing
Episode 106
Do you know the difference between creating a class instance and initializing it? Would you like an interactive tour of the Python Pillow library? Th…
4 years ago
Creating Better Error Messages for Python 3.10 & 3.11
Episode 105
What goes into creating those enhanced error messages in the latest versions of Python? How does the new PEG parser help to pinpoint where errors hav…
4 years ago
Building a Hash Table in Python and Thoughtful REST API Design
Episode 104
Do you understand how a hash table works? What if you could learn about building one while practicing test-driven development? What are best practice…
4 years, 1 month ago