TPT
Total:
$0.00
Preview of Binary Code SEL STEAM BUNDLE | Back to School + End of Year | Keepsake

Binary Code SEL STEAM BUNDLE | Back to School + End of Year | Keepsake

Looking for meaningful, hands-on activities that build classroom community AND introduce coding skills? This Binary Code SEL Bundle includes TWO engaging projects—perfect for the beginning AND end of the school year—that combine social-emotional learning (SEL) with STEM in a creative, student-loved format. Students will create binary-coded keychains or necklaces using beads while reflecting on identity, goals, and the positive traits of their classmates. 💡 Use it all year long to build co
Preview of Binary Code Identity Keepsake | Back to School SEL + STEAM + Writing Activity

Binary Code Identity Keepsake | Back to School SEL + STEAM + Writing Activity

Start the school year with a meaningful activity that helps students explore who they are while building classroom community and coding skills! In this engaging Binary Code Identity Project, students choose (or randomly draw) a character trait that represents who they are—or who they want to become this year. Then they encode that word using binary code and create a personalized keychain or necklace. This hands-on activity blends: 💛 Social-emotional learning (SEL) 💻 Intro to coding (bin
Preview of Binary Code Keepsake | End of Year * Community * SEL * STEM Activity

Binary Code Keepsake | End of Year * Community * SEL * STEM Activity

Looking for a meaningful, hands-on end-of-year activity that builds classroom community AND introduces coding? This Binary Code Compliment Project combines social-emotional learning (SEL) with STEM as students create a personalized keychain or necklace for a classmate using binary code! Students will: 💛 Randomly select a classmate 💛 Choose a positive character trait that represents them 💛 Encode the trait into binary code (5-bit or 8-bit options!) 💛 Create a wearable gift using beads
Preview of When to Use the Binary Data Type in Python | Complete Coding Lessons.

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

Created by
CodeHive DIY
Teach your students when and why to use the Binary data type in Python programming with this beginner-friendly, ready-to-teach lesson. This resource explores real-world scenarios where working with binary data is essential, focusing on key concepts like binary literals, bitwise operations, and their use in low-level programming, hardware communication, and data encoding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to t
Preview of Complete CS Lesson on OS Design, Processes, Threads, Deadlocks & Binary Systems

Complete CS Lesson on OS Design, Processes, Threads, Deadlocks & Binary Systems

This Curriculum introduces students to processes, process states, process control blocks, swapping, scheduling, context switching, threads, and CPU management. Perfect for ICT, Computer Science, Software Engineering, Operating Systems courses, Diploma/TVET programs, and university-level CS modules. This lesson uses clear diagrams, OS models, state-transition charts, tables, real-world examples, and step-by-step workflows to help students fully understand how processes operate within modern ope
Preview of Searching Algorithms Lesson: Linear, Binary, Jump & Interpolation Search

Searching Algorithms Lesson: Linear, Binary, Jump & Interpolation Search

This lesson provides a complete foundation in Searching Algorithms, covering Linear Search, Binary Search, Jump Search, and Interpolation Search, including step-by-step execution, Python implementations, and time complexity analysis. ────────── ⋆⋅☆⋅⋆ ────────── What’s Included 💡 Full Searching Algorithms Slide Deck💡 Visual step-by-step search diagrams💡 Python code implementations💡 Exam-style search problems💡 Ready for in-person, online, or hybrid classrooms────────── ⋆⋅☆⋅⋆ ─────
Preview of When to Use the Bytes Data Type in Python | Complete Coding Lessons.

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

Created by
CodeHive DIY
Teach your students when and why to use the Bytes data type in Python programming with this beginner-friendly, ready-to-teach lesson. This resource explores real-world scenarios where Bytes are the best choice, emphasizing key features like efficient storage of binary data, immutability, and use in file handling, network communication, and low-level data processing. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teach
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 When to Use the bytearray Data Type in Python | Complete Coding Lessons.

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

Created by
CodeHive DIY
Teach your students when and why to use the bytearray data type in Python programming with this beginner-friendly, ready-to-teach lesson. This resource covers real-world scenarios where bytearray is the ideal choice, highlighting key features like mutable binary data, efficient memory usage, and practical applications in file manipulation, data streaming, and low-level I/O operations. It provides all the guidance needed to make the learning process smooth and effective, making it easy for
Preview of Program Design and Python Programming Lessons | Computer Science  [BUNDLE]

Program Design and Python Programming Lessons | Computer Science [BUNDLE]

This is a complete Computer Science and Software Engineering coding modules that explains everything about creating and managing programs using the Python programming language. It begins by thoroughly explaining Python programming and coding, followed by an in-depth discussion of Computer Science and Software Engineering Concepts. ▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧ The Following Are Included in This Curriculum✤ PDF Lessons ✤ PowerPoint Presentations ✤ PowerPoint Compatible Mode ▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧
Preview of Computer Science Foundations with Python Programming  Step-by-Step Curriculum

Computer Science Foundations with Python Programming Step-by-Step Curriculum

This lesson gives students a clear, structured foundation in Python programming and Coding, moving from core computing concepts to real Python code, control flow, operators and data structures ────────── ⋆⋅☆⋅⋆ ────────── What’s Included💡 Full Python Programming Foundations slide deck 💡Visual diagrams and step-by-step slides and PDF 💡 Python code examples throughout 💡 Classroom-ready structure 💡 Suitable for in-person, online, or hybrid teaching ────────── ⋆⋅☆⋅⋆ ────────── What Students Wi
Preview of St. Patrick's Day STEM Activities Leprechaun Trap Stop Motion Unplugged Coding

St. Patrick's Day STEM Activities Leprechaun Trap Stop Motion Unplugged Coding

STEM and STEAM activities for St. Patrick''s Day all in one place! Explore hands-on STEM activities with the engineering design process, digital STEAM activities like stop motion animation and digital brick builds, and unplugged coding and binary activities. If you teach STEM to multiple grades and are looking for plenty of options to try with students, these are the challenges for you. What You'll Get🍀 Hands-On STEM: Leprechaun Trap, Building Brick Challenges (LEGO) + STEM Challenges with Lar
Preview of Huffman’s Algorithm Complete Lesson | Operations, Diagrams & Examples included

Huffman’s Algorithm Complete Lesson | Operations, Diagrams & Examples included

This lesson teaches students how real-world data compression works by walking through Huffman’s Algorithm from concept to full C++ implementation. Learners see how character frequencies drive compression, how a binary tree is constructed using a priority queue, and how variable-length binary codes are generated—exactly the techniques used in text compression and image formats like JPEG. ────────── ⋆⋅☆⋅⋆ ────────── 🧠 What Students Will Actually Master ✨✨ ✏️ What Huffman Coding is and w
Preview of Choosing Bytes in Python Programming | Complete Coding Lesson

Choosing Bytes in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using Bytes in Python programming. This is a beginner-friendly, ready-to-use lesson designed to clearly explain the key concepts and considerations learners must understand before deciding to use Bytes as their preferred data type for representing immutable sequences of binary data in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teach and
Preview of Choosing bytearray in Python Programming | Complete Coding Lesson

Choosing bytearray in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using bytearray in Python programming. This is a beginner-friendly, ready-to-use lesson designed to clearly explain the key concepts and considerations learners must understand before deciding to use bytearray as their preferred data type for working with mutable sequences of binary data in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to te
Preview of Valentine's Day STEM Activities BUNDLE Hearts Stop Motion Unplugged Coding

Valentine's Day STEM Activities BUNDLE Hearts Stop Motion Unplugged Coding

STEM and STEAM activities for Valentine's Day all in one place! If you teach STEM to multiple grades and are looking for plenty of options to try with students, these are the challenges for you! There are a mix of hands-on STEM activities with the engineering design process, digital STEAM activities like stop motion animation and digital brick builds, and unplugged coding and binary activities and crafts. ⬇️ What You'll Get ⬇️ ❤️ Hands-On STEM: Cardiac STEM and Science + STEM Challenges with C
Preview of Complete Python Programming Curriculum for Classrooms | Everything for Teachers

Complete Python Programming Curriculum for Classrooms | Everything for Teachers

This Complete Python Programming Step-by-Step Curriculum is a full, structured pathway that takes students from computer science basics to writing real, object-oriented Python programs. Built for teachers who want clarity, progression, and zero gaps, this bundle removes overwhelm and delivers everything needed to teach Python with confidence────────── ⋆⋅☆⋅⋆ ────────── What’s Included💡 Complete Python Curriculum Slide Decks (PPT + PDF) 💡 Computer Science foundations + Python fundamentals
Preview of White Fragility: Video Notes, Socratic Seminar, Media Literacy 9–12  AP‑Ready

White Fragility: Video Notes, Socratic Seminar, Media Literacy 9–12 AP‑Ready

Conversations about race in America don't fail because people don't care. They often fail because no one has given students the tools to do them well.This companion guide to Robin DiAngelo's White Fragility gives high school and college-prep students a structured, intellectually honest framework for one of the most contested conversations in contemporary education — one that takes the book seriously and critiques it seriously in equal measure. The resource follows a deliberate sequence. Student
Showing 1-18 of 18+ results