Blog
Posts tagged Cli — All posts
3 posts
-
Python Packaging in 2026: A Practical Guide to Shipping CLI Tools with pyproject.toml and Entry Points
Turn your Python scripts into installable CLI tools using pyproject.toml, setuptools, and console_scripts entry points. A step-by-step tutorial.
-
Local LLMs in 2026: A Practical Guide to Running Modern AI Models on Modest Developer Hardware
Learn how to run local LLMs on older GPUs and iGPUs using Ollama's 2026 updates. A practical guide for Python, Django, and CLI developers.
-
Build a Python CLI Tool in 10 Steps: A Practical Guide Using Click
Learn how to build a polished Python CLI tool using Click. This step-by-step tutorial covers commands, options, arguments, and packaging.