TPT
Total:
$0.00

Python Coding Rubric

858 results
Filters
Standard
Preview of Choosing Custom Class in Python Programming | Complete Coding Lesson

Choosing Custom Class in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using a Custom Class in Python programming. This is a beginner-friendly, ready-to-use lesson designed to clearly explain the key concepts and considerations learners must understand before deciding to create and use Custom Classes as their preferred way to define blueprints for objects, organize data and behavior, and build scalable, reusable code in Python. It provides all the guidance needed to make the learning pro
Preview of Choosing Dict_keys in Python Programming | Complete Coding Lesson

Choosing Dict_keys in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using dict_keys in Python programming. This is a beginner-friendly, ready-to-use lesson designed to clearly explain the key concepts and considerations learners must understand before working with dict_keys objects when accessing and handling the keys of a dictionary in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teach and quick for lea
Preview of Choosing bytearray in Python Programming | Complete Coding Lesson

Choosing bytearray in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using bytearray in Python programming. This is a beginner-friendly, ready-to-use lesson designed to clearly explain the key concepts and considerations learners must understand before deciding to use bytearray as their preferred data type for working with mutable sequences of binary data in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to te
Preview of Choosing Bytes in Python Programming | Complete Coding Lesson

Choosing Bytes in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using Bytes in Python programming. This is a beginner-friendly, ready-to-use lesson designed to clearly explain the key concepts and considerations learners must understand before deciding to use Bytes as their preferred data type for representing immutable sequences of binary data in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teach and
Preview of Choosing Complex Data  in Python Programming | Complete Coding Lesson

Choosing Complex Data in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using Complex Data in Python programming. This is a beginner-friendly, ready-to-use lesson designed to clearly explain the key concepts and considerations learners must understand before deciding to use complex numbers as their preferred data type for handling real and imaginary values in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teac
Preview of Choosing dataclass in Python Programming | Complete Coding Lesson

Choosing dataclass in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using dataclass in Python programming. This is a beginner-friendly, ready-to-use lesson designed to clearly explain the key concepts and considerations learners must understand before deciding to use dataclass as their preferred way to create structured, readable, and efficient data containers in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teacher
Preview of Dynamic Typing in Python Programming and Computer Science | Coding Lessons

Dynamic Typing in Python Programming and Computer Science | Coding Lessons

Created by
CodeHive DIY
This lesson introduces learners to the concept of dynamic typing in Python. It explains how Python determines variable types at runtime, eliminating the need for explicit type declarations. Learners will explore how dynamic typing simplifies coding, enhances flexibility, and influences program behavior, both positively and negatively. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teach and quick for learners to learn.
Preview of Introduction to Python Programming Language and Coding

Introduction to Python Programming Language and Coding

Created by
CodeHive DIY
This lesson serves as an introduction to the Python programming language within the context of computer science. It explains why Python is widely regarded as one of the most popular and versatile programming languages today. Known for its simplicity, readability, and beginner-friendly syntaxIt provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teach and quick for learners to learn. ≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋ What's Inclu
Preview of The Code of Hammurabi Justice or Tyranny? DBQ Practice Document-Based Questions

The Code of Hammurabi Justice or Tyranny? DBQ Practice Document-Based Questions

DBQ format worksheet with source excerpts & related prompts focused on the concept of The Code of Hammurabi, Justice or Tyranny in High School World History. See Thumbnails for more details. Simply purchase, download and copy! 5x Document excerpts for student reviewShort answer prompts & Student essay prompt Unlike other teacher's resources, this is totally editable!**Grading Rubric Included**Be sure to check out our other products below!Copyright © Rod's Education Resources. All rights reserved
Preview of Hammurabi's Code Specific Laws on Medicine DBQ Practice Document-Based Questions

Hammurabi's Code Specific Laws on Medicine DBQ Practice Document-Based Questions

DBQ format worksheet with source excerpts & related prompts focused on the concept of Hammurabi's Code - Specific Laws on Medical Malpractice in High School World History. See Thumbnails for more details. Simply purchase, download and copy! 5x Document excerpts for student reviewShort answer prompts & Student essay prompt Unlike other teacher's resources, this is totally editable!**Grading Rubric Included**Be sure to check out our other products below!Copyright © Rod's Education Resources. All r
Preview of Algorithm Showdown and Real-Life Algorithm Design Project - AP CSP

Algorithm Showdown and Real-Life Algorithm Design Project - AP CSP

Created by
SageFire LLC
Looking for a meaningful project to go with the Code.org AP CSP Algorithms unit? If you have noticed that Code.org does not really include a full project for this unit, this resource fills that gap with a structured, student-friendly assignment that helps learners apply algorithmic thinking in a clear and practical way. This resource gives students the chance to do more than just answer lesson questions. They first analyze two different algorithms for the same task, decide which one is more e
Preview of The Age of Innocence - Author & World™ | Pre-Reading Activities - Edith Wharton

The Age of Innocence - Author & World™ | Pre-Reading Activities - Edith Wharton

Understanding an author’s life and historical moment helps students read literature with greater depth and purpose. This resource is designed for The Age of Innocence, helping students examine how social expectation, reputation, and personal desire conflict within the rigid codes of Gilded Age society. Designed as a structured pre-reading analysis, this resource helps students connect author background, historical tensions, and cultural context to the novel’s emerging meaning—without giving awa
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 Lang Synthesis Essay Text Set with Samples & Rubrics | Prompt: Tracking Apps

AP Lang Synthesis Essay Text Set with Samples & Rubrics | Prompt: Tracking Apps

Created by
Julie Faulkner
In this easy‑prep AP Lang Synthesis Prompt Text Set, students analyze multiple nonfiction texts about a high‑interest, real‑world issue: parent and teen use of phone tracking apps. After reading the articles, students craft a source‑based argumentative essay where they take a clear stance on the debate. This NEWLY updated resource is perfect for AP Language and Composition, Honors ELA, and general education English classes that need practice with argument writing, source integration, and eviden
Preview of First Grade CKLA Amplify Skills Unit 3 Accelerated Writing Practice incl. coding

First Grade CKLA Amplify Skills Unit 3 Accelerated Writing Practice incl. coding

Skills Unit 3 Accelerated Writing Practice is designed for advanced learners who need practice writing individual thoughts out in complete sentences. This incorporates the tricky words, vowel spellings, and vocabulary discussed in Unit 3 while giving students the opportunity to use what they have learned in their personal writing endeavors. Watch your first graders grow in writing skills!Can be used for: ✅ Differentiation for accelerated learners ✅ Stations or Centers ✅ Morning Work ✅ Indepe
Preview of AP Lang Synthesis Essay Text Set +Samples & Rubrics | Argue Prompt: Obesity Tax

AP Lang Synthesis Essay Text Set +Samples & Rubrics | Argue Prompt: Obesity Tax

Created by
Julie Faulkner
In this easy‑prep AP Lang Synthesis Prompt Text Set, students analyze multiple nonfiction texts about a high‑interest, real‑world, current issue: Should the government tax unhealthy foods? After reading the articles, students craft a source‑based argumentative essay where they take a clear stance on the debate and use the sources to support their argument on taxing junk food. This NEWLY updated resource is perfect for AP Language and Composition, Honors ELA, and general education English clas
Preview of AP Lang Synthesis Essay Text Set +Samples & Rubrics | Argument Prompt: Recycling

AP Lang Synthesis Essay Text Set +Samples & Rubrics | Argument Prompt: Recycling

Created by
Julie Faulkner
In this easy‑prep AP Lang Synthesis Prompt Text Set, students analyze multiple nonfiction texts about a high‑interest, real‑world issue: mandatory recycling. After reading the articles, students craft a source‑based argumentative essay where they take a clear stance on the debate and use the sources to support their argument on compulsory recycling. This NEWLY updated resource is perfect for AP Language and Composition, Honors ELA, and general education English classes that need practice wit
Preview of AP Biology UNIT 6 Gene Expression Test Assessment Exam | MCQ & FRQ + Rubric

AP Biology UNIT 6 Gene Expression Test Assessment Exam | MCQ & FRQ + Rubric

AP Biology Unit 6: Gene Expression & Regulation Assessment ExamMCQ + FRQ + Answer Key + Rubric Challenge your AP Biology students with a rigorous, standards-aligned Unit 6 assessment focused on gene expression, DNA replication, transcription, translation, mutations, and biotechnology! This ready-to-use assessment combines multiple-choice practice, free-response analysis, graph interpretation, and scientific reasoning to help students prepare for the AP Biology Exam with confidence. Perfect for
Showing 1-24 of 858 results