TPT
Total:
$0.00

Python Coding Rubric

592 results
Filters
Subject
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 Coding Unplugged Binary Code Bracelet Activity | Binary Code Worksheets

Coding Unplugged Binary Code Bracelet Activity | Binary Code Worksheets

Created by
Teachy Tales
Combine coding, creativity, and confidence-building in one fun activity! This unique Binary Code Bracelet Activity allows students to create their own positive affirmation bracelets while learning how Binary Code works. Students will decode messages and turn them into wearable crafts—making coding both meaningful and memorable! This is a perfect Coding Unplugged activity, allowing students to explore coding concepts without using a computer. What’s Included This engaging set of Binary Code Wor
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 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 Animals of Australia 3-Part Cards Activity Set

Animals of Australia 3-Part Cards Activity Set

Australia Animals Montessori 3-Part Cards, Chart, and Picture-to-Word Matching Activity, features eight distinct wild life species native to Australia. This printable educational set is perfect for Montessori primary-preschool, pre-k and kindergarten as part of the Zoology and Geography class. This material fosters early literacy, science skills and visual discrimination skills in a hands-on, engaging manner. The border of each card corresponds to the Montessori Geography color-coding system, wi
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 SPIKE Prime Robotics Unit 5 Lesson 8: Autonomous Vehicle Lab

SPIKE Prime Robotics Unit 5 Lesson 8: Autonomous Vehicle Lab

Created by
RoboBytes
This is where it all comes together. In this two-day partner challenge, students take on differentiated roles as Coder and Builder to design and build a fully autonomous SPIKE Prime robot — but there's a catch: no one touches LEGO or opens the SPIKE app until both planning sheets are teacher-approved. On Day 1, the Coder maps out the full logic structure — flowchart, decision priority, and Forever loop — while the Builder designs the physical system, from base design and hub placement to sensor
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 Unplugged Secret Codes Famous Quotes Ascii

Binary Code Worksheets Unplugged Secret Codes Famous Quotes Ascii

Created by
Kiwiland
These Binary ASCII Secret Codes are perfect worksheets to help students learn how to encrypt and decrypt binary messages as well as understand binary code. They are great at engaging your students with problem solving and help support your stem teaching. Use them all year round and for back to school activities. Included in this resource are Writing your name in BinaryFive secret messages in Binary codeAnswers have been includedUnplugged CodingEnjoy and please remember to follow me by clicking t
Preview of Sorting Matrix Coding - Fine Motor Set to Teach Conditionals and Coding for Kids

Sorting Matrix Coding - Fine Motor Set to Teach Conditionals and Coding for Kids

Sorting Matrix Digital Activities to teach If/Then/Else coding language (Conditionals). Everything you need to teach students about conditionals and let them practice using the terminology. This resource includes 12 digital slides with moveable pieces that works in Google Slides or PowerPoint. This set has fine motor building materials including building blocks, play dough, pattern blocks, and counters - without the mess! Teaching coding concepts works best when we do familiar activities but u
Preview of Fry Sight Word Homework {28 bracelets/slips with QR codes} 300 sight words

Fry Sight Word Homework {28 bracelets/slips with QR codes} 300 sight words

Created by
Teachering
Perfect kindergarten homework for differentiating, these 28 bracelets span Fry's 1st Hundred to 3rd Hundred words! Each bracelet in this no-grading-required homework lists all of the sight words of a particular high-frequency word list and includes QR codes which link to fun Fry sight word videos for home practice! Kindergarteners can wear the bracelets home or teachers can attach them to their backpacks or folders. OR, have students wear these around the classroom to reach to each other during
Preview of Coding Activity with Conditionals | Hour of Code 4 Seasons Sorting Matrix

Coding Activity with Conditionals | Hour of Code 4 Seasons Sorting Matrix

Sorting Matrix Digital and Print Activities to teach If/Then/Else coding language (Conditionals). Everything you need to teach students about conditionals and let them practice using the terminology. This resource includes 12 digital slides with moveable pieces and 12 printable activity mats meant to be used with velcro. Teaching coding concepts works best when we do familiar activities but use new language. Students have been doing sorting activities their whole lives. This activity asks them
Preview of Binary Code Unplugged Secret Codes Famous Technology Quotes ASCII Worksheets

Binary Code Unplugged Secret Codes Famous Technology Quotes ASCII Worksheets

Created by
Kiwiland
These Binary ASCII Secret Codes worksheets and activities are perfect to help students learn how to encrypt and decrypt binary messages as well as understand binary code. They are great at engaging your students with problem solving and help support your stem teaching. Included in this resource areWriting your name in BinaryFive secret messages in Binary Code (Technology Quotes)Answers have been includedUnplugged CodingEnjoy and please remember to follow me by clicking the following link to easi
Showing 1-24 of 592 results