Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 76 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,80 @@
# Anthropic courses
# Anthropic Educational Courses

Welcome to Anthropic's educational courses. This repository currently contains four courses. We suggest completing the courses in the following order:
![Version](https://img.shields.io/badge/version-1.0.0-blue.svg)
![License](https://img.shields.io/badge/license-CC--BY--NC--4.0-blue.svg)

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
Welcome to Anthropic's educational courses repository. Our goal is to empower developers and researchers with the knowledge and skills to effectively utilize AI technologies, with a focus on our Claude AI model.

- [Google Vertex version](https://github.com/anthropics/courses/tree/vertex/real_world_prompting)
## Table of Contents
- [Introduction](#introduction)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Courses](#courses)
- [Learning Path](#learning-path)
- [Target Audience](#target-audience)
- [Time Commitment](#time-commitment)
- [Contributing](#contributing)
- [Community and Support](#community-and-support)
- [License](#license)
- [Acknowledgments](#acknowledgments)
- [FAQ](#faq)

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.
## Introduction
Anthropic is at the forefront of AI research and development. These courses are designed to help you harness the power of our technologies, particularly our Claude AI model, in your projects and research.

## Prerequisites
- Basic programming knowledge (Python recommended)
- Familiarity with AI concepts (helpful but not required)
- An Anthropic API key (instructions provided in the first course)

## Installation
No specific installation is required to access these courses. However, to run examples, ensure you have Python 3.7+ installed.

## Courses
1. **[Anthropic API Fundamentals](./anthropic_api_fundamentals/README.md)**
Master the essentials of working with the Claude SDK. Learn to obtain an API key, work with model parameters, write multimodal prompts, and stream responses.

2. **[Prompt Engineering Interactive Tutorial](./prompt_engineering_interactive_tutorial/README.md)**
A comprehensive, step-by-step guide to key prompting techniques. Perfect for beginners and intermediate users looking to refine their skills.

3. **[Real World Prompting](./real_world_prompting/README.md)**
Apply prompting techniques to complex, real-world scenarios. Bridge the gap between theory and practical application.

4. **[Tool Use Course](./tool_use/README.md)**
Learn everything you need to successfully implement tool use in your workflows with Claude.

## Learning Path
[Insert a simple diagram or flowchart here showing the recommended course order]

## Target Audience
These courses are designed for:
- Software developers
- Data scientists
- AI researchers
- Business analysts interested in AI integration

## Time Commitment
- Anthropic API Fundamentals: ~4 hours
- Prompt Engineering Interactive Tutorial: ~6 hours
- Real World Prompting: ~8 hours
- Tool Use Course: ~5 hours

## Contributing
While we appreciate interest in our courses, we are not currently accepting external contributions. These materials are provided for educational purposes as-is.

## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.

## Acknowledgments
- Thanks to all the contributors who have helped shape these courses
- Special thanks to the Anthropic research team for their groundbreaking work

## FAQ
**Q: Do I need prior AI experience to take these courses?**
A: While helpful, prior AI experience is not necessary. Our courses are designed to accommodate learners at various levels.

**Q: Is an Anthropic API key required?**
A: Yes, for practical exercises. Instructions for obtaining a key are provided in the first course.

## Feedback
Your feedback is crucial for improving these courses. Please send your suggestions and comments to [email protected] or open an issue in this repository.