Courses & Structured Learning
Courses & Structured Learning
Section titled “Courses & Structured Learning”Organized by time commitment. Every course listed here has been selected because it’s either the best at what it does or because nothing else covers that ground as well. Skip the rest — these are the ones worth your time.
If You Have 1 Hour
Section titled “If You Have 1 Hour”Quick wins. No setup required, no account needed for most.
| Course | Provider | Cost | Format | Best For |
|---|---|---|---|---|
| Anthropic’s Interactive Prompt Engineering Tutorial | Anthropic | Free | Interactive Jupyter notebooks, 9 chapters | Anyone who wants to understand how Claude actually thinks — exercises run against a live API key |
| Claude.ai Built-In Tutorials | Anthropic | Free (account required) | Interactive | Complete beginners — the interface itself teaches you by example |
| Prompt Engineering for Claude | DeepLearning.AI | Free | Video + code | Developers who prefer short structured lessons over self-guided notebooks |
Where to start: The Anthropic interactive tutorial is the best single hour you can spend. It covers the mental model behind prompting Claude — not just tips, but why they work.
If You Have 1 Day
Section titled “If You Have 1 Day”Four to six hours of focused learning. Pick one topic and go deep.
| Course | Provider | Cost | Format | Best For |
|---|---|---|---|---|
| Build with Claude | Anthropic Academy | Free | Mixed video/reading | Anyone building with Claude — official curriculum, covers API, agents, tool use |
| AI For Everyone | Coursera / Andrew Ng | Free to audit | Video, ~4 hours | Non-technical people who want to stop nodding along and actually understand what AI is doing |
| How Anthropic Teams Use Claude Code | Anthropic (PDF) | Free | Reading | Anyone using Claude Code — study how the people who built it actually use it day to day |
Where to start: If you’re non-technical, do Andrew Ng’s AI For Everyone first. It will reframe how you think about everything else here. If you’re technical, go straight to Build with Claude.
If You Have 1 Week
Section titled “If You Have 1 Week”Twenty-plus hours. These are the courses that actually change how you work.
| Course | Provider | Cost | Format | Best For |
|---|---|---|---|---|
| Practical Deep Learning for Coders | fast.ai / Jeremy Howard | Free | Video + notebooks, 8 lessons | Developers who want practical deep learning without a math PhD — builds intuition through code |
| ChatGPT Prompt Engineering for Developers | DeepLearning.AI | Free | Video + code | Developers — Isa Fulford (OpenAI) and Andrew Ng co-teach; covers techniques that apply to Claude too |
| LangChain Academy | LangChain | Free | Video + exercises | Engineers building agents — covers LangGraph, tool use, memory, and multi-agent orchestration |
| Anthropic Courses on GitHub | Anthropic | Free | Notebooks, self-paced | Developers who learn by running code — official curriculum including prompt engineering and tool use |
Where to start: Anthropic Courses on GitHub is the most directly applicable if you’re working with Claude. Fast.ai is the best structured learning if you want to understand how the underlying systems work.
If You Have 1 Month
Section titled “If You Have 1 Month”Serious commitment. These are full specializations, not crash courses. Worth it if you’re making AI central to your work or career.
| Course | Provider | Cost | Format | Best For |
|---|---|---|---|---|
| Machine Learning Specialization | Coursera / Stanford / Andrew Ng | Free to audit | Video + assignments, ~3 months at part-time pace | Anyone who wants to understand ML from first principles — math explained, no PhD required |
| Full fast.ai Course Series | fast.ai | Free | Video + code | Practitioners who want to go from prompting to building real AI systems |
| Build a Real Project Using the Claude API | — | API costs only | Self-directed | Advanced learners — nothing teaches more than shipping something real. Pick a problem you actually have. |
Note on the DIY project path: After the courses above, the best learning multiplier is building something. The Claude API often offers introductory credits for new accounts — check console.anthropic.com. Pick a problem in your own work, build a tool that solves it, and you will learn more in a month of doing than in a year of watching.
Quick-Reference Summary
Section titled “Quick-Reference Summary”| Time | Top Pick | Runner Up |
|---|---|---|
| 1 hour | Anthropic Interactive Tutorial | DeepLearning.AI Prompt Engineering |
| 1 day | AI For Everyone (non-technical) or Build with Claude (technical) | How Anthropic Teams Use Claude Code |
| 1 week | Anthropic Courses on GitHub | Practical Deep Learning |
| 1 month | ML Specialization | Build something real with the API |