Skip to content

Tevaalgorithms/claude-code-learning

Repository files navigation

Claude Code Learning

Personal notes, projects, and experiments from the Anthropic Claude Code course.

Course Progress

  • Module 1 — Getting Started with Claude Code
  • Module 2 — Building with the Claude API
    • Accessing Claude with the API
    • Prompt Evaluation
    • Prompt Engineering Techniques
    • Tools with Claude
    • Retrieval Augmented Generation
    • Features of Claude
    • Model Context Protocol
    • Anthropic Apps — Claude Code and Computer Use
    • Agents and Workflows
  • Module 3 — Introduction to Model Context Protocol
  • Module 4 — Model Context Protocol: Advanced Topics
  • Module 5 — Introduction to Agent Skills

Structure

claude-code-learning/
├── module-01-claude-code-fundamentals/
│   └── NOTES.md
├── module-02-building-with-claude-api/
│   ├── 01-accessing-claude-with-api/
│   ├── 02-prompt-evaluation/
│   ├── 03-prompt-engineering-techniques/
│   ├── 04-tools-with-claude/
│   ├── 05-retrieval-augmented-generation/
│   ├── 06-features-of-claude/
│   ├── 07-model-context-protocol/
│   ├── 08-anthropic-apps/
│   └── 09-agents-and-workflows/
├── module-03-intro-to-mcp/
├── module-04-mcp-advanced-topics/
└── module-05-intro-to-agent-skills/

Key Concepts Covered

  • Claude Code CLI usage and workflows
  • Prompt engineering for developers
  • Tool use and agentic patterns
  • Building AI-powered applications with the Anthropic SDK

Tech Stack

  • Python / Claude API (anthropic SDK)
  • Claude Code CLI

Part of my AI Engineering learning journey — alongside Amazon Bedrock.

About

Notes, projects and experiments from the Anthropic Claude Code course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors