TPT
Total:
$0.00

Python Coding Rubric

230 results
Filters
Standard
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 - Loops Lab (Python)

AP Computer Science Principles - Loops Lab (Python)

This lab covers while loops and for loops in Python. Lists are the next topic, so they are avoided in the context of loops here. Instead the focus is on combining loops, if statements, and functions to make a few complete codes. 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 is included. More notes about my
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 AP Chemistry Stained Glass Color by Code AP Chemistry Worksheets Bundle

AP Chemistry Stained Glass Color by Code AP Chemistry Worksheets Bundle

Created by
Unbroken Bond
Are you looking for engaging coloring worksheets to use with your AP Chemistry students? This set of stained glass color by code worksheets covers a variety of chemistry topics, both conceptual and mathematical.Here's how the stained glass works:students solve the problem or consider the promptthey connect the problem letter bubble to its answer bubble with a straight lineonce all lines are drawn, a stained glass look is createdstudents color in each segment of the stained glass by using the let
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 Code.org CSP - Unit 8 Cybersecurity & Global Impacts – Activity Worksheets

Code.org CSP - Unit 8 Cybersecurity & Global Impacts – Activity Worksheets

Unit 8 Cybersecurity & Global Impacts – Activity WorksheetsReinforce key cybersecurity concepts while building critical thinking skills with these ready-to-use Unit 8 worksheets! Designed to complement a Cybersecurity & Global Impacts unit, these structured activities help students analyze real-world issues, ethical dilemmas, and global consequences of cyber threats. These worksheets are flexible and can be used as: ✔ Daily practice ✔ Independent work ✔ Small group discussion prompts ✔ Bell
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 African American Studies Unit 3.3 Black Codes, Land and Labor Worksheet

AP African American Studies Unit 3.3 Black Codes, Land and Labor Worksheet

This comprehensive worksheet for AP African American Studies Unit 3.3 Black Codes, Land and Labor examines how Southern states used legal systems, land policies, and forced labor practices to limit freedom after the Civil War. Aligned with the College Board AP African American Studies Framework, this resource helps students analyze how the Black Codes, the failure of land redistribution, and systems such as convict leasing shaped African American life during Reconstruction. What is Included
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 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:
Showing 1-24 of 230 results