TPT
Total:
$0.00
Preview of When to use Generator Functions in Python Programming | Complete Coding Lessons.

When to use Generator Functions in Python Programming | Complete Coding Lessons.

Created by
CodeHive DIY
Teach your students when and why to use generator functions in Python programming with this beginner-friendly, ready-to-teach lesson. This resource covers real-world scenarios where generator functions are the best choice, highlighting their benefits like lazy evaluation, memory-efficient iteration, and the use of the yield keyword to produce values on the fly without storing them all at once. It provides all the guidance needed to make the learning process smooth and effective, making it
Preview of When to Use the dict_key Data Type in Python | Complete Coding Lessons.

When to Use the dict_key Data Type in Python | Complete Coding Lessons.

Created by
CodeHive DIY
Teach your students when and why to use the dict_keys data type in Python programming with this beginner-friendly, ready-to-teach lesson. This resource explains real-world scenarios where dict_keys is useful, and highlights its key features such as dynamic view of dictionary keys, memory efficiency, and support for set-like operations without duplicating data. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teach and qu
Preview of When to Use the memoryview Data Type in Python | Complete Coding Lessons.

When to Use the memoryview Data Type in Python | Complete Coding Lessons.

Created by
CodeHive DIY
Teach your students when and why to use the memoryview data type in Python programming with this beginner-friendly, ready-to-teach lesson. This resource covers real-world scenarios where memoryview is the best choice and highlights its unique advantages such as efficient handling of large binary data, zero-copy data access, and working with buffers without duplication. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to tea
Preview of Unit 2 - Analyze Robot Movement | Identify & Explain Misunderstandings

Unit 2 - Analyze Robot Movement | Identify & Explain Misunderstandings

Created by
RoboBytes
Students often fix mistakes blindly without understanding the why. This 20–25 minute worksheet teaches them to analyze movement errors conceptually. Students identify misunderstood distance, direction, angles, or sequence concepts, and explain what was expected vs. what actually happens. Why teachers love it: Fosters critical thinking before debugging robots Differentiates from traditional “debug” worksheets Includes full teacher reasoning key with sample explanationsEditable for easy classro
Preview of Coding Unplugged Hotoke Scratch Coding Activity Basics Computer Coding Worksheet

Coding Unplugged Hotoke Scratch Coding Activity Basics Computer Coding Worksheet

Created by
Teachy Tales
This activity is designed as a Coding Unplugged activity, meaning students can learn Scratch coding concepts without using computers, making it perfect for classrooms, STEM lessons, computer labs, and substitute plans. What’s Included: Interactive Coding Unplugged activities (no devices required) Unique Hotoke-themed coding challenges (fun + memorable!) Printable Computer Coding Worksheets Algorithm-building exercises (sequencing, logic, direction) Answer keys for quick and easy grading Vi
Preview of Unplugged Coding Design Your Own AI Agent - Scratch Coding Activity Workbook

Unplugged Coding Design Your Own AI Agent - Scratch Coding Activity Workbook

Created by
Teachy Tales
This activity is designed as a Coding Unplugged activity, meaning students can learn Scratch coding . AI concepts without using computers, making it perfect for classrooms, STEM lessons, computer labs, and substitute plans. In this hands-on STEM project, students learn the basics of Artificial Intelligence, algorithmic thinking, and digital assistants through interactive worksheets and creative design tasks. Students will brainstorm, plan, and build their own AI concept while connecting their id
Preview of Coding Unplugged Kiwi Algorithm Activity -Scratch Coding STEM Game For 4-8 Grade

Coding Unplugged Kiwi Algorithm Activity -Scratch Coding STEM Game For 4-8 Grade

Created by
Teachy Tales
This activity is designed as a Coding Unplugged activity, meaning students can learn Scratch coding concepts without using computers, making it perfect for classrooms, STEM lessons, computer labs, and substitute plans. Make coding exciting and easy to understand with this Kiwi Algorithm Coding ActivityWhat’s Included ✔ Coding Concepts Introduction Page ✔ Kiwi Algorithm Grid Puzzle ✔ Step-by-Step Coding Directions ✔ Sequencing and Logic Activity ✔ Printable Student Worksheets ✔ Visual Codin
Preview of Coding Unplugged Sandcastle Game - Scratch Coding STEM Activity for 4-8 Grade

Coding Unplugged Sandcastle Game - Scratch Coding STEM Activity for 4-8 Grade

Created by
Teachy Tales
This activity is designed as a Coding Unplugged activity, meaning students can learn Scratch coding concepts without using computers, making it perfect for classrooms, STEM lessons, computer labs, and substitute plans. What’s Included ✔ Coding Concepts Introduction Page ✔ Sandcastle Algorithm Grid Puzzle ✔ Step-by-Step Coding Challenge ✔ Sequencing and Directional Commands Activity ✔ Printable Student Worksheets ✔ Visual Coding Grid Activity ✔ Answer Key for Teachers How It Works in the C
Preview of Coding Unplugged Pavlova Algorithms & Sequencing Scratch Coding  Game Activity

Coding Unplugged Pavlova Algorithms & Sequencing Scratch Coding Game Activity

Created by
Teachy Tales
This activity is designed as a Coding Unplugged activity, meaning students can learn Scratch coding concepts without using computers, making it perfect for classrooms, STEM lessons, computer labs, and substitute plans. What’s Included: Ready-to-use Coding Unplugged activities Fun and memorable Pavlova-themed coding challenges Step-by-step algorithm and sequencing tasks Printable Computer Coding Worksheets Answer keys for quick and easy assessment Bright, engaging visuals to keep students m
Preview of Coding Unplugged Tuatara Algorithm Game - Scratch Coding Activity for 4-8 Grade

Coding Unplugged Tuatara Algorithm Game - Scratch Coding Activity for 4-8 Grade

Created by
Teachy Tales
This activity is designed as a Coding Unplugged activity, meaning students can learn Scratch coding concepts without using computers, making it perfect for classrooms, STEM lessons, computer labs, and substitute plans. What’s Included: Step-by-step Coding Unplugged activities Fun Tuatara-themed algorithm challenges Direction-based movement tasks (Up, Down, Left, Right) Printable Computer Coding Worksheets Answer keys for easy checking Engaging visuals to keep students motivated Why Teach
Preview of Python Essentials – 6‑Lesson Course & Challenges (Y7–Y8)

Python Essentials – 6‑Lesson Course & Challenges (Y7–Y8)

Created by
Human Curiosity
Give your Y7–Y8 students a solid, no‑stress introduction to Python with a complete 6‑lesson course and ready‑made coding challenges. This bundle is designed for teachers who want a structured, engaging Python unit without spending hours planning. You get a full 6‑session course (teacher guide + slideshow) plus a set of classroom‑tested challenges and a design journal for students. Together, they cover the key foundations of Python: variables, input, conditions, loops and simple problem‑solving t
Preview of Intro to Java Lesson 3.7 — ArrayLists

Intro to Java Lesson 3.7 — ArrayLists

Created by
Mr. H Codes
Lesson 3.7 — ArrayLists (Java CSA Worksheet + Teacher Guide)Teach Java ArrayLists with confidence using this fully printable, classroom-ready worksheet packet designed for high school Computer Science (CSA Java, AP CSA, Intro to Java, or general programming). This resource introduces students to dynamic lists, common ArrayList methods, list algorithms, tracing, and hands-on coding practice using clear explanations and beginner-friendly examples. Perfect for 9th–12th grade, this packet includes
Preview of Infix to Postfix Conversion Complete Lesson | Operations & Examples included

Infix to Postfix Conversion Complete Lesson | Operations & Examples included

This lesson teaches students how algebraic expressions are converted into machine-friendly form, showing exactly how stacks are used to transform infix expressions into postfix notation. Learners move from rules and precedence tables to real algorithms and working C++ code, building a strong foundation for expression evaluation, compilers, and advanced stack applications. ────────── ⋆⋅☆⋅⋆ ────────── 🧠 What Students Will Actually Master ✨✨ ✏️ Difference between infix, prefix, and postfix
Preview of Unit 1 Robot Motion Math | Distance, Speed & Time WS + Answer Key

Unit 1 Robot Motion Math | Distance, Speed & Time WS + Answer Key

Created by
RoboBytes
Tired of students blindly guessing how fast robots should move? This bell ringer worksheet teaches them the real-world math behind motion, using Distance = Speed × Time. Students calculate distances, speeds, and travel times — then compare motion scenarios to deepen understanding. This resource is also included in the LEGO SPIKE Prime Robotics Unit: Intro to Coding, Movement & Robot Logic (9 Lessons / 2 Weeks). Why teachers love it: Multiple problems increase rigor without creating extra work
Preview of Intro to Java: Lesson 4.2 - File Input/Output

Intro to Java: Lesson 4.2 - File Input/Output

Created by
Mr. H Codes
Intro to Java – Lesson 4.2: File Input/Output (Reading & Writing Text Files + Exception Basics)PRINTABLE Worksheet Packet + Full Teacher GuideBring Java File I/O to life with this classroom-ready, student-friendly worksheet packet! Designed specifically for 9th–12th grade CSA Java students, this resource teaches students how to read and write text files, handle exceptions, and understand real-world data processing—without overwhelming them. This lesson is perfect for AP CSA, Introduction to Java
Preview of Canal Coding: Navigate the Panama Canal | STEM + Unplugged Coding Activity

Canal Coding: Navigate the Panama Canal | STEM + Unplugged Coding Activity

Created by
Lucky Dublin
Canal Coding: Navigating the Panama Canal | STEM + Unplugged Coding Challenge (Grades 2–8)Take your students on a global STEM adventure! In this interactive, unplugged coding lesson, students become virtual navigators of the Panama Canal—one of the world’s most important engineering marvels. Using a hands-on grid map and conditional logic, students write and debug step-by-step algorithms to move a ship from the Atlantic to the Pacific Ocean. They'll apply computational thinking strategies like
Showing 1-16 of 16+ results