René's URL Explorer Experiment


Title: Debugging in Python, part 2: Developing a debugging mindset

Open Graph Title: Debugging in Python, part 2: Developing a debugging mindset

X Title: Debugging in Python, part 2: Developing a debugging mindset

Open Graph Description: MP 139: A systematic, inquisitive approach makes debugging simple issues easier, and complex bugs possible. Note: This post is part of an ongoing series about debugging in Python. The posts in this series will only be available to paid subscribers for the first 6 weeks. After that they will be

X Description: MP 139: A systematic, inquisitive approach makes debugging simple issues easier, and complex bugs possible. Note: This post is part of an ongoing series about debugging in Python. The posts in this series will only be available to paid subscribers for the first 6 weeks. After that they will be

Opengraph URL: https://www.mostlypython.com/debugging-in-python-part-2-developing-a-debugging-mindset/

X: @ghost

Generator: Ghost 6.52

direct link

Domain: www.mostlypython.com


Hey, it has json ld scripts:
{
    "@context": "https://schema.org",
    "@type": "Article",
    "publisher": {
        "@type": "Organization",
        "name": "Mostly Python",
        "url": "https://www.mostlypython.com/",
        "logo": {
            "@type": "ImageObject",
            "url": "https://storage.ghost.io/c/b0/88/b088fa59-ac78-44d9-9662-4c7568d7cb9a/content/images/size/w256h256/2024/02/logo_200px.png",
            "width": 60,
            "height": 60
        }
    },
    "author": {
        "@type": "Person",
        "name": "Eric Matthes",
        "image": {
            "@type": "ImageObject",
            "url": "https://www.gravatar.com/avatar/8654149218edba613bd0ec265759fc38?s=250&r=x&d=mp",
            "width": 250,
            "height": 250
        },
        "url": "https://www.mostlypython.com/author/eric/",
        "sameAs": []
    },
    "headline": "Debugging in Python, part 2: Developing a debugging mindset",
    "url": "https://www.mostlypython.com/debugging-in-python-part-2-developing-a-debugging-mindset/",
    "datePublished": "2025-04-17T16:30:24.000Z",
    "dateModified": "2025-05-28T11:55:46.000Z",
    "image": {
        "@type": "ImageObject",
        "url": "https://storage.ghost.io/c/b0/88/b088fa59-ac78-44d9-9662-4c7568d7cb9a/content/images/size/w1200/2025/04/py-bugger_issue_template-1.png",
        "width": 1200,
        "height": 1468
    },
    "keywords": "debugging, GitHub",
    "description": "MP 139: A systematic, inquisitive approach makes debugging simple issues easier, and complex bugs possible.\n\nNote: This post is part of an ongoing series about debugging in Python. The posts in this series will only be available to paid subscribers for the first 6 weeks. After that they will be available to everyone. Thank you to everyone who supports my ongoing work on Mostly Python.\n\nOne of the most important things you can do to become effective at debugging is to adopt a consistent, systemat",
    "mainEntityOfPage": "https://www.mostlypython.com/debugging-in-python-part-2-developing-a-debugging-mindset/"
}
    

referrerno-referrer-when-downgrade
og:site_nameMostly Python
og:typearticle
og:imagehttps://storage.ghost.io/c/b0/88/b088fa59-ac78-44d9-9662-4c7568d7cb9a/content/images/size/w1200/2025/04/py-bugger_issue_template-1.png
article:published_time2025-04-17T16:30:24.000Z
article:modified_time2025-05-28T11:55:46.000Z
article:tagGitHub
article:publisherhttps://www.facebook.com/ghost
twitter:cardsummary_large_image
twitter:urlhttps://www.mostlypython.com/debugging-in-python-part-2-developing-a-debugging-mindset/
twitter:imagehttps://storage.ghost.io/c/b0/88/b088fa59-ac78-44d9-9662-4c7568d7cb9a/content/images/size/w1200/2025/04/py-bugger_issue_template-1.png
twitter:label1Written by
twitter:data1Eric Matthes
twitter:label2Filed under
twitter:data2debugging, GitHub
og:image:width1200
og:image:height1468

Links:

Mostly Python https://www.mostlypython.com
Homehttps://www.mostlypython.com/
Topicshttps://www.mostlypython.com/topics/
Serieshttps://www.mostlypython.com/series/
Abouthttps://www.mostlypython.com/about/
Contacthttps://www.mostlypython.com/contact/
Just readhttps://www.mostlypython.com/just-read/
Sign inhttps://www.mostlypython.com/debugging-in-python-part-2-developing-a-debugging-mindset/#/portal/signin
Subscribehttps://www.mostlypython.com/debugging-in-python-part-2-developing-a-debugging-mindset/#/portal/signup
debugginghttps://www.mostlypython.com/tag/debugging/
https://www.mostlypython.com/author/eric/
Eric Mattheshttps://www.mostlypython.com/author/eric/
serieshttps://www.mostlypython.com/debugging-in-python-2/
py-buggerhttps://github.com/ehmatthes/py-bugger?ref=mostlypython.com
Issueshttps://github.com/ehmatthes/py-bugger/issues?ref=mostlypython.com
directoryhttps://github.com/ehmatthes/py-bugger/tree/main/.github/ISSUE_TEMPLATE?ref=mostlypython.com
Exploring chess games MP 171: A first foray into the massive Lichess database. I've been getting back into chess since moving to North Carolina, and as part of that journey I've been wanting to analyze games in ways that weren't really possible when I was last playing By Eric Matthes Jul 9, 2026 https://www.mostlypython.com/exploring-chess-games/
I keep being be impressed by uv MP 170: It understands my old projects! A few years ago I made a small project that automatically adds borders to screenshots, because macOS doesn't have a built-in tool to easily do that. For a couple years I installed it globally on every system I used, so By Eric Matthes Jun 25, 2026 https://www.mostlypython.com/i-keep-being-be-impressed-by-uv/
An LLM can't go for a walk in the woods MP 169: But we still can, and we should keep doing so. Regular readers of Mostly Python are probably aware that I'm currently working on gh-profiler. It helps open source maintainers make better-informed decisions about how much time to invest with users who open new PRs By Eric Matthes Jun 11, 2026 https://www.mostlypython.com/an-llm-cant-go-for-a-walk-in-the-woods/
Batching API calls MP 168: An obvious speedup, with a surprising side benefit. I've been working steadily on gh-profiler, while attending PyCon US and working on other projects as well. The project makes a number of calls to GitHub's API, and then analyzes the results to generate some By Eric Matthes May 28, 2026 https://www.mostlypython.com/batching-api-calls/
Sign uphttps://www.mostlypython.com/debugging-in-python-part-2-developing-a-debugging-mindset/#/portal/
Ghosthttps://ghost.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.