始める無料で始める

Claude Code's Agentic Capabilities

You've just joined a climate research team. Your colleagues use Claude Code to help with their Python analysis scripts, and you want to understand what it actually does before relying on it. Is it just a smarter search? A chatbot that reads code? Or something different?

The team's project is already in your working directory at /home/repl/climate-analysis/:

climate-analysis/
├── analyze.py      # Core analysis: temperature trends, anomaly detection, monthly averages
├── load_data.py    # Reads station metadata and daily measurements from CSV files
├── report.py       # Generates a printed summary report for all stations
└── data/
    ├── stations.csv      # Weather station names, locations, and elevations
    └── measurements.csv  # Daily temperature and precipitation readings per station

この演習はコースの一部です

Claude Code 101

コースを見る

演習の手順

  • Run claude to start Claude Code.
  • Ask Claude: "What tools and actions do you have available in this project?"
  • Type /exit to close Claude Code.

実践的なインタラクティブ演習

理論を実践に変える、インタラクティブな演習のひとつをお試しください

演習を開始する