TPT
Total:
$0.00

Python Coding Rubric

38 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 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 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 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 Variables in Coding GATE Middle School Reading Worksheet

Variables in Coding GATE Middle School Reading Worksheet

Reading Passage written at a 9th grade level for advance level middle school readers and focused on the Variables lesson in Middle School Computer Science. See Thumbnails for more details. Simply purchase, download and copy! Great differentiation for more advanced readers10x short answer questions based on the readingUnlike other teacher's resources, this is totally editable!**Answer Key Included**Be sure to check out my other products down below!Copyright © Rod's Education Resources. All rights
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 CSP Unit 1 Vocabulary Crossword for Code.org AP Computer Science Principles

AP CSP Unit 1 Vocabulary Crossword for Code.org AP Computer Science Principles

AP CSP Unit 1 Vocabulary Crossword for Code.org AP Computer Science Principles---Increase your students' vocabulary recall and retention with this Unit 1 vocab crossword puzzle! Use as a quick practice activity, as extra credit, or as simple homework! This corresponds to Unit 1 of the Code.org AP CSP curriculum. Easy as print and hand out to students! What's Included:PDF of blank crossword for studentsPDF of Answer Key for teacherVocabulary Words Included:BinaryBitByteDecimalOverflow (error)Rou
Preview of TED Talk: How Exactly Does Binary Code Work?- José Américano N L F de Freitas

TED Talk: How Exactly Does Binary Code Work?- José Américano N L F de Freitas

Explore how computers use the language of binary to store, transmit, and process everything from simple numbers to high-definition videos. This in-depth TED-Ed companion resource includes 20 discussion questions, an expanded writing prompt, and a structured debate topic to engage students in thinking critically about binary code and its role in modern computing. Perfect for high school and introductory college-level computer science, technology, or digital literacy courses, this resource support
Preview of Computer Science Binary & Artificial Intelligence Activities

Computer Science Binary & Artificial Intelligence 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 Secret Language of 1 and 0, where they decode binary strings and sketch original hardware inventions.Lab 2: Te
Preview of AP® CSA Unit 4: Data Collections | Goldie's Assessments

AP® CSA Unit 4: Data Collections | Goldie's Assessments

AP CSA Unit 4 Assessments Editable Quizzes, Tests, Practice Assignments & Rubric Goldie's AP Computer Science A Unit 4 Assessment Bundle provides a comprehensive set of tools to evaluate student understanding of data collections, including arrays, reading text files, ArrayLists, 2D arrays, sorting and searching, and recursion. Aligned with the College Board’s AP CSA standards, this bundle includes a variety of formative and summative assessments that are classroom-tested and designed to mirr
Preview of AP® CSA Unit 3: Class Creation | Goldie's Assessments

AP® CSA Unit 3: Class Creation | Goldie's Assessments

AP® CSA Unit 3 AssessmentsEditable Quizzes, Tests, Practice Assignments & Rubric Looking for high-quality, time-saving assessments for AP Computer Science A Unit 3? This AP CSA Unit 3 Assessment Bundle includes everything you need to evaluate your students’ understanding of Java Class Creation -- aligned to the updated 2025 College Board CED. This resource includes: ✅ 2 scaffolded practice assignments to practice skills before assessment ✅ 2 quizzes to check student understanding of key Unit
Preview of AP Computer Science A - Variables, I/O, and Assignment Lab (Java)

AP Computer Science A - Variables, I/O, and Assignment Lab (Java)

At the end of each chapter in AP Computer Science A (Java coding) I give my students a few in-class work days to create codes on their own to demonstrate their understanding. This particular assignment covers basics of input/output, variables, and basic mathematics operators. As there is little logic involved at the point in the course, I usually give just two in-class work days for this assignment. There are only three problems. Note that, as per 2025-2026 updates to AP CS A, input is now inclu
Showing 1-24 of 38 results