The Python Show

Learning about Python together

A Python Podcast about programming, content creation, and much more!

  • 53 minutes 3 seconds
    56 - Python Illustrated

    In this episode, we hear from two sisters who put together a beginner's book about Python. The unique hook for their book is that one sister wrote the text while the other did the illustrations. Listen in as we learn about these incredible sisters and how they got into software programming, writing, and technical education.

    You can check out their book, Python Illustrated, on Packt or Amazon.

    Maaike is an Udemy instructor, and she also has courses on Pluralsight.



    Get full access to The Python Show at www.pythonshow.com/subscribe
    13 March 2026, 2:13 am
  • 39 minutes 30 seconds
    55 - The Python Documentary with Paul Everitt

    In this episode, we have special guest Paul Everitt on the show to talk about the new Python Documentary that came our last week. Paul is the head of developer advocacy at JetBrains and a “Python oldster”.

    We chat about Python - the documentary, Paul’s start in programming as well as with Python, and much, much more!

    Links

    * Python: The Documentary

    * Paul’s GitHub page

    * Paul’s X account

    * How Python Grew From a Language to a Community - The New Stack



    Get full access to The Python Show at www.pythonshow.com/subscribe
    3 September 2025, 12:30 pm
  • 37 minutes
    54 - Neural Networks and Data Visualization with Nicolas Rougier

    In this episode, we have the honor of having Nicolas Rougier on our show. Nicolas is a researcher and team leader at the Institute of Neurodegenerative Diseases (Bordeaux, France).

    We discuss how Nicolas utilizes computational models and neural networks in his research on the brain. We also talk about Nicolas’s history with Python, his work on Glumpy and VisPy, and much, much more!

    Links

    * Nicolas’s GitHub page

    * Scientific Visualization: Python & Matplotlib, an open access book on scientific visualization.

    * From Python to Numpy, an open access book on numerical computing

    * Braincraft

    * 100 Numpy Exercises is a collection of 100 numpy exercises, from easy to hard.



    Get full access to The Python Show at www.pythonshow.com/subscribe
    27 August 2025, 1:24 pm
  • 24 minutes 42 seconds
    Writing Creating TUI Applications with Textual and Python

    In this episode, Mike Driscoll talks about his latest book, Creating TUI Applications with Textual and Python.

    Learn about how and why the book came about, what were some pain points in writing the book and how much fun Textual is. You will also learn about some of the current problems in self-publishing tech books.

    You can purchase Creating TUI Applications with Textual and Python on the following websites:

    * Amazon (Kindle and Paperback)

    * Leanpub (eBook)

    * Gumroad (eBook)



    Get full access to The Python Show at www.pythonshow.com/subscribe
    24 July 2025, 8:31 pm
  • 43 minutes 50 seconds
    52 - PyTorch and LLMs with Daniel Voigt Godoy

    In today’s podcast, we welcome Daniel Voigt Godoy to the show. Daniel is the author of Deep Learning with PyTorch Step-by-Step among other books.

    We chatted about the following topics:

    * Favorite Python packages

    * PyTorch

    * Book writing

    * and so much more!

    Be sure to check out the links section to learn more about Daniel!

    Links

    * The binary cross-entropy post: https://towardsdatascience.com/understanding-binary-cross-entropy-log-loss-a-visual-explanation-a3ac6025181a

    * The PyTorch post: https://medium.com/towards-data-science/understanding-pytorch-with-an-example-a-step-by-step-tutorial-81fc5f8c4e8e

    * Daniel’s new LLM book: https://leanpub.com/finetuning

    * Daniel’s books on Amazon



    Get full access to The Python Show at www.pythonshow.com/subscribe
    15 January 2025, 5:23 pm
  • 38 minutes 1 second
    51 - Dead Simple Python with Jason McDonald

    In this episode, we have special guest, Jason McDonald, the author of Dead Simple Python from No Starch Press.

    We chatted about the following topics:

    * Python packages

    * Packaging in general

    * Python concurrency vs parallelism

    * Book writing

    * What’s coming in the 2nd edition of his Python book

    * and much more!

    Links

    Check out the following links from the show:

    * Get Dead Simple Python from No Starch

    * Check out Jason’s website

    * You can find Jason’s fiction books here

    The Python Show is a reader-supported publication. To receive new posts and support my work, consider becoming a free or paid subscriber.



    Get full access to The Python Show at www.pythonshow.com/subscribe
    9 January 2025, 9:35 pm
  • 18 minutes 56 seconds
    50 - Imposter Syndrome

    Imposter syndrome is a topic that some engineers and developers struggle with. It’s basically a type of self-doubt. WebMD has a good description and some good ideas for fighting self-doubt.

    Ways to combat imposter syndrome:

    * List out your accomplishments on a regular basis (keep it in a Google doc)

    * Review the list

    * If you receive compliments, record them (make a copy, write it down, take a screenshot) and store those too

    * Reminder: you will never stop learning. Embrace it!

    Sponsor

    🚨 Python devs, this one’s for you. If you’re tired of struggling with context-unaware coding tools, let me introduce you to a game-changer I’ve been exploring: Zencoder.

    Here’s why it’s caught my attention:

    1️⃣ Python-friendly to its core. Whether you’re building web apps, analyzing data, or automating tasks, Zencoder delivers context-aware suggestions that actually understand your project. No more “guessing” code completions. But don't worry it supports other programming languages as well!

    2️⃣ Custom AI agents you can create and tweak. Imagine having a bot that automates your repetitive Python tasks—refactoring, testing, debugging—leaving you free to tackle the fun parts.

    3️⃣ Natural language to code magic. Want to build a quick game for fun or a Python script in seconds? Just describe it in plain English, and Zencoder makes it happen. (Yes, it’s that good.)

    I’ve also been loving how it seamlessly supports unit testing and bug fixing—a massive time-saver for clean code lovers like me.

    Check out Zencoder if you’re looking for an AI assistant that actually gets Python devs:



    Get full access to The Python Show at www.pythonshow.com/subscribe
    19 December 2024, 3:54 pm
  • 49 minutes 57 seconds
    49 - EdgeDB and Python with Yury Selivanov

    In this episode of The Python Show Podcast, we welcome Yury Selivanov as our guest. Yury is a core CPython developer and co-founder of EdgeDB and MagicStack.

    We chatted about many different topics, including the following:

    * Core Python development

    * EdgeDB and how it differs from relational databases

    * Python without the GIL

    * Python subinterpreters

    * Memhive

    * and more!

    Links

    Learn more about our guest and the topics we talked about with the following links:

    * Yury’s GitHub page

    * EdgeDB on GitHub

    * EdgeDB’s website

    * PyCon 2024 - Yury Selivanov: Overcoming GIL with subinterpreters and immutability

    * An article about Memhive



    Get full access to The Python Show at www.pythonshow.com/subscribe
    30 October 2024, 5:31 pm
  • 1 hour 13 minutes
    48 - Writing About Python with David Mertz

    In this episode of the Python Show Podcast, David Mertz is our guest. David is a prolific writer about the Python programming language. From his extremely popular IPM Developerworks articles to his multiple books on the Python language, David has been a part of the Python community for decades.

    We ended up chatting about:

    * The history of Python

    * Book writing

    * Conference speaking

    * The PSF

    * and more!

    Show Links

    * David Mertz’s website

    * PyDev of the Week: David Mertz on Mouse vs Python

    * David Mertz on InformIT / Pearson



    Get full access to The Python Show at www.pythonshow.com/subscribe
    23 October 2024, 2:24 pm
  • 20 minutes 34 seconds
    47 - Python Projects of 2024

    I’ve been working on lots of projects this year. Here are the ones I highlighted in this episode:

    * Python Logging Book

    * Python Logging Video Course

    * ObjectListView3

    * JupyterLab 101 Book on Kickstarter

    * A book on Textual

    * Updates for my ReportLab and wxPython books

    * Python Papers Newsletter

    The Python Show is a reader-supported publication. To receive new posts and support my work, consider becoming a free or paid subscriber.



    Get full access to The Python Show at www.pythonshow.com/subscribe
    19 September 2024, 12:37 am
  • 27 minutes 30 seconds
    Dashboards in Python with Streamlit

    This week, I chatted with Channin Nantasenamat about Python and the Streamlit web framework.

    Specifically, we chatted about the following topics:

    * Python packages

    * Streamlit

    * Teaching bioinformatics

    * Differences in data science disciplines

    * Being a YouTuber

    * and much more!

    Links

    * Data Professor YouTube Channel

    * Follow Channin on X / Twitter

    * Streamlit



    Get full access to The Python Show at www.pythonshow.com/subscribe
    5 July 2024, 1:20 am
  • More Episodes? Get the App