Category: Tools and Frameworks
Tools and frameworks you may come across. A focus on quick starts and usable guides
-
Get your pre-commits setup right from the start
Learn how to quickly set up pre-commits in your Python project to enforce code quality with tools like ruff, black, isort, pylint, and mypy. Easy to install and…
4 min read
-
Git workflows cheatsheet
Git cheatsheet with a collection of useful workflows.
4 min read
-
Setting Up Your Python Project with Great Developer Tooling
Tired of bloated template repos? This guide walks you through a lean, minimal project setup—just the essentials, with quick CLI commands to get up and running fast. Skip…
4 min read
-
Quickly package your project with UV
Quickly scaffold a Python package with a CLI using uv. This guide walks through creating a clean repo, adding dev tooling, and spinning up a simple click-based CLI—perfect…
4 min read