TPT
Total:
$0.00

Python Coding Rubric

102 results
Filters
Standard
Language
Preview of AP Computer Science Principles - Labs and Projects (Python)

AP Computer Science Principles - Labs and Projects (Python)

This contains all labs and projects posted on TPT meant for a Python-based AP Computer Science Principles class. Contains labs for Basic I/OStrings & FunctionsDecision StatementsPygameLoopsListsas well as three projects. Each lab and project has a PDF of instructions and .py files corresponding to instructor solution codes.
Preview of AP Computer Science Principles - Midterm Pygame Project (Python)

AP Computer Science Principles - Midterm Pygame Project (Python)

This is my midterm project for AP Computer Science Principles. The students need to create their own game using Pygame and everything learned in class so far. I’ve included a starter Python code, and a code that the students and I developed in class that is the start of a Space Invaders clone. In this, and all labs posted on TPT, the questions are of my own making, and any similarity to codes/assignments/homework found anywhere else is by chance. Python code showing possible acceptable codes
Preview of AP Computer Science Principles - Functions, Decisions, Loops Project (Python)

AP Computer Science Principles - Functions, Decisions, Loops Project (Python)

This project is meant to combine IO, functions, decision statement, and loops into a couple of major codes. The first requires the use of Pygame, while the second requires quite a bit of logic. I typically give the students a whole class week to work on these. In this, and all labs posted on TPT, the questions are of my own making, and any similarity to codes/assignments/homework found anywhere else is by chance. Python code showing possible acceptable codes satisfying the program requirements
Preview of AP Computer Science Principles - Strings & Functions Lab (Python)

AP Computer Science Principles - Strings & Functions Lab (Python)

This particular assignment covers basics of strings and functions. Many of my students tend to struggle a bit with the concept of multiple input/outputs into Python functions (as well as Python scope) so I usually provide three in-class work days for this particular lab. There are four different problems the students need to write code to solve. In this, and all labs posted on TPT, the questions are of my own making, and any similarity to codes/assignments/homework found anywhere else is by chan
Preview of AP Computer Science Principles - Decisions Lab (Python)

AP Computer Science Principles - Decisions Lab (Python)

This particular assignment covers decision statements (if, elif, else). There are four different problems the students need to write code to solve. Functions are also required for some of the problems. This is one of the first times students need to do some organized logical thinking, so I tend to give about 3 or 4 class days for this assignment. In this, and all labs posted on TPT, the questions are of my own making, and any similarity to codes/assignments/homework found anywhere else is by
Preview of AP Computer Science Principles - Lists Lab (Python)

AP Computer Science Principles - Lists Lab (Python)

This is the last “normal” lab I do in my AP Computer Science Principles class. The main goal of this lab is to get the students practical experience with lists. The secondary goal is to give them an example of a code that satisfies the requirements of the Create Task. There are just two problems in this lab, as the codes are significantly more complicated than earlier labs. In this, and all labs posted on TPT, the questions are of my own making, and any similarity to codes/assignments/homework f
Preview of AP Computer Science Principles - Battleship Puzzle Project (Python)

AP Computer Science Principles - Battleship Puzzle Project (Python)

This is the last project that I will do in AP Computer Science Principles, except on the rare occasion that we have more than one or two classes after AP exams are completed. This is meant to be a challenging puzzle and have functions that satisfy the requirements of the Create Task exam. I have students do practice questions from the AP based on this code (or the last Lists Lab codes). They obviously cannot use this for their Create Task code, but I feel like giving them additional examples of
Preview of AP Computer Science Principles - Pygame Lab (Python)

AP Computer Science Principles - Pygame Lab (Python)

After strings, functions, IO, and decisions statements, I find my students need a little bit of a fun assignment, showing them some of the cooler aspects of what they can do with Python. I do this lab, on Pygame, after decision statement but before loops. It would work just as well right after loops, but I try to write the assignment so that loops aren’t “needed”. There are three different codes included. Two showing examples of working infinite runners (one a multi-lane up/down runner and the
Preview of Kindergarten Sounds & Letters Homework BUNDLE  | 62 days with QR codes to videos

Kindergarten Sounds & Letters Homework BUNDLE | 62 days with QR codes to videos

Created by
Teachering
62 bracelets for letters & sounds homework! This ABC homework bundle for Preschool & Kindergarten is easily differentiated and is no-grading-required. It uses QR codes to link parents & students to sounds & letters videos for home practice. Kindergarten or Preschool kiddos can wear the bracelets home or teachers can attach them to their backpacks or folders. This low-prep, age-appropriate homework is great for strengthening the connection and communication between school and home, and i
Preview of Kindergarten Sight Word Homework {29 Bracelets with QR Codes}

Kindergarten Sight Word Homework {29 Bracelets with QR Codes}

Created by
Teachering
Perfect for home practice, the 29 bracelets in this no-grading-required kindergarten homework use QR codes to link parents & students to fun sight word videos! Kindergartners can wear the bracelets home or teachers can attach them to their backpacks or folders. No more lost flashcards! This low-prep, age-appropriate Kindergarten homework is great for strengthening the connection and communication between school and home, and it empowers parents to help their children master new words. Each hom
Preview of Binary Code Worksheets with Facts to Decode - 4th 5th and 6th Grades

Binary Code Worksheets with Facts to Decode - 4th 5th and 6th Grades

Created by
Innate Press
Have you taught your students binary code? Note: your answer - yes or no - is binary: a system where the units have only two possible values. However, most people associate binary code with the ones and zeros often used in computers. This resource includes secret codes that have messages that teach! Each 8 bit code represents an uppercase letter. The coded message can be cracked to reveal a fact about binary code (such as what is a "bit"?). There are 10 worksheets included, as well as answer ke
Preview of AP CS A Recursion — Code Tracing Worksheet | Java | Grades 9–12

AP CS A Recursion — Code Tracing Worksheet | Java | Grades 9–12

Give your AP Computer Science A students the recursive thinking practice they need to succeed on the exam. Recursion is guaranteed to appear on the AP CS A exam every year — this worksheet builds the tracing skills to handle any recursive problem confidently. ⭐ WHAT'S INCLUDED: 20 code tracing exercises across 4 sectionsSection A — Base Cases & Simple RecursionSection B — Power, GCD & String RecursionSection C — Digit Operations & ReversalsSection D — Classic Algorithms & AP ChallengesFull answe
Preview of AP CS A ArrayList — Code Tracing Worksheet | Java | Grades 9–12

AP CS A ArrayList — Code Tracing Worksheet | Java | Grades 9–12

Give your AP Computer Science A students focused practice tracing through ArrayList programs. ArrayList is a favourite topic on the AP CS A exam and this worksheet covers every method students need to know — including the classic iteration trap that catches even strong students. ⭐ WHAT'S INCLUDED: 20 code tracing exercises across 4 sectionsSection A — add, get, remove, set, sizeSection B — Traversal, Modification & ReferencesSection C — Sorting, contains, indexOf, insertSection D — Advanced Oper
Preview of AP CS A Arrays — Code Tracing Worksheet | Java | Grades 9–12

AP CS A Arrays — Code Tracing Worksheet | Java | Grades 9–12

Strengthen your students' ability to trace through Java array programs. Arrays appear in almost every AP CS A exam question — this worksheet covers declarations, traversal, algorithms, and the reference trap that trips up so many students. ⭐ WHAT'S INCLUDED: 20 code tracing exercises across 4 sectionsSection A — Array Declaration, Access & TraversalSection B — Modifying Arrays & Enhanced For LoopSection C — Swap, Fill & Sorting ConceptsSection D — Algorithms & AP ChallengesFull answer key with e
Preview of AP CS A Arrays — Code Tracing Worksheet | Java | Grades 9–12

AP CS A Arrays — Code Tracing Worksheet | Java | Grades 9–12

Strengthen your students' ability to trace through Java array programs. Arrays appear in almost every AP CS A exam question — this worksheet covers declarations, traversal, algorithms, and the reference trap that trips up so many students. ⭐ WHAT'S INCLUDED: 20 code tracing exercises across 4 sectionsSection A — Array Declaration, Access & TraversalSection B — Modifying Arrays & Enhanced For LoopSection C — Swap, Fill & Sorting ConceptsSection D — Algorithms & AP ChallengesFull answer key with e
Preview of Computer Science Coding & Design Activities

Computer Science Coding & Design Activities

Created by
MindTech
Students explore basic coding and design concepts through fun, hands-on activities. They will practice giving clear instructions, creating simple code systems with symbols and actions, and solving real-world problems by improving everyday objects. These activities encourage creativity, critical thinking, teamwork, and an introduction to computer science concepts. Key Features:Lab 1 The Human Robot: Students give step-by-step instructions for a simple task to learn how coding works and how mistak
Preview of AP Biology UNIT 3 Cellular Energetics 3.5 Cell Respiration FRQ (Scoring Rubric)

AP Biology UNIT 3 Cellular Energetics 3.5 Cell Respiration FRQ (Scoring Rubric)

AP Biology Unit 3 Cellular Energetics - Cellular Respiration FRQ (3.5) Product This comprehensive 25-minute free response question (FRQ) assessment is designed for AP Biology students studying cellular energetics and respiration. The assessment challenges students to apply their understanding of cellular respiration, energy production, and metabolic pathways through a realistic case study format. What's Included:A complete FRQ with five integrated prompts that assess understanding of mitochondri
Preview of AP Biology Curriculum | Unit 1 FRQs: Elements & Macromolecules + Rubric

AP Biology Curriculum | Unit 1 FRQs: Elements & Macromolecules + Rubric

AP Biology Unit 1 FRQs: Elements of Life + Macromolecules | Exam Practice & Rubrics This resource includes TWO targeted AP Biology FRQ worksheets aligned to Unit 1: Chemistry of Life, covering both: 1.2: Elements of Life 1.3 Introduction to MacromoleculesEach FRQ is designed to mirror the rigor, format, and expectations of the real AP Biology exam, helping students build confidence and master scientific reasoning skills early in the course. 🧪 WHAT MAKES THIS RESOURCE POWERFUL Give your st
Preview of AP Biology UNIT 2 Cells 2.3 Plasma Membrane MCQ Labeling FRQ (Scoring Rubric)

AP Biology UNIT 2 Cells 2.3 Plasma Membrane MCQ Labeling FRQ (Scoring Rubric)

This AP Biology Unit 2 Cells Worksheet is designed to reinforce student understanding of the plasma membrane through a combination of multiple-choice, labeling, and free-response practice. Covering sections 2.1, 2.2, and 2.3 of the AP Biology curriculum, this resource helps students apply their knowledge of the fluid mosaic model, membrane components, and their functions. Key Features: Multiple-Choice Questions (MCQs): Evaluate student comprehension of plasma membrane structure and functi
Preview of AP Biology Curriculum | Unit 1 FRQs: Macromolecules + Scoring Rubric | AP Bio

AP Biology Curriculum | Unit 1 FRQs: Macromolecules + Scoring Rubric | AP Bio

Updated for the new 2025 AP Biology Course and Exam Description! This resource is designed to help guide your AP Biology students to learn, study, and review all of the topics in Unit 1. No Prep, print and go!Are you ready to put your knowledge of macromolecules to the test? Our AP Biology FRQ (Long Form Free Response Question Scoring Rubric) on macromolecules is designed to challenge and expand your understanding of these vital biomolecules. AP Biology Unit 1 Chemistry of Life FREE RESPONS
Preview of Water Cycle Homework Bracelets with QR Codes {Kindergarten Homework}

Water Cycle Homework Bracelets with QR Codes {Kindergarten Homework}

Created by
Teachering
Water Cycle Bracelets with QR Codes for age appropriate & fun Kindergarten homework! These QR code bracelets are great for strengthening the connection and communication between school and home and empowering parents to help their children master new skills. After learning about the water cycle, place the QR code bracelet on each student (or their backpack / folder) to take home. Each bracelet contains QR codes that link to an educational practice video and a simple family activity (known as the
Preview of CVC Words Homework {Bracelet with QR Codes}

CVC Words Homework {Bracelet with QR Codes}

Created by
Teachering
CVC Words Homework Bracelet with QR Codes with links to a review video & simple family game to practice reading CVC words! Strengthen the school-home connection by letting parents know what the students are learning and providing a simple & meaningful "game" to help their students master the CVC spelling pattern. These CVC bracelets use QR codes to link students & parents to an engaging video to help practice sounding out short words, along with a simple "Secret Game" for students to play with t
Preview of AP Biology Curriculum | Unit 3 Free Response FRQ + Scoring Rubric | Enzymes

AP Biology Curriculum | Unit 3 Free Response FRQ + Scoring Rubric | Enzymes

Are you an AP Biology teacher seeking a powerful teaching resource that aligns perfectly with Unit 3 on Cellular Energies? Look no further! Our AP Biology Enzyme Sample + Scoring Rubric is a must-have tool for assessing your students' understanding of enzymes in the context of cellular energies. This question not only covers Unit 3 topics comprehensively but also integrates knowledge from Unit 1 on enzyme information, providing a holistic assessment of their abilities. Key Features:Unit 3 Focus:
Preview of AP Biology Curriculum | Unit 1: Chemistry of Life Proteins Enzyme | FRQ + Rubric

AP Biology Curriculum | Unit 1: Chemistry of Life Proteins Enzyme | FRQ + Rubric

AP Biology Unit 1 Chemistry of Life – Free Response: Proteins & Enzymes Set Help your AP Biology students master protein structure, enzymes, amino acids, denaturation, and biological function with this rigorous and engaging Free Response Question (FRQ) practice set! Designed to mirror the style and depth of College Board®-inspired AP Biology questions, this printable and digital resource challenges students to analyze data, interpret scientific tables, evaluate claims, and apply critical thinkin
Showing 1-24 of 102 results