Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Claude Code Starter Kit

Getting started with Claude Code — local Python execution with AI assistance.

What this is

A set of three small, self-contained Python projects showing how Claude Code goes from "hello world" to a multi-file data pipeline, working directly on real files in your project instead of just chatting about code.

Prerequisites

  • Node.js (required to install Claude Code)
  • An Anthropic API key (or a Claude subscription that includes Claude Code)
  • Python 3.9+

Quick start: installing Claude Code

npm install -g @anthropic-ai/claude-code
claude

Then run claude from inside any project folder to start a session.

Project index

Project What it covers
01-hello-world Your first Claude Code script — sanity-check the toolchain
02-csv-analysis Read a CSV and compute summary statistics with pandas
03-data-pipeline Multi-step pipeline: load → clean → report, across multiple files

Key lesson

Claude Code lets you work with real files, not just chat. Every project here was built by asking Claude Code to write, run, and fix actual scripts in this repo — the same loop you'd use on a production codebase.

About

A hands-on reference kit demonstrating local Python code execution with Claude Code across single-script execution, CSV analysis, and multi-step data pipelines.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages