Tag · 2 articles
#workflow
Articles
Faster and Easier Python Debugging with breakpoint() and PDB
How to debug Python faster with the built-in breakpoint() and PDB: setting breakpoints, stepping through code, and inspecting variables live.
Python Workflow Productivity Debugging
→
Git Worktree: Enhance your Git Workflow
How git worktree lets you check out multiple branches in parallel directories, so hotfixes and feature work never clobber each other again.
Git Workflow Productivity
→