TPT
Total:
$0.00

Python Coding Rubric - Page 7

175 results
Filters
Subject
Standard
Preview of Complete C Programming Lesson on Data Types, Operators & Decision Making

Complete C Programming Lesson on Data Types, Operators & Decision Making

This Curriculum takes students deeper into the core foundations of C by exploring data types, type conversions, operators, logical decisions, bitwise operations, and control flow. Perfect for ICT, Computer Science, Programming Fundamentals, Software Engineering foundations, and CS1-level courses. This resource is Part 2 of the Introduction to C Programming series. Each lesson is crafted with clear explanations, real C code, diagrams, operator tables, memory demonstrations, and step-by-step exa
Preview of STEM Kid Engineering -- Span the Gorge Secret Spy Adventure Challenge

STEM Kid Engineering -- Span the Gorge Secret Spy Adventure Challenge

In the Span the Gorge Secret Spy Adventure challenge, students launch their careers as secret spies and then solve an engineering challenge to save the day. A vintage primary source postcard launches the mystery for our 21st Century Learners. Students will use logic interpretive skills (which include translating vintage cursive handwriting) and Internet and Computer Technology skills to “crack a code” and solve a mystery. Next, in a collaborative effort (Common Core skills in Language), stude
Preview of Algorithm Analysis & Design | Complete Step-by-Step Curriculum

Algorithm Analysis & Design | Complete Step-by-Step Curriculum

This Curriculum covers algorithm design strategies, mathematical analysis, time and space complexity, growth rates, searching, sorting, graph algorithms, and pattern algorithms, with each unit standing as a complete, self-contained lesson while also fitting into a cohesive full course. ────────── ⋆⋅☆⋅⋆ ────────── Curriculum Structure & Coverage 1. Foundations of Algorithms ✏️ Introduction to Algorithms ✏️ Algorithm definition and characteristics ✏️ Algorithm analysis and design concept
Preview of Gifted Engineering Project

Gifted Engineering Project

Created by
Amy Bostdorff
Students will learn about how an engineer goes through a process to create a design. They will be on a design team and design a car that will hold a raw egg. The car will go down and ramp and crash into a brick wall. The goal is to keep the egg from cracking. Students will work through Bloom's Taxonomy throughout the lesson. A rubric is included at the end. The preview has the power point to go with it.
Preview of Complete Socket Programming Lesson with TCP & UDP Client–Server Examples

Complete Socket Programming Lesson with TCP & UDP Client–Server Examples

This is a complete lesson on Linux System Programming: Socket Programming. Perfect for Operating Systems, Linux Programming, Networking, C Programming, Computer Science, Cybersecurity, and DevOps fundamentals at the university, college, or technical-training level. It explains what sockets are, how client–server communication is established, how IP addressing works, how TCP and UDP operate, and how to build real server–client programs in C (and an example in Python).This lesson includes clea
Preview of Using Templates in C++ Complete Lesson with Teachers Guide  | Data Structures

Using Templates in C++ Complete Lesson with Teachers Guide | Data Structures

This lesson teaches students how real C++ data structures are written — using templates to eliminate repetition, improve scalability, and support multiple data types with a single design. It bridges the gap between basic C++ syntax and professional-level programming, preparing learners for STL, advanced data structures, and real-world C++ codebases. ────────── ⋆⋅☆⋅⋆ ────────── 🧠 What Students Will Actually Master ✨✨ ✏️ What templates are and why they exist✏️ How generic programming re
Preview of Be the Bridge Engineer - Authentic Assessment for Bridge Types Unit

Be the Bridge Engineer - Authentic Assessment for Bridge Types Unit

Do you study bridge design? This authentic assessment or unit project presents students with 5 different scenarios about communities that need a new bridge the will meet their unique needs. Students then sketch the bridge they would design and write a paragraph supporting their choice. This could be expanded to a hands on model building project or longer writing assignment although those instructions are not provided. Student Friendly rubric is included. Answers are open ended so answer ke
Preview of STEAM for Elementary GATE -- LAND SPEEDERS physics math graphic design

STEAM for Elementary GATE -- LAND SPEEDERS physics math graphic design

This land speeders STEM project is part of a full 18 hour GATE unit titled, “Land Speeders, Sailboats, Signal Flags, and Semaphores.” You can find the full unit in my store available for just a couple dollars more. In the land speeders project, students will design logos, build land speeders, and then complete a creative and physics activity with them. You’ll get all the instructions you need including a rubric, sample photos, and ready-to-print activity sheets with this download. Purchase
Preview of Bridge Engineering Lesson

Bridge Engineering Lesson

Created by
SciTech
In this challenge, you will design and build a model bridge with the highest strength to weight ratio. Students will read this PowerPoint lesson and answer questions on bridge engineering science and on designing a model bridge. I also included a Powerpoint lesson on how to draw a full size drawing of a model bridge. You can modify or edit the lesson to meet your needs. All the worksheets, tests, answer keys, grading rubrics, and suggestions for teaching this unit are provided in Word format fre
Preview of 5th Grade STEAM Pendulum Project:  Create a Newton's Cradle and Write About It

5th Grade STEAM Pendulum Project: Create a Newton's Cradle and Write About It

Looking for a STEAM (Science, Technology, Engineering, Art, and Math) project? Look no further! Designed for a highly gifted classroom, but great for any fifth grade class looking for a challenging and creative independent project to complete their unit on pendulums, this document contains Tips for the Teacher, Materials needed, Anchor standards addressed, an anticipatory set based on Carol Ann Tomlinson’s approach for gifted students beginning long-term projects, a detailed 100 point rubric,
Preview of Bridge Engineering

Bridge Engineering

Created by
SciTech
Bridge Engineering In this challenge, you will design and build a model bridge with the highest strength to weight ratio. Students will read the PowerPoint lesson and answer questions on bridge engineering science and on designing a model bridge. I also included Powerpoint lessons on how to draw a full size drawing of a model bridge. You can modify or edit the lesson to meet your needs. All the worksheets, tests, answer keys, grading rubrics, and suggestions for teaching this unit are provided i
Preview of 10 Paper & Tape STEM Challenges: A Low Prep Engineering Activity Set

10 Paper & Tape STEM Challenges: A Low Prep Engineering Activity Set

Created by
Mr Shark Tooth
Students love STEM challenges and hands-on activities but gathering the materials can be difficult (especially on short notice)! Do you have printer paper and tape? You're ready to use this resource! I made this resource as an easy-prep way to give students those experiences while saving you time. Use the provided PowerPoint to review the engineering design process and an anchor slide to guide students through the challenge. This resource also includes a rubric to make grading a breeze! Included
Preview of Linux Processes and Signals Lesson with fork(), exec(), wait() & C Examples

Linux Processes and Signals Lesson with fork(), exec(), wait() & C Examples

This is a complete lesson on Linux System Programming: Processes and Signals. Perfect for Operating Systems, Linux Programming, System Programming, C Programming, Computer Science, and Engineering courses at the college, university, or technical-training level. It introduces students to how Linux manages running programs, how processes are created, how parents and children behave, how programs are replaced using exec, how zombie processes form, and how signals are sent, handled, and controlle
Preview of Using Explicit Intents in Android | Mobile Applications Development

Using Explicit Intents in Android | Mobile Applications Development

This lesson on Explicit Intents and Returning Data Between Activities in Android Development. Perfect for Mobile App Development, Android Programming (Kotlin), Computer Science, ICT, and Software Engineering courses at high school, college, university, or bootcamp levels. Students learn how to navigate between screens, send data from one activity to another, receive results back using the Activity Result API, and build fully functional multi-screen apps using Kotlin. All examples are provide
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 Materials Science STEM Project | Design & Build Challenge | Engineering Activity

Materials Science STEM Project | Design & Build Challenge | Engineering Activity

This Materials Science STEM Project is a hands-on, engaging way for students to apply their understanding of material properties through a real-world design challenge. Students will plan, build, test, and improve a product while using the engineering design process and explaining their thinking along the way. This resource is designed to be simple for teachers to implement while still providing meaningful, rigorous learning for students. 🧪 What’s Included: Student Directions Brainstorming
Preview of App Deployment and Publishing | Mobile Applications Development

App Deployment and Publishing | Mobile Applications Development

This is a complete lesson on Android App Deployment and Publishing, Perfect for Android Development, Mobile App Development, Kotlin Programming, ICT, Computer Science, Software Engineering, or App Design. It guides students through everything they need to know before releasing an Android application. ✨✨ This lesson provides a professional, real-world introduction to how apps are packaged, signed, versioned, and published on the Google Play Store. ✨✨ Learners are walked step-by-step through AP
Preview of Linux IPC with Pipes and FIFOs Lesson on Process Communication

Linux IPC with Pipes and FIFOs Lesson on Process Communication

This resource is a complete lesson on Inter-Process Communication (IPC) using Pipes in Linux System Programming. Perfect for Operating Systems, Linux Programming, System Programming, C Programming, and Computer Science courses at the college, university, or technical-training level. It introduces students to how processes communicate, how pipes work, how to use popen and pclose, how to create and use unnamed pipes, how pipes work across a fork, and how to use FIFOs (named pipes) for communicat
Preview of The Crane Design and Building Challenge -- STEM Problem Solving

The Crane Design and Building Challenge -- STEM Problem Solving

A best practice lesson for the teaching of physical science or GATE talent pools: In this lesson, students use the engineering process to build a working crane model that is strong enough to lift a stapler. There are no set patterns, pre-cut materials, or teacher-led building instructions here! Students engage in the engineering process to design and build their own working models of cranes. The teacher sets guidelines and limitations, provides feedback and monitors progress, instructs the
Preview of Introduction to Android Studio | Mobile Applications Development

Introduction to Android Studio | Mobile Applications Development

This is a complete lesson on Android Development using Android Studio. Perfect for Mobile App Development, Computer Science, ICT, Software Engineering, and Programming courses at high school, college, university, and bootcamp levels. Students are guided step-by-step from understanding what Android is all the way to building and running their first “Hello World” mobile app on an emulator or real device. The lesson introduces the Android OS architecture, project structure, Gradle build scr
Preview of 3D Printing Lesson: Planter with Drainage Tray – Tinkercad STEM/STEAM Project

3D Printing Lesson: Planter with Drainage Tray – Tinkercad STEM/STEAM Project

Created by
STEM4Learning
Engage your students in functional 3D design with this ready-to-use lesson plan for creating a planter with a drainage tray in Tinkercad. This project teaches real-world design constraints, additive manufacturing concepts, and problem-solving—all while letting students personalize a useful object. Perfect for beginning and intermediate Tinkercad users, this resource walks students through the entire design process: from sketching and planning to digital modeling, peer review, exporting, and r
Preview of CER Lesson Plan and CER Practice Claim Evidence Reasoning Activities Unit

CER Lesson Plan and CER Practice Claim Evidence Reasoning Activities Unit

Make CER writing clear and manageable for your students with this complete lesson pack. Teachers will guide students step-by-step through the CER process, model writing a response, and then support students as they practice with peers and independently. This resource helps students strengthen their science communication skills while working with three types of evidence: Graph evidenceText evidenceLab resultsWhat’s Included: Editable teacher slideshow to model and guide CER writing10 student pra
Preview of Using RecyclerView and Custom Adapter in Android | Mobile Apps Development

Using RecyclerView and Custom Adapter in Android | Mobile Apps Development

This is a complete lesson on RecyclerView and Custom Adapters in Android. If you teach Android Development, Mobile App Development, Kotlin Programming, ICT, Computer Science, or App Design, this lesson gives students everything they need to build fast, efficient, and professional list-based UIs. Learners are guided step-by-step through creating a RecyclerView, building layouts for list items, writing a complete custom adapter, handling click events, using ViewHolder patterns, and displaying da
Preview of Marble Run Mania Roller Coaster STEM Challenge

Marble Run Mania Roller Coaster STEM Challenge

Created by
STEM4Learning
Engage your students in a hands-on STEM challenge that brings Newton’s Laws of Motion to life! In Marble Run Mania, student pairs will design, plan, and build a marble run with one goal: achieving the longest travel time possible while working within a set of engineering constraints. What’s Included:Teacher Guide with pacing suggestions, key constraints, and differentiation strategiesNewton’s Laws Introduction Worksheet (Student & Teacher Edition)“Your Mission” Criteria Cards outlining rules a
Showing 145-168 of 175 results