🐍 Python Tutorial

Project 3 — Rocket Launch 🚀

Animate a rocket launching into the sky with a trail of smoke behind it. Meet Python’s for loop — a way to repeat something N times.

🎯 What you’ll build

A night-sky scene where a rocket flies upward, leaving a trail of smoke puffs behind it. Each puff appears one after the other, animated.

🧩 Python you’ll meet

Note: RPF’s original uses p5. We use turtle so the drawing code looks different, but the for loop concept is the same.

Start → Step 1

⬅ Back to all projects


Adapted from Raspberry Pi Foundation — Rocket Launch under CC BY-SA 4.0.