TPT
Total:
$0.00

Python Coding Rubric

51 results
Filters
Standard
Language
Preview of One Becomes Many: Madam C.J. Walker’s Recursive Empire in Python Turtle

One Becomes Many: Madam C.J. Walker’s Recursive Empire in Python Turtle

Turn a single line of code into a digital empire! This two-part series shows how Madam C.J. Walker scaled her haircare system just like a recursive function. Using Python Turtle graphics, students will grow a fractal legacy tree that mirrors how her 1920s agents spread her vision across the nation. Teachers, this lesson is a beautiful blend of history and high-tech logic. Students will master how functions call themselves to create complex growth from a simple seed. It is the perfect way to make
Preview of The "Silent Killer" of Python Logic: Mutable vs. Immutable Objects Quest!

The "Silent Killer" of Python Logic: Mutable vs. Immutable Objects Quest!

Stop the most frustrating bugs before they start! 🛑 Every Python beginner eventually falls for the "silent killer: Click to watch!": modifying a list inside a function only to realize they’ve accidentally altered the original data. This interactive Lesson 5 Programming Worksheet transports students to the Floating Isles of Aetheria, where memory is law and logic is magic! Instead of dry definitions, students master Python memory management through a high-stakes fantasy narrative. 📜 The Que
Preview of Spike Prime: Read the Code Series - Beginner, Intermediate, and Advanced Bundle

Spike Prime: Read the Code Series - Beginner, Intermediate, and Advanced Bundle

Created by
RoboBytes
The Read the Code series is designed to save teachers time by teaching students to explain robot behavior before running code. Across Beginner, Intermediate, and Advanced levels, students learn to read SPIKE Prime programs, predict behavior, test their predictions, and answer thought-provoking questions that surface the most common robotics misconceptions—so teachers do not have to repeatedly explain them. This is not trial-and-error robotics. It is reasoning, debugging, and understanding—bu
Preview of SER vs ESTAR Spanish Conjugation Flash cards - Montessori grammar Color-Coded

SER vs ESTAR Spanish Conjugation Flash cards - Montessori grammar Color-Coded

Spanish SER vs. ESTAR Conjugation Flashcards (Montessori Color-Coded) Help your students think, speak, and conjugate in real time—not just fill out a worksheet! This set of colorful, photo-rich flashcards gives learners a prompt with a pronoun and an adjective/verb, and they must choose and conjugate estar (with 3 out of 12 cards using ser for contrast). It’s a quick, high-impact way to build confidence with one of Spanish’s trickiest essentials: ser vs. estar. Example: “you are shy” ≠ “
Preview of Color By Code & Following Directions Worksheets | Preschool & Kindergarten Pack

Color By Code & Following Directions Worksheets | Preschool & Kindergarten Pack

Make learning fun and engaging with this Color By Code & Following Directions Worksheets Pack! Perfect for Preschool, Pre-K, Kindergarten, Homeschool, Special Education, Morning Work, Centers, Early Finishers, and Fine Motor Practice, these no prep printable activities help children build important early learning skills while having fun coloring and following simple directions. This resource includes adorable themed activities such as: ⭐ Color By Number Worksheets ⭐ Color By Code Activitie
Preview of Spike Prime Coding: Read the Code Series - Advanced Worksheet Bundle

Spike Prime Coding: Read the Code Series - Advanced Worksheet Bundle

Created by
RoboBytes
Your students can make robots move — but they struggle to explain why the code behaves the way it does.This Advanced Read the Code bundle fixes that for you. These five Advanced worksheets are designed to save you time by guiding students through the hardest robotics thinking skills: analyzing complex logic, identifying design flaws, and explaining unexpected behavior — before trial-and-error takes over. Students don’t just run code. They read it, predict behavior, test their predictions, an
Preview of SPIKE Prime Coding: Read the Code Series – Intermediate Worksheets Bundle

SPIKE Prime Coding: Read the Code Series – Intermediate Worksheets Bundle

Created by
RoboBytes
Save time and money with this ready-to-use 5-worksheet series for SPIKE Prime coding! These worksheets help students read block code, predict robot behavior, and reason through loops, conditionals, and sensors — all without needing to run the robots. Perfect for offline days, early finishers, substitutes, or formative assessment. Bundle Includes: Worksheet 1 – Predict Robot BehaviorStudents analyze simple SPIKE Prime programs and predict robot movement step by step. Worksheet 2 – Repeated Se
Preview of International Pi Day Color By Number Math Activities Coloring - color by code

International Pi Day Color By Number Math Activities Coloring - color by code

These Pi Day color by number printables are great for keeping the kids busy this year. print the coloring pages for hours of creative fun! Pi Day is celebrated on March 14th every year to celebrate the mathematical constant 3.14, better known as PI. Each of these work sheets would be fun for the kids to color and fill out. They are perfect for early learners to practise literacy skills, fine motor skills, hand-eye coordination and math skills. This activity sheet is a fun way for children to ide
Preview of SER and ESTAR Spanish Conjugation Flashcards (Montessori grammar Color-Coded)

SER and ESTAR Spanish Conjugation Flashcards (Montessori grammar Color-Coded)

Spanish SER vs. ESTAR Conjugation Flashcards (Montessori Color-Coded) Help your students think, speak, and conjugate in real time—not just fill out a worksheet! This set of colorful, photo-rich flashcards gives learners a prompt with a pronoun and an adjective/verb, and they must choose and conjugate estar (with 3 out of 12 cards using ser for contrast). It’s a quick, high-impact way to build confidence with one of Spanish’s trickiest essentials: ser vs. estar. Example: “you are shy” ≠ “
Preview of Unit 3 -Spike Prime: Read the Code – (Advanced) WS 2: Sensor Priority & Override

Unit 3 -Spike Prime: Read the Code – (Advanced) WS 2: Sensor Priority & Override

Created by
RoboBytes
Students don’t understand why some sensors seem to “do nothing.”This worksheet explains that problem clearly. Students examine programs where multiple sensors are checked, but some conditions never meaningfully trigger. They predict behavior, test their predictions, and explain how sensor priority and logic masking affect outcomes. The worksheet leads students to discover that the issue isn’t the sensor — it’s the code structure. This worksheet saves you time because: students stop blaming har
Preview of Unit 3 - Spike Prime: Read the Code – (Advanced) WS 5: Predict, Fix, Improve

Unit 3 - Spike Prime: Read the Code – (Advanced) WS 5: Predict, Fix, Improve

Created by
RoboBytes
This worksheet turns analysis into intentional improvement — not guesswork.Students compare two versions of code, predict behavior, test both versions, and justify which design is better and why. Only after reasoning do students improve the code themselves. This worksheet brings everything together: prediction, evidence, design thinking, and debugging. This worksheet saves you time because: fixes are justified, not random students explain why changes matter code improvements become thoughtful,
Preview of Unit 3 - Spike Prime: Read the Code (Advanced) – WS 4: Partial Infinite Loops

Unit 3 - Spike Prime: Read the Code (Advanced) – WS 4: Partial Infinite Loops

Created by
RoboBytes
Students can’t tell the difference between “running” and “responsive.”This worksheet makes that distinction unmistakable. Students examine programs with infinite loops that appear active but trap the robot in limited behavior. They predict long-term behavior, test their predictions, and explain why the robot becomes stuck even though the code is still running. The questions surface logical dead ends that students often miss. This worksheet saves you time because: students stop assuming loops au
Preview of Unit 3 - Spike Prime: Read the Code – (Advanced) WS 3: Inefficient Logic

Unit 3 - Spike Prime: Read the Code – (Advanced) WS 3: Inefficient Logic

Created by
RoboBytes
The robot works — but the code is bad.This worksheet teaches students to recognize that difference. Students analyze programs that technically behave correctly but include redundant checks, unnecessary blocks, and inefficient structure. They predict behavior, test it, and explain why the code works — and why it’s still poorly designed. This is where students start thinking like real programmers, not just robot operators. This worksheet saves you time because: students stop equating “it works”
Preview of Unit 3 - Spike Prime: Read the Code – (Advanced) WS 1: Competing Conditions

Unit 3 - Spike Prime: Read the Code – (Advanced) WS 1: Competing Conditions

Created by
RoboBytes
Your students think multiple “if” statements all matter equally.This worksheet shows them why that’s not true — without you having to lecture. Students analyze code with competing conditions inside a loop. They predict what the robot will do, test their predictions, and explain which condition actually wins and why. Carefully written questions guide students to notice order-of-operations issues that cause unexpected behavior. This worksheet saves you time because: students stop assuming “all c
Preview of Unit 2 - SPIKE Prime: Read the Code (Inter) - WS# 5 Infinite Loops and Logic

Unit 2 - SPIKE Prime: Read the Code (Inter) - WS# 5 Infinite Loops and Logic

Created by
RoboBytes
Just because code runs forever doesn’t mean it’s doing anything useful.This worksheet teaches that lesson clearly and early. Students examine programs with infinite loops — including one where a sensor is checked repeatedly but behavior never changes. They predict long-term behavior, test their predictions, and explain why some loops are ineffective. The questions are designed to build a debugging mindset before students reach Advanced robotics. This worksheet saves you time because: ineffecti
Preview of Unit 2 - SPIKE Prime: Read the Code (Inter) - WS# 4 Two Outcomes Inside a Loop

Unit 2 - SPIKE Prime: Read the Code (Inter) - WS# 4 Two Outcomes Inside a Loop

Created by
RoboBytes
Your students don’t understand why the robot won’t change behavior.This worksheet makes that visible without you re-explaining it. Students analyze if/else logic placed inside and outside of a loop. They predict behavior, test their predictions, and explain why repeated decisions allow robots to respond — while single decisions do not. Carefully structured questions help students articulate why robots sometimes feel “stuck,” even when the code looks correct. This worksheet saves you time becau
Preview of Unit 2 - SPIKE Prime: Read the Code (Inter) - WS# 3 Repeat Actions

Unit 2 - SPIKE Prime: Read the Code (Inter) - WS# 3 Repeat Actions

Created by
RoboBytes
Students use repeat blocks — but don’t always understand them.This worksheet clears that up before it becomes a problem. Students read code that uses repeat and repeat-forever blocks to control movement. They predict distance and stopping behavior, test their predictions, and explain how repeated actions affect movement, all without adding sensor complexity. Questions are designed to surface and correct common misunderstandings about loops — especially “repeat forever.” This worksheet saves yo
Preview of Unit 2 -SPIKE Prime: Read the Code (Inter) - WS #2: Repeat Sensor Checks W/ Loop

Unit 2 -SPIKE Prime: Read the Code (Inter) - WS #2: Repeat Sensor Checks W/ Loop

Created by
RoboBytes
Your robots work sometimes — and students don’t know why.This worksheet fixes that confusion for you. Students analyze two programs that use the same color sensor but behave very differently. By reading the code first, students predict what will happen, test their predictions, and explain why repeated sensor checks inside a loop lead to more reliable behavior. Thought-provoking questions guide students to discover that inconsistent behavior is usually caused by program structure, not broken s
Preview of Unit 2 - SPIKE Prime: Read the Code (Inter) - WS# 1 Sensor Timing & Conditionals

Unit 2 - SPIKE Prime: Read the Code (Inter) - WS# 1 Sensor Timing & Conditionals

Created by
RoboBytes
Your students keep saying, “The robot should have stopped.”This worksheet fixes that problem for you. Sensor Timing & Conditional Actions walks students through one of the most common — and time-consuming — robotics misconceptions: believing sensors react instantly. Instead of trial-and-error or repeated teacher explanations, students read the code, predict what will happen, test their predictions, and explain the results. Thought-provoking questions guide students to uncover when sensors are
Preview of International Pi Day Color By Code Math Activities Coloring - Pixels Art

International Pi Day Color By Code Math Activities Coloring - Pixels Art

Get ready to add some colorful fun to your Pi Day celebrations with my vibrant Pi Day Color by number Worksheets. Discover a world of math and creativity as we explore how these engaging worksheets can bring an extra dash of excitement to your Pi Day festivities. Search for more printables like this, check out my amazing Math Worksheets for Kids! These worksheets are designed to make math a blast for kids while celebrating the fascinating concept of Pi.
Preview of AP Biology UNIT 3 Cellular Energetics 3.5 Cell Respiration FRQ (Scoring Rubric)

AP Biology UNIT 3 Cellular Energetics 3.5 Cell Respiration FRQ (Scoring Rubric)

AP Biology Unit 3 Cellular Energetics - Cellular Respiration FRQ (3.5) Product This comprehensive 25-minute free response question (FRQ) assessment is designed for AP Biology students studying cellular energetics and respiration. The assessment challenges students to apply their understanding of cellular respiration, energy production, and metabolic pathways through a realistic case study format. What's Included:A complete FRQ with five integrated prompts that assess understanding of mitochondri
Preview of Level 3 Phonics – “I Have, Who Has?” Flashcards | Green/Yellow/Red

Level 3 Phonics – “I Have, Who Has?” Flashcards | Green/Yellow/Red

This fun and engaging “I Have, Who Has?” phonics game includes 3 color-coded decks designed to support Level 3 phonics skills. ✅ 79 Green cards (Decodable Words) ✅ 40 Yellow cards (Pattern-Based Words) ✅ 16 Red cards (High-Frequency Words) These flashcards are perfect for small-group phonics practice, reading centers, and fluency review. Each game reinforces decoding and reading fluency through an interactive, student-friendly format—just print, laminate, cut, and play! 🆕 New UpdateNow inc
Preview of First - Then Boards

First - Then Boards

These are "First - Then" Boards that I use for my students in my autism classroom! Because I have colors for each of my students, each board is color-coded for 6 students! Once the boards are cut out and laminated, add velcro and specific visual supports (ex: Boardmaker images) to illustrate what the child must do first before he/she can do after (ex: "First math, then snack"). These boards are extremely helpful for students with autism, down syndrome, or just for students who need a bit more vi
Preview of Level 4 Phonics – “I Have, Who Has?” Flashcards | Green/Yellow/Red

Level 4 Phonics – “I Have, Who Has?” Flashcards | Green/Yellow/Red

✨ Level 4 “I Have, Who Has?” Flashcards | Green/Yellow/RedMake phonics practice fun and engaging with this Level 4 “I Have, Who Has?” Flash Card Game! This resource includes three color-coded decks designed to strengthen decoding, reading fluency, and automatic word recognition through interactive gameplay. Perfect for: ✔ Small-group intervention ✔ Literacy centers ✔ Whole-class warm-ups ✔ Partner fluency practice ✔ Independent or partner games ✔ Reading review activities What’s Included153 car
Showing 1-24 of 51 results