5 Commits

Author SHA1 Message Date
Elie Schoppik
4677106fc7 Update README.md 2024-08-27 16:40:24 -04:00
Maggie
68b6bdf88f Update README.md
deleted extra row
2024-08-27 13:32:24 -07:00
Elie Schoppik
6cbacc6fde Update README.md
Co-authored-by: Maggie <143411590+maggie-vo@users.noreply.github.com>
2024-08-27 16:30:47 -04:00
Elie Schoppik
3d395f6db2 Update README.md
Co-authored-by: Maggie <143411590+maggie-vo@users.noreply.github.com>
2024-08-27 16:28:02 -04:00
Elie Schoppik
cc33a6f9ab Update README to include Vertex branch 2024-08-27 08:06:25 -04:00

View File

@@ -4,5 +4,8 @@ Welcome to Anthropic's educational courses. This repository currently contains f
1. [Anthropic API fundamentals course](./anthropic_api_fundamentals/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.
2. [Prompt engineering interactive tutorial](./prompt_engineering_interactive_tutorial/README.md) - a comprehensive step-by-step guide to key prompting techniques
- [Google Vertex version](https://github.com/anthropics/courses/tree/vertex/real_world_prompting)
3. [Real world prompting course](./real_world_prompting/README.md) - learn how to incorporate prompting techniques into complex, real world prompts
4. [Tool use course](./tool_use/README.md) - teaches everything you need to know to implement tool use successfully in your workflows with Claude.