Learn to use Claude 3.5 Sonnet API in Python with this tutorial. We will have 3 example use-cases: a simple chat interface, tool-use (to make a local artifacts feature), and using vision to read a screenshot. All of this will be done via the API (Python SDK).
👉 Links
🔗 Code: https://github.com/pixegami/claude-3.5-api-tutorial
🔗 Claude: https://claude.ai
🔗 Anthropic: https://anthropic.com
📚 Chapters
00:00 - Introduction
03:07 - Setting Up
04:42 - Chat Example
06:53 - Tool-Use (Function Calling)
09:20 - Creating Tools
11:04 - Using Tools
16:23 - Vision API
19:18 - Wrapping Up