All Tags

#python

11 articles

CrewAI Flow Basics: Orchestrate Multiple Crews in a Controlled Workflow

2 min read

Use Flow to manage multi-step tasks and branching logic, and build workflows closer to real business operations.

#crewai#flow#workflow#state-machine#python

CrewAI Tools Integration: Let Agents Search, Read, and Actually Do Work

2 min read

Learn how to attach built-in and custom tools to agents, with practical design principles.

#crewai#tools#serper#integration#python

CrewAI Structured Output: Stop Data Drift with Pydantic

2 min read

Use output_pydantic to define stable output schemas and improve downstream reliability.

#crewai#pydantic#structured-output#python

CrewAI Series Overview: From Zero to Production-Ready Multi-Agent Workflows

2 min read

First understand what CrewAI does and what problems it solves, then move from basics to real-world practice in 10 posts.

#crewai#ai-agent#python#workflow#multi-agent

CrewAI Quick Start: Build Your First Research Crew in 10 Minutes

2 min read

From installation to execution, complete your first working CrewAI project.

#crewai#quick-start#python#agent

Python uv Series Overview: The 100x Faster pip Replacement

2 min read

A quick introduction to uv's role, use cases, and learning path — an introduction to the entire uv series.

#python#uv#package-manager#astral

Python uv Quick Start: Build Your First Project

2 min read

Starting from installation verification, walk through project initialization, adding dependencies, and running your first program.

#python#uv#quick-start#package-manager

Python uv Core Concepts: pyproject.toml, Lockfile & Virtual Environments

3 min read

Understand uv's four core concepts and build the foundational knowledge needed for daily operations.

#python#uv#pyproject#lockfile#venv

Python uv Common Patterns: Dependencies, uvx & Script Execution

2 min read

A collection of uv's five most common daily operations, with practical templates you can use immediately.

#python#uv#dependencies#uvx#scripts

Python uv Advanced: Python Versions, pip Interface & Tool Installation

2 min read

When moving beyond a single project to multi-version testing, legacy pipeline compatibility, and global tool management, uv handles it all.

#python#uv#python-version#pip#uv-tool

Python uv Best Practices: Stability & Collaboration Checklist

3 min read

A collection of uv's recommended long-term practices and common pitfalls, to help reduce failures and collaboration friction.

#python#uv#best-practices#pyproject#ci

Other Tags