Files
courses/README.md
2024-07-22 15:00:15 -06:00

7 lines
466 B
Markdown

# Anthropic Courses
Welcome to Anthropic's educational courses. This repository currently contains two courses:
- [SDK Onramp Course](./SDKOnramp/README.md) - teaches the essentials of working with the Claude SDK: getting an API key, working with model parameters, writing multimodal prompts, streaming responses, etc.
- [Tool Use Course](./ToolUse/README.md) - teaches everything you need to know to implement tool use successfully in your workflows with Claude.