a hands-on course

Your First
Claude API App

(The Claude API)

Build a streaming, tool-using chatbot on the Claude API — in Python, in about half an hour.

A free, hands-on tutorial: build your first app on the Claude API. Get an API key, make your first call, then build a command-line chatbot that holds a conversation, streams its replies, and calls your own Python tools. The one course in the track that talks to a real cloud API (needs an API key, spends a few cents).

in the real world

The Claude API is how real products are built on AI — chatbots, coding copilots, agents and RAG systems all start with exactly the calls you'll write here. (Heads up: this one needs an Anthropic API key and costs a few cents to run.)

Start with an API key →

Part 1 — Your first call

Part 2 — Build the chatbot

Part 3 — Polish & ship