TPT
Total:
$0.00

Python Coding Rubric

59 results
Filters
Standard
Audience
Language
Preview of Beginner Python(Text) Lessons 1 and 2

Beginner Python(Text) Lessons 1 and 2

Created by
Amy's Kids
Teaching Python to 8th graders should be engaging, interactive, and focused on building confidence with simple concepts. The goal is to make programming fun while introducing core ideas gradually. Below is a plan for the first 2 lessons, designed to be age appropriate, hands on, and encouraging creativity. Each lesson is structured to fit a roughly 45minute class, with clear objectives, activities, and a small project or exercise. The lessons use Python’s basic syntax and avoid complex setups, s
Preview of RoboBytes | SPIKE Prime | Unit 6 Lesson 8 – Design Your Own Course

RoboBytes | SPIKE Prime | Unit 6 Lesson 8 – Design Your Own Course

Created by
RoboBytes
No instructions. No given thresholds. No pre-built course. Just students, tape, and everything they've learned. Students design a multi-segment tape course from scratch, calibrate their own thresholds, complete a segment planning table, use a code checklist, then write and test a full navigation program. Teacher notes include physical setup guidance, three no-build alternatives, calibration tips, differentiation strategies, debrief questions, and a 75-point grading rubric with 10-point bonus. Wh
Preview of Monster Arena Battle Simulator – Java OOP Project | AP Computer Science A

Monster Arena Battle Simulator – Java OOP Project | AP Computer Science A

Created by
Mr. H Codes
Monster Arena Battle Simulator – Java OOP Project | AP Computer Science AEngage your high school Java programmers with this fun, game-based Object-Oriented Programming project! Students build a Monster Arena Battle Simulator using Java classes, objects, constructors, methods, ArrayLists, and optional inheritance. Perfect for AP Computer Science A, Honors Java, Computer Science 1–2, or any OOP-focused coding course. This project makes core AP CSA OOP concepts hands-on, meaningful, and excitin
Preview of Elementary Computer Science, Coding, and Algorithms PPT

Elementary Computer Science, Coding, and Algorithms PPT

This presentation includes an introduction to CS, Coding, and Algorithms for elementary students. It includes vocabulary, discussion slides, and an algorithm activity for assessment. For a copy of the activity page referred to in the presentation, please email me at justin.browning@barren.kyschools.us. PDF, PPT, and KEYNOTE versions of this are available on TPT. Also, please email me at justin.browning@barren.kyschools.us for the algorithm worksheet if needed. Thanks!
Preview of Digital Forensics Python Lab: Browser History Investigation | Cybersecurity Pack

Digital Forensics Python Lab: Browser History Investigation | Cybersecurity Pack

Digital Forensics Python Lab: Browser History Investigation | Cybersecurity Activity Modular Python investigation workflow Take your students deeper into cybersecurity with this hands-on Python digital forensics lab!In this advanced computer science and cybersecurity activity, students analyze browser history data using Python to uncover suspicious behavior, reconstruct timelines, and identify evidence of potential data exfiltration. This lab simulates a real-world forensic investigation, givi
Preview of Digital Forensics Python Lab: Browser History Investigation | Cybersecurity

Digital Forensics Python Lab: Browser History Investigation | Cybersecurity

Digital Forensics Python Lab: Browser History Investigation | Cybersecurity Activity Modular Python investigation workflow Take your students deeper into cybersecurity with this hands-on Python digital forensics lab! In this advanced computer science and cybersecurity activity, students analyze browser history data using Python to uncover suspicious behavior, reconstruct timelines, and identify evidence of potential data exfiltration. This lab simulates a real-world forensic investigation, giv
Preview of Code Refactoring Efficacy CER | Programming | Case Study

Code Refactoring Efficacy CER | Programming | Case Study

📘 Full Length National Standard-Aligned DBQ CER Style Worksheet - Claim Evidence Reasoning | Code Refactoring Efficacy Case Study Worksheet | Evidence-Based Reading Engage your students in high-level critical thinking and evidence-based analysis on the subject of Computer Programming, with this Full Length DBQ CER Style Worksheet. This resource is designed to help students analyze real-world topics, interpret informational texts, and support answers with evidence—all while staying accessi
Preview of Resistor Color Code Crime DBQ/CER | Electrical Engineering | GATE Middle School

Resistor Color Code Crime DBQ/CER | Electrical Engineering | GATE Middle School

📘 Full Length NGSS Aligned DBQ CER Style Worksheet - Claim Evidence Reasoning | Resistor Color Code Crime Worksheet | Evidence-Based Reading Engage your students in high-level critical thinking and evidence-based analysis on the subject of Electrical Engineering, with this Full Length DBQ CER Style Worksheet. This resource is designed to help students analyze real-world topics, interpret informational texts, and support answers with evidence—all while staying accessible for gifted & talent
Preview of Code Refactoring Efficacy CER | Computer Programming | GATE Middle School

Code Refactoring Efficacy CER | Computer Programming | GATE Middle School

📘 Full Length Standard Aligned DBQ CER Style Worksheet - Claim Evidence Reasoning | Code Refactoring Efficacy Case Study Worksheet | Evidence-Based Reading Engage your students in high-level critical thinking and evidence-based analysis on the subject of Computer Programming, with this Full Length DBQ CER Style Worksheet. This resource is designed to help students analyze real-world topics, interpret informational texts, and support answers with evidence—all while staying accessible for gif
Preview of RoboBytes | SPIKE Prime | Unit 6 Lesson 4 – Read the Code: Line Following

RoboBytes | SPIKE Prime | Unit 6 Lesson 4 – Read the Code: Line Following

Created by
RoboBytes
No building. No testing. Just reading, thinking, and understanding. Students analyze three pre-written line following programs — an if/else version, a speed variable version, and an error-based steering version — and answer questions about what each one does, why it's written that way, and what would happen if something changed. A great lesson for building code literacy and slowing down to think. What's included in the powerpoint:Editable teacher slide deckEditable student worksheetEditable teac
Preview of Coding and Programming GATE Differentiated Reading Worksheet & Organizer

Coding and Programming GATE Differentiated Reading Worksheet & Organizer

Reading Passage focused on the Coding and Programming Lesson written at a 7th grade level for Gifted & Talented Elementary or Middle School Tech Ed. See Thumbnails for more details. Simply purchase, download and copy! 10x multiple choice questions based on the readingGraphic Organizer to help students pick out the main idea and supporting detailsDifferentiation for elementary students at a higher reading level.Great for close reading and review!Unlike other teacher's resources, this is totally
Preview of Elementary Computer Science, Coding, and Algorithms PDF

Elementary Computer Science, Coding, and Algorithms PDF

This presentation includes an introduction to CS, Coding, and Algorithms for elementary students. It includes vocabulary, discussion slides, and an algorithm activity for assessment. For a copy of the activity page referred to in the presentation, please email me at justin.browning@barren.kyschools.us. PDF, PPT, and KEYNOTE versions of this are available on TPT. Thanks!
Preview of Elementary Computer Science, Coding, and Algorithms KEYNOTE

Elementary Computer Science, Coding, and Algorithms KEYNOTE

This presentation includes an introduction to CS, Coding, and Algorithms for elementary students. It includes vocabulary, discussion slides, and an algorithm activity for assessment. For a copy of the activity page referred to in the presentation, please email me at justin.browning@barren.kyschools.us. PDF, PPT, and KEYNOTE versions of this are available on TPT. Thanks!
Preview of Presentation Rubric

Presentation Rubric

Created by
Innoverse
A grading rubric for class presentations. Excellent for Powerpoint, Prezi, Keynote or other spoken presentations. Assessment criteria is for the technical skills and for the presentation skills, not for the content of the presentation (research).
Preview of Search Algorithms, Efficiency, & Code Tracing

Search Algorithms, Efficiency, & Code Tracing

Created by
Franco Comp Sci
This lesson helps teachers explain how computers find things in a list, and helps students learn how different search methods work. It shows the difference between checking every item one by one (linear search) and cutting the list in half each time (binary search). Students also learn how to follow code step-by-step, fix errors, and understand how long a search might take. Using simple examples, like roller coasters, makes the lesson fun and easy to follow. It builds important skills students w
Preview of Robot Activity: A Hands-On Introduction to Programming Logic

Robot Activity: A Hands-On Introduction to Programming Logic

Created by
STEM4Learning
Bring coding to life with this interactive Robot Activity, designed to help students understand the fundamentals of programming logic through hands-on, collaborative play. Perfect for elementary, middle, and beginner high school classrooms, this activity transforms students into programmers, announcers, and robots as they learn the importance of clear, precise instructions. What’s Included:A complete, ready-to-use PowerPoint presentation with clear teacher tips, role cards, and examples.Structu
Preview of Introduction to Java: Lesson 2.8 — Algorithmic Thinking

Introduction to Java: Lesson 2.8 — Algorithmic Thinking

Created by
Mr. H Codes
Introduction to Java: Lesson 2.8 — Algorithmic Thinking (Step-by-Step Algorithms, Pseudocode, Tracing, Coding Activity)Help your high school Computer Science students build the most essential skill in programming— algorithmic thinking—with this complete, ready-to-print worksheet packet designed specifically for CSA Java classrooms (Grades 9–12). This resource is perfect for AP CSA, Intro to Java, Computer Science Principles, or any programming course that needs strong foundations in logical
Preview of Tinkercad 3D Printing Projects Bundle | 6 Beginner STEM Activities | Grades 5-9

Tinkercad 3D Printing Projects Bundle | 6 Beginner STEM Activities | Grades 5-9

Created by
STEM4Learning
Save 20% with this 6-project Tinkercad 3D printing bundle! Includes: Key Holder, Name Keychain, Pencil Topper, Desk Nameplate, Planter with Drainage Tray, and Custom Phone Stand. Each project includes teacher guides, rubrics, worksheets, and step-by-step instructions. Perfect for grades 5–9 STEM, makerspaces, and technology classes. What's Included in This Bundle:1. Key Holder / Hook Rack (2-day project)Design an animal-shaped key holderLearn design constraints (wall thickness, screw hole size)S
Preview of Intro to Java – Complete Year Curriculum Bundle (Units 1–4)

Intro to Java – Complete Year Curriculum Bundle (Units 1–4)

Created by
Mr. H Codes
Full-Year Intro to Java Curriculum (Units 1–4)Give your students a complete year of high-quality Java instruction with this full-curriculum bundle, covering Units 1–4 of Intro to Java. Each unit includes student worksheets, teacher guides, worked examples, vocabulary practice, coding challenges, assessments, and two major capstone projects. Everything is fully printable, classroom-ready, and designed with a consistent, clean layout teachers love. This bundle is perfect for AP Computer Science
Preview of Introduction to Java: Lesson 1.6 — User Input with Scanner

Introduction to Java: Lesson 1.6 — User Input with Scanner

Created by
Mr. H Codes
Help your Computer Science students master user input in Java with this fully printable, classroom-ready worksheet packet! Perfect for 9th–12th grade CSA Java classes, this lesson breaks down the Scanner class, token vs. line input, and common input errors using clear explanations, worked examples, coding practice, and a complete teacher guide. This resource is designed to be student-friendly, visually appealing, and ready for immediate use—whether you're teaching AP CSA, an Intro to Java c
Preview of App Lab - mobile app creation

App Lab - mobile app creation

Lessons as Powerpoint slides for students to work through independently or with teacher-guidance to create a basic mobile app. Students make use of buttons and text boxes. The completed mobile app can be tested ‘on-screen’ (built-in simulator) or using an actual mobile phone by scanning a QR code (app appears on mobile phone).
Preview of Intro to Java: Lesson 4.4 — Problem-Solving Strategies

Intro to Java: Lesson 4.4 — Problem-Solving Strategies

Created by
Mr. H Codes
Lesson 4.4 — Problem-Solving Strategies (Java + Flowcharts + Pseudocode) Printable Worksheet + Teacher Guide | CSA Java | High School Computer Science Help your Computer Science students learn how to think like programmers with this fully-designed, classroom-ready worksheet on Problem-Solving Strategies. This resource walks students step-by-step through decomposition, flowcharting, pseudocode, and code tracing — the essential skills needed before writing any Java code. This worksheet is
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 Java Unit 4 Complete Teaching Pack: Recursion, File I/O, FRQs & Capstone Project

Java Unit 4 Complete Teaching Pack: Recursion, File I/O, FRQs & Capstone Project

Created by
Mr. H Codes
Teach Java with confidence using this complete Unit 4 teaching pack! This resource bundle includes all seven Intro to Java lessons for Unit 4, covering recursion, file input/output, problem-solving strategies, AP-style FRQ practice, and a full Capstone Project (planning + build). Each lesson comes with a student worksheet, teacher guide, worked examples, vocabulary activities, coding practice, and an answer key—everything you need to deliver a rigorous, engaging Java unit for Grades 9–12. Perfe
Showing 1-24 of 59 results