Skip to main content
MIT
Electrical Engineering & Computer Science
6 units

MIT 6.0002: Introduction to Computational Thinking and Data Science

6.0002 is the half-semester sequel to 6.0001 — optimization, simulation, Monte Carlo methods, and a first taste of machine learning — and through OCW and edX it's one of the most-taken data science introductions in the world. In MIT's current catalog the material lives on as 6.100B.

Fennie is independent and not affiliated with MIT. This is an unofficial study guide.

Build my 6.0002 study plan

What makes it hard

The course pivots from learning Python to using Python as a thinking tool, and the statistics is the silent difficulty: stochastic simulations, confidence in results, and knowing what a model's output does and doesn't mean. Self-learners who breezed through 6.0001 often stall when the psets stop being about syntax.

What you'll cover

  • Optimization and knapsack problems
  • Graph search
  • Stochastic thinking and randomness
  • Monte Carlo simulation
  • Sampling and confidence intervals
  • Curve fitting and basic machine learning

The 6.0002 study guide

How to study for MIT 6.0002, step by step.

  1. 1

    Shift your goal from syntax to modeling

    6.0002's psets ask you to model a situation, not implement a spec. Before coding, write down what's being simulated, what's random, and what question the output answers.

  2. 2

    Run every simulation more than the pset requires

    Vary the parameters and watch how the answers move. Intuition for stochastic results — when to trust them, how much they wobble — is the course's real product.

  3. 3

    Treat the statistics as content, not commentary

    Confidence intervals and sampling error are exam material and life material. When a lecture mentions a statistical idea, chase it until you could explain it without the code.

  4. 4

    Keep the 6.0001 toolkit sharp

    Classes, dictionaries, and plotting get used constantly without being retaught. A quick weekly rep on the prerequisites keeps the new material from being blocked by the old.

  5. 5

    Finish the run with Fennie

    Upload the 6.0002 outline from OCW or edX and Fennie's Daily Plan paces lectures and psets to your target date, with quizzes on the statistical concepts — the part self-learners most often skip — generated from the actual course materials. Free to start.

    Start my 6.0002 plan free

How Fennie helps with 6.0002

Fennie's Daily Plans pace a 6.0002 run — usually self-paced through OCW or edX — so the statistical concepts get studied as content rather than skimmed as commentary. Chat through what a Monte Carlo result actually claims, and quiz yourself on the modeling decisions each pset turns on.

FAQ

Should I take 6.0001 before 6.0002?

Yes — 6.0002 assumes the Python fluency 6.0001 builds and reuses its toolkit constantly. Together they form MIT's classic intro-to-CS-and-data-science pair on OCW and edX.

Is 6.0002 still offered at MIT?

The material lives on as 6.100B in the current numbering; the OCW and edX versions remain published as 6.0002 and stay fully usable for self-study.

How long does 6.0002 take to self-study?

Most self-learners finish in 4–8 weeks at several hours per week. The psets are where the learning happens — budget most of the time there.

Pass 6.0002 with a plan, not a cram

Upload your 6.0002 materials and Fennie generates a Daily Plan paced to your deadline — plus chat, flashcards, and quizzes built from the actual course content.

Get started free

More MIT courses