FastMCP - A Smarter Way to Build LLM Toolchains 10 Jul 2025 7 min read Python Build AI tools without the bloat. FastMCP is a Python-native framework for fast, testable, and structured LLM workflows.
Automate the Boring Stuff - Deleting Python venvs Edition 03 Jul 2025 12 min read Python Free up disk space by cleaning old Python virtual environments with `venv-analyzer`, a fast, smart tool for devs who want full control and a cleaner workflow.
The Best Tools to Build AI Agents with Python (2025 Guide) 26 Jun 2025 12 min read Python In this article, we’ll walk through the most powerful tools and libraries you can use to build AI agents in Python.
Execute Python with Shebang - Make Your Scripts Executable 19 Jun 2025 6 min read Python In this article, you’ll learn what a shebang is, how it works with Python, and how to use it to make your scripts executable on any Unix-like system.