TPT
Total:
$0.00

Python Coding Rubric

290 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 A-Z Speaking Picture Dictionary (QR Codes)

A-Z Speaking Picture Dictionary (QR Codes)

Unlock Language with the A-Z Speaking Picture Dictionary!Immerse your students in vocabulary building like never before. This comprehensive resource features 298 vibrant images organized from A to Z, each paired with a SpeakBox QR code. Simply scan any code with the SpeakBox Scanner web app, and hear the word pronounced instantly in clear, native American English. No clicking, no ads...just seamless, auditory learning that reinforces phonics and vocabulary. One Purchase, Two Complete Dictiona
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® U.S. History Period 7 DBQ Bundle: 3 Original DBQs, DBQ Organizer, & Rubric

AP® U.S. History Period 7 DBQ Bundle: 3 Original DBQs, DBQ Organizer, & Rubric

Created by
MrBearTeaches
Looking for a comprehensive, ready-to-use resource to help your AP United States History students master the Document-Based Question (DBQ) for Period 7? This APUSH Period 7 DBQ Practice Set provides everything you need to guide students through the complexities of the early 20th century, from the Roaring '20s to the end of World War II. What’s Included?This bundle features three complete DBQ practice sets specifically designed to align with AP standards and help students build essential historic
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 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 Calculus Antidifferentiation Color by Code Activity

Calculus Antidifferentiation Color by Code Activity

Integration Color by Number – Antidifferentiation Practice for CalculusBring some fun into your calculus classroom with this Color by Number Integration Activity! Students will solve 16 integration problems (including definite integrals, motion applications, and antiderivatives), then use their answers to color an image according to the code. It’s a low-prep, engaging way to reinforce integral calculus skills while promoting accuracy and attention to detail. Skills Covered:Use the power rule
Preview of AP Biology Curriculum | Unit 1: Chemistry of Life Water | FRQ + Rubric

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

AP Biology Unit 1: Structure of Water & Hydrogen Bonding FRQ Practice Strengthen your AP Biology Unit 1 instruction with this engaging and rigorous 2 different Free Response Question (FRQ) practice (Easy and Difficult) set focused on the Structure of Water and Hydrogen Bonding (12 points and 10 point breakdown). Designed to mirror the style and expectations of the AP Biology exam, this resource helps students build confidence with scientific reasoning, data analysis, and long-form written resp
Preview of APAfAm - 3.3: Black Codes, Land, and Labor

APAfAm - 3.3: Black Codes, Land, and Labor

Created by
Pax Professor
Curriculum annotations are designed as a form of note taking for students taking AP African American Studies. Notes are based on the following from the Course and Exam Description from the College Board: Learning ObjectivesEssential KnowledgeRequired SourcesLinks to publicly available readings are included in the documents. The product will give you links to download a PDF or to make a copy of a Google Doc with the curriculum annotations. Answer Key now included!
Preview of Compare and Contrast Essay with Rubric

Compare and Contrast Essay with Rubric

Compare and contrast essay for any book/ movie/ Novel study. English class. Includes rubric.
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 290 results