TPT
Total:
$0.00

Python Coding Rubric - Page 7

3,137 results
Filters
Subject
Standard
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 AP Computer Science A: Unit 1 Project - System.out.print.everything

AP Computer Science A: Unit 1 Project - System.out.print.everything

Created by
Andy Mattick
Kick off your AP Computer Science A course with this real-world Java project bundle! Students design and test multiple classes that cover Unit 1 essentials: scanner practice, class design, math operations, and structured output. With clear rubrics, starter code, and teacher notes, this project is ready-to-use in any AP CSA classroom. ✨ What’s Included 5 mini-projects: Gradebook – input classes & grades, calculate average & GPA Teams – randomize student groups, calculate teams & remainders
Preview of Python Programming Loops, Functions, Modules & Packages Step-by-Step Curriculum

Python Programming Loops, Functions, Modules & Packages Step-by-Step Curriculum

This lesson provides a clear, structured continuation of Python fundamentals, focusing on loops, functions, modules, and packages through step-by-step explanations and real Python examples. ────────── ⋆⋅☆⋅⋆ ────────── What’s Included💡 Complete slide deck on loops, functions, modules, and packages 💡 Multiple worked Python examples and practice-style code 💡 Real-world programs (prime check, Fibonacci, guessing game, tables) 💡 Clear progression from basics to reusable, modular code 💡 Ready
Preview of Biome Research Extension Project

Biome Research Extension Project

Created by
Gray's Gems
The following is a structured research project to help students extend their knowledge of biomes. They start by selecting a biome, using a note sheet to collect information, and select a way to present their findings. A research website/QR code list is included. Also, a rubric is included for assessment. Here is what is on each page: Page 1- Overview, list of biomes and what areas their research will focus on Page 2-3- Note sheet- Includes (definition, types, location, climate, plants, ani
Preview of Cybersecurity Attacks Digital Dives BUNDLE – Brute Force, Logic Bomb & Worm

Cybersecurity Attacks Digital Dives BUNDLE – Brute Force, Logic Bomb & Worm

This powerhouse cybersecurity bundle brings together three immersive Digital Dives focused on real-world malware threats: Brute Force Attacks, Logic Bombs, and Worms. Each scenario-based challenge drops students into the role of a cybersecurity consultant, guiding them through interactive timelines, code simulations, red flag detection, and defense planning. Whether your students are just learning about the CIA Triad or ready to analyze insider threats, this bundle scaffolds cybersecurity thin
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 Magnets Challenge Student Activity Guide

Magnets Challenge Student Activity Guide

Created by
theThinkHub
This Activity Guide is to be paired with: VIRTUAL Robot Coding - VIDEO LESSON 3 - Magnets (Part 1)andVIRTUAL Robot Coding - Lesson 3 - Magnets (Part 1) // LESSON PLAN This activity guide will provide a way for you to assess student work with the rubric in VIRTUAL Robot Coding - Lesson 3 - Magnets (Part 1) // LESSON PLAN This curriculum is designed for learner of all situations, including virtual, in classroom and hybrid learners. In this lesson we utilize a online robot coding platform, VexVR, t
Preview of Pattern Searching Algorithms Lesson | Operations, Diagrams & Examples included

Pattern Searching Algorithms Lesson | Operations, Diagrams & Examples included

This lesson provides a complete foundation in Pattern Searching Algorithms, covering naive pattern searching techniques and regular expressions for text matching, with step-by-step pattern comparisons and Python implementations. ────────── ⋆⋅☆⋅⋆ ────────── What’s Included 💡 Full Pattern Searching Algorithms Slide Deck💡 Visual step-by-step pattern matching diagrams💡 Python code implementations💡 Worked pattern matching examples💡 Ready for in-person, online, or hybrid classrooms────
Preview of Montessori Zoology Test for assessment

Montessori Zoology Test for assessment

Created by
Montessorikiwi
Montessori Zoology Test for 6-12 Montessori students to assess knowledge of zoology This test can be given to fluent readers in a 6-9 Montessori class. It will help you quickly assess next learning steps and lessons. An answer key is given and a marking rubric. Rubric is very easy to use and coded against test so you can flick from test paper to marking rubric and immediately see student knowledge. Topics assessed: ZOOLOGY -Living/non living - Difference between plants and animals - kingdoms
Preview of Montessori Botany Test for assessment

Montessori Botany Test for assessment

Created by
Montessorikiwi
Montessori Botany Test for 6-12 Montessori students to assess knowledge of botany This test can be given to fluent readers in a 6-9 Montessori class. It will help you quickly assess next learning steps and lessons. An answer key is given and a marking rubric. Rubric is very easy to use and coded against test so you can flick from test paper to marking rubric and immediately see student knowledge. Topics assessed: Botany - parts of ..... - types of ...... - function of .... - monocots and di
Preview of Computer Science Fraction to Decimal Mission Challenge

Computer Science Fraction to Decimal Mission Challenge

CTE Computer Science – Fraction to Decimal Mission Challenge 🐍➗ Transform math and coding into an exciting real-world programming mission!The Fraction to Decimal Mission Challenge is an engaging, student-centered Computer Science activity that introduces students to variables, user input, mathematical operations, algorithms, and problem-solving using Python programming. Students become coding agents tasked with creating a program that converts fractions into decimal values while developing es
Preview of Montessori Human Body test for assessment

Montessori Human Body test for assessment

Created by
Montessorikiwi
Montessori Human Body test for 6-12 Montessori students to assess knowledge of Human Body This test can be given to fluent readers in a 6-9 Montessori class. It will help you quickly assess next learning steps and lessons. An answer key is given and a marking rubric. Rubric is very easy to use and coded against test so you can flick from test paper to marking rubric and immediately see student knowledge. Topics assessed: HUMAN BODY - identifying all major body systems - identifying the role
Preview of Sorting Algorithms II: Counting Sort, Radix Sort, and Merge Sort with Algorithm

Sorting Algorithms II: Counting Sort, Radix Sort, and Merge Sort with Algorithm

This lesson provides a complete foundation in advanced Sorting Algorithms, covering Counting Sort, Radix Sort, and Merge Sort, including step-by-step execution, divide-and-conquer strategy, non-comparison sorting, and time complexity analysis. ────────── ⋆⋅☆⋅⋆ ────────── What’s Included 💡 Full Sorting Algorithms II Slide Deck (PPT + PDF) 💡 Step-by-step visual sorting diagrams💡 Python code implementations💡 Worked sorting examples and traces💡 Ready for in-person, online, or hybrid
Preview of AP Computer Science Python 20 Lesson Set + HW + Assessments

AP Computer Science Python 20 Lesson Set + HW + Assessments

A complete set of 20 lessons, with the corresponding classwork, homework, code (for hw and classwork) and 3 light assessments. The lessons cover various introductory topics in computer science (utilizing Python). This lesson set is meant for students who have some understanding of the computer science fundamentals and want to develop/expand their knowledge in Python. The lesson set utilizes Visual Studio Code, a modern and popular software development IDE. All material has answer keys where appr
Preview of Unplugged Coding STEM Challenge Intro to Code & Computer Science

Unplugged Coding STEM Challenge Intro to Code & Computer Science

This is a NO-tech, unplugged coding activity that provides an introduction to coding with directional and conditional statements. ✅ What You'll Get ✅ Challenge PosterDescription and teacher notesPhoto example5 "Talk Like an Engineer" word cards with relevant vocabulary **includes link to QuizletTalk Like an Engineer PosterGraphic organizers (includes Google Slides versions)Engineering ReportRubric and Self-Evaluation OptionCode Creator Cards - 60+ cards for students to build their code! Includ
Preview of AP Computer Science Project in Python - Flappy Ai

AP Computer Science Project in Python - Flappy Ai

This project is meant to give students an opportunity to work on a computer game in small groups (it can be used in other formats) as well as practice complex conditional flow statements in Python. It is based around a Flappy bird game, where students need to help bird navigate by modifying a single function in a python code. It gives students an opportunity to utilize Cartesian coordinates to make relevant decisions. It is also an excellent project to connect materials learned in math class wit
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 Holiday Traditions Around the World

Holiday Traditions Around the World

Created by
The Design Team
This independent web design assignment helps middle school students practice proper HTML structure by creating a single page website about how a holiday is celebrated around the world. Students build their page using CodePen or a text editor, focusing on correct headings, paragraphs, lists, links, and div structure. The focus is on organization and semantic HTML, not styling or advanced coding, making this a strong introductory or reinforcement activity. This resource includes clear student inst
Preview of Montessori Earth Science  test for assessment

Montessori Earth Science test for assessment

Created by
Montessorikiwi
Montessori earth science test for 6-12 Montessori students to assess knowledge of earth science NOTE: There is some overlap between this test and my physical geography test. This test can be given to fluent readers in a 6-9 Montessori class. It will help you quickly assess next learning steps and lessons. An answer key is given and a marking rubric. Rubric is very easy to use and coded against test so you can flick from test paper to marking rubric and immediately see student knowledge. Topics
Preview of Hibernation Station STEM - Winter STEM Activity - Animals in Winter - January

Hibernation Station STEM - Winter STEM Activity - Animals in Winter - January

***SAVE BIG WITH THE WINTER STEM BUNDLE!***This low prep, winter themed STEM/STEAM activity is perfect to engage your elementary engineers in January! Includes the following components for HIBERNATION STATION ACTIVITY:Detailed Lesson Plan with Standards, Supply Checklist, and Suggested Read AloudsDigital Google Slides Notebook for Paperless Recording and Interactive DisplaysKey Visual Vocabulary ChartPhoto of Possible ProductDigital Anchor ChartStudent InstructionsQR Code Research Videos and We
Preview of Sledding Ramp STEM Challenge (Winter STEM Activity) - Inclined Planes, January

Sledding Ramp STEM Challenge (Winter STEM Activity) - Inclined Planes, January

***SAVE BIG WITH THE WINTER STEM BUNDLE!***This low prep, winter themed STEM/STEAM activity is perfect to engage your elementary engineers in January! Includes the following components for SLEDDING RAMP STEM ACTIVITY:Detailed Lesson Plan with Standards, Supply Checklist, and Suggested Read AloudsDigital Google Slides Notebook for Paperless Recording and Interactive DisplaysKey Visual Vocabulary ChartPhoto of Possible ProductDigital Anchor ChartStudent InstructionsQR Code Research Videos and Web
Preview of Snowball Structure STEM Activity: Winter Party Station - Marshmallow Tower Math

Snowball Structure STEM Activity: Winter Party Station - Marshmallow Tower Math

***SAVE BIG WITH THE WINTER STEM BUNDLE!***This low prep, winter themed STEM/STEAM activity is perfect to engage your elementary engineers in January! Includes the following components for SNOWBALL STRUCTURE STEM ACTIVITY:Detailed Lesson Plan with Standards, Supply Checklist, and Suggested Read AloudsDigital Google Slides Notebook for Paperless Recording and Interactive DisplaysKey Visual Vocabulary ChartPhoto of Possible ProductDigital Anchor ChartStudent InstructionsQR Code Research Videos an
Preview of Python Procedure feedDino ( ) -- Computer Science Poster

Python Procedure feedDino ( ) -- Computer Science Poster

Created by
CeciliaJohnson
Make coding with functions and conditionals fun and relatable with this Python procedure featuring dinosaurs. This resource includes a beginner-friendly example of a function that uses selection to determine a dinosaur's diet. This poster features definition of procedures, use of arguments, print statements and basic logic perfect for introducing or reinforcing procedures with parameters and decision-making in Python, great for AP CSP, intro to Python units, or themed coding activities! INCLUDE
Preview of AP CSP Unit 1 Programming Exam RETAKE

AP CSP Unit 1 Programming Exam RETAKE

This Unit 1 Programming Exam is designed for high school students in the AP Computer Science Principles (AP CSP) course, specifically those using the Project Lead The Way (PLTW) curriculum. It also works well with any introductory programming unit preparing students for the AP CSP Exam, regardless of curriculum provider. Key Features: 30 questions assessing foundational programming conceptsMultiple-choice and matching formatsPLTW-style vocabulary, Python syntax, and pseudocode includedAnswer key
Showing 145-168 of 3,137 results