
The Real Python Podcast Improving Your GitHub Developer Experience
35 snips
Feb 6, 2026 Adam Johnson, author focused on developer experience and Django, talks about getting more out of GitHub. He covers GitHub-Flavored Markdown, hidden productivity features like the command palette and gh CLI, and clear project writing and acronyms. Short, practical conversations on tools, civility in issues, Codespaces, Pages, and when to automate with APIs.
AI Snips
Chapters
Books
Transcript
Episode notes
Maintainer Responses Vary With Report Tone
- Adam recounts receiving both great and terrible issue reports and how tone affects his response.
- He sometimes blocks repeat bad actors and asks for human-written, concise reports instead of "AI slop."
Command Palette Is A Hidden Power Tool
- The GitHub Command Palette is a powerful navigation and search tool once enabled in feature preview.
- Community feedback saved the palette from planned removal, showing user reliance on hidden productivity features.
Automate With The GitHub CLI
- Use the GitHub CLI (gh) for scripting and API access because it handles auth and pagination.
- Call gh from Python subprocess to get JSON output and automate repo workflows safely.


