IntermediateИнженерияclaude
Claude API from A to Z
A complete course on the Anthropic Claude API for developers: Messages API, model selection, prompt engineering for Claude, tool use, streaming, batch API, prompt caching, vision, and production patterns. Real code in TypeScript and Python.
4modules
16lessons
362 mintotal time
Developers integrating Claude into a productaudience
Module 1
Getting Started
Your first API call, the Messages API structure, and choosing a model for the task and budget.
Module 2
Prompt Engineering for Claude
System prompts, the 200K context window, XML tags, and few-shot — what actually works with Claude.
Module 3
Tool Use
Function calling: defining tools, parsing tool_use, patterns, multi-turn chains, and computer use.
Module 4
Production
Streaming, the Batch API, prompt caching, vision, and resilient production patterns.