TPT
Total:
$0.00

Python Coding Rubric

132 results
Filters
Standard
Language
Preview of Python Coding For Beginners | Lessons, Projects, & Exercises | Levels 1 & 2

Python Coding For Beginners | Lessons, Projects, & Exercises | Levels 1 & 2

Created by
Cyber Wiz
Make teaching Python easy, organized, and engaging with this Python Programming Bundle, featuring classroom-ready resources designed to help students build real coding confidence. Whether you’re introducing Python for the first time or reinforcing key concepts, these editable resources help students learn how to think like programmers and fix code like pros. What’s IncludedPython Escape Room Mystery Practice debugging syntax and logical errorsHands-on practice running codePython Troubleshooting
Preview of Python Coding For Beginners | Debugging & Errors Project  | Level 2

Python Coding For Beginners | Debugging & Errors Project | Level 2

Created by
Cyber Wiz
In this interactive Python debugging challenge, students step into the role of a Coding Club tasked with fixing a broken pricing system for a school Hot Cocoa Stand before the winter concert begins. As they investigate realistic code errors, students practice identifying logic mistakes, tracing values, and debugging Python programs that affect real-world outcomes like pricing and totals. What Students Will Doanalyze Python code snippets to identify logic and syntax errorsfix bugs involving condi
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 - Variables, I/O, and Assignment Lab (Python)

AP Computer Science Principles - Variables, I/O, and Assignment Lab (Python)

At the end of each chapter in AP Computer Science Principles (Python-based 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. In this, and all labs posted on TPT, the questions are of my own making, and
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: Design A Object Oriented Boolean Adventure Game

AP Computer Science: Design A Object Oriented Boolean Adventure Game

Created by
Andy Mattick
Bring adventure into your classroom with this object-oriented text-based adventure game project! Inspired by Colossal Cave Adventure, this packet provides a complete, classroom-ready experience where students design and code their own game while practicing Java fundamentals, OOP, and problem-solving skills. What’s Included: Teacher Guide & Rubric — clear grading breakdown (100 pts core + 10 pts extension). Student Checklist — step-by-step implementation tracker. Poster Template (Optional) —
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 THERE IS ART IN MY JAVA

THERE IS ART IN MY JAVA

Created by
Technomustang
Check the new teacher resources including virtual graph paper and Test capability with 2500 Graphics questions in Multiple Choice and Completion Format. (10 different test banks) . Question banks are in Examview version 4(basic) format for Windows. This means complete compatibility with all newer versions of Examview. Test questions are my unique creation and involve interpreting the values of the parameters in the graphic methods, orientation of the shapes, movement and size manipulation of
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 Make a Pac Man Ghost ~ Coding Unplugged Challenge ~ STEM

Make a Pac Man Ghost ~ Coding Unplugged Challenge ~ STEM

Created by
Smart Chick
This coding unplugged activity is one of many that I am creating to use in my STEM classroom! We do these coding challenges about once a week. They are great for teaching sequencing and logical reasoning to students. There are no right or wrong answers, and many different solutions will work! You could also rotate these challenges through a Maker Space or science center. I store everything in a dollar store gift bag or plastic tub for each individual coding unplugged challenge. This challen
Preview of Map Skills & Compass Directions ~ Coding Unplugged Challenge ~ STEM

Map Skills & Compass Directions ~ Coding Unplugged Challenge ~ STEM

Created by
Smart Chick
This coding unplugged activity is one of many that I am creating to use in my STEM classroom! We do these coding challenges about once a week. They are great for teaching sequencing and logical reasoning to students. There are no right or wrong answers, and many different solutions will work! You could also rotate these challenges through a science center. I store everything in a dollar store gift bag or plastic tub for each individual coding unplugged challenge. This map skills challenge
Preview of Tic Tac Toe ~ Coding Unplugged Challenge ~ STEM

Tic Tac Toe ~ Coding Unplugged Challenge ~ STEM

Created by
Smart Chick
This coding unplugged activity is one of many that I am creating to use in my STEM classroom! We do these coding challenges about once a week. They are great for teaching sequencing and logical reasoning to students. There are no right or wrong answers, and many different solutions will work! You could also rotate these challenges through a science center. I store everything in a dollar store gift bag or plastic tub for each individual coding unplugged challenge. This tic tac toe challenge
Preview of AP Biology Lab Bundle: Full Year Labs, Presentations, Pre-Labs, Norms & Rubrics

AP Biology Lab Bundle: Full Year Labs, Presentations, Pre-Labs, Norms & Rubrics

Take your AP Biology classroom to the next level with this ALL-IN-ONE AP Biology Lab System Bundle, designed to give you everything you need to run a full year of rigorous, engaging, and highly organized labs—without the stress of creating materials from scratch. This bundle includes an incredible 33 presentations and 27 hands-on, AP-aligned labs, along with a complete classroom system featuring a pre-lab checklist, lab norms, and a detailed grading rubric. Every component is built to work to
Preview of Color Squares ~ Coding Unplugged Challenge ~ STEM

Color Squares ~ Coding Unplugged Challenge ~ STEM

Created by
Smart Chick
This coding unplugged activity is one of many that I am creating to use in my STEM classroom! We do these coding challenges about once a week. They are great for teaching sequencing and logical reasoning to students. There are no right or wrong answers, and many different solutions will work! You could also rotate these challenges through a science center. I store everything in a dollar store gift bag or plastic tub for each individual coding unplugged challenge. This color square challeng
Preview of Coding Dice ~ Coding Unplugged Challenge ~ STEM

Coding Dice ~ Coding Unplugged Challenge ~ STEM

Created by
Smart Chick
This coding unplugged activity is one of many that I am creating to use in my STEM classroom! We do these coding challenges about once a week. They are great for teaching sequencing and logical reasoning to students. There are no right or wrong answers, and many different solutions will work! You could also rotate these challenges through a Maker Space or science center. I store everything in a dollar store gift bag or plastic tub for each individual coding unplugged challenge. This Coding
Preview of Make a Critter ~ Coding Unplugged Challenge ~ STEM

Make a Critter ~ Coding Unplugged Challenge ~ STEM

Created by
Smart Chick
This coding unplugged activity is one of many that I am creating to use in my STEM classroom! We do these coding challenges about once a week. They are great for teaching sequencing and logical reasoning to students. There are no right or wrong answers, and many different solutions will work! You could also rotate these challenges through a Maker Space or science center. I store everything in a dollar store gift bag or plastic tub for each individual coding unplugged challenge. This color s
Preview of Digital Forensics Python Lab: Browser History Investigation | Cybersecurity Pack

Digital Forensics Python Lab: Browser History Investigation | Cybersecurity Pack

Digital Forensics Python Lab: Browser History Investigation | Cybersecurity Activity Modular Python investigation workflow Take your students deeper into cybersecurity with this hands-on Python digital forensics lab!In this advanced computer science and cybersecurity activity, students analyze browser history data using Python to uncover suspicious behavior, reconstruct timelines, and identify evidence of potential data exfiltration. This lab simulates a real-world forensic investigation, givi
Preview of Digital Forensics Python Lab: Browser History Investigation | Cybersecurity

Digital Forensics Python Lab: Browser History Investigation | Cybersecurity

Digital Forensics Python Lab: Browser History Investigation | Cybersecurity Activity Modular Python investigation workflow Take your students deeper into cybersecurity with this hands-on Python digital forensics lab! In this advanced computer science and cybersecurity activity, students analyze browser history data using Python to uncover suspicious behavior, reconstruct timelines, and identify evidence of potential data exfiltration. This lab simulates a real-world forensic investigation, giv
Preview of Intro to Coding with Scratch Jr STEM Ana's Smart Move ISTE Digital Explorers

Intro to Coding with Scratch Jr STEM Ana's Smart Move ISTE Digital Explorers

Elementary STEM teachers—meet your ready-to-teach coding + science lesson for grades 1–5. This Scratch Jr introductory STEM activity blends computational thinking with NGSS-friendly science topics like pollination, erosion, plant growth, the water cycle, and food chains. Perfect for elementary STEM labs, media centers, and classroom tech blocks, it builds coding skills while helping students communicate scientific ideas clearly. How It Works:Students plan a simple animation in Scratch Jr to
Showing 1-24 of 132 results