TPT
Total:
$0.00

Python Coding Rubric

52 results
Preview of Coding Animation 3 Version Python Turtle Unit 3

Coding Animation 3 Version Python Turtle Unit 3

Created by
Computer Corner
When you combine graphics and for loops animation is the next logical step. This bundle combines turtle graphics functions with repetition to create an animated story. Why 3 versions?☞ Perfect for classrooms where the seating is tight. ☞ Students see multiple examples of the same concept. ☞ Differentiated instruction is built into every assessment. ☞ Encourages student interaction & discussion. ☞ Minimizes student copying. This bundle includes: ✔ 3 x 2 Student Handout Packages ✔ Answer Keys
Preview of Python Unit 13 Final Exam For Beginners Editable Unit

Python Unit 13 Final Exam For Beginners Editable Unit

Created by
Computer Corner
There are four different length exams in two different paper sizes to make this resource fit your classroom needs. Edit questions and even page numbers for more flexibility. ⌛ Select a Time Length!2-Hour Exam 1.5-Hour Exam 1-Hour Exam 45-Minute Exam This bundle includes: ✔ 4 Letter-Sized Final Exams ✔ 4 Legal-Sized Final Exams ✔ Solutions ✔ Rubrics ✔ 6 Code Solutions ✔ 1 PowerPoint Review ✸ Everything is Editable! ✸Materials have also been modified in English (UK) where necessary.*** Prerequisi
Preview of Python Turtle Graphics and For Loops Editable Activities Assessments Resource

Python Turtle Graphics and For Loops Editable Activities Assessments Resource

Created by
Computer Corner
To me, the next natural progression in coding is using a loop. Python's for loop structure can be used with not only the print function but also the Turtle module's graphics functions. You can create some pretty neat designs by combining graphics with loops. Duration: Four 75-minute periods. This package includes: ✔ A Package Description ✔ Answer Keys ✔ 10 PowerPoints⭐ & Resource Notes ✔ 2 PowerPoints⭐ English (UK) ✔ 3 Student Activities + English (UK) ✔ 2 Assessments + ◆ 2 Alternates wit
Preview of Python Coding Basic Computer Output Editable Activites & Videos

Python Coding Basic Computer Output Editable Activites & Videos

Created by
Computer Corner
This Python programming resource is perfect for students/teachers who have never coded before. It introduces students to coding through Python, a free computer language. Kids write simple output statements they learn how to problem solve one line at a time. Teachers get complete lessons, answer keys and rubrics. The online version includes embedded video lessons for your convenience. ** UPDATED for Distance/Online Learning with EMBEDDED VIDEOS! **Materials have also been modified in English (UK)
Preview of Advanced Python Concepts Editable Unit 11

Advanced Python Concepts Editable Unit 11

Created by
Computer Corner
One of the most frustrating parts about teaching Python is that it has very little 'glitz and glamour' to entertain kids and keep their interest! Yes, of course, there are kids who desperately want to learn to code and they'll take your class anyway, but most kids need a carrot or two to keep them interested! That's the purpose of this unit. It starts off a bit dry with lists and tuples, but it quickly gets more interesting when you add in sound and MP3 capabilities. This bundle includes: ✔ 3 St
Preview of Introduction To File Input Output in Python Coding Editable Activities

Introduction To File Input Output in Python Coding Editable Activities

Created by
Computer Corner
Sometimes it's easier to store data in a file rather than include it in the code. I created this resource as an introduction to file input and output in Python. I've included 4 assessments, each increasing in difficulty so you can decide whether to use them for DI or just select the appropriate level for your class. Duration: Two 75-minute periods. This package includes: ✔ A Package Description ✔ Answer Key ✔ 10 PowerPoints⭐ + Resource Notes ✔ 10-Page Student Handout + 4 Assessments ✔ 3 Student
Preview of Python Curses Module Editable Bundle

Python Curses Module Editable Bundle

Created by
Computer Corner
One of the most frustrating parts about teaching Python is that it has very little 'glitz and glamour' to entertain kids and keep their interest! Yes, of course, there are kids who desperately want to learn to code and they'll take your class anyway, but most kids need a carrot or two to keep them interested! Once I'd discovered the Curses Module I was flying! This module is a royal pain to troubleshoot but it brings color, arrow keys and mouse input into Python which is a perfect setup for the
Preview of Using If Statements To Error Trap Input in Python Editable Resource Package

Using If Statements To Error Trap Input in Python Editable Resource Package

Created by
Computer Corner
We make decisions every day but learning how to program them can be a challenge which is why I created these activities. They start with simple if statements and introduce the concept of error-trapping user input by coding a simple Guessing Game. The next two resources add functionality to the game. Materials have also been modified in English (UK) where necessary.Duration: Three 75-minute periods. This package includes: ✔ A Package Description ✔ Answer Key ✔ 10 PowerPoints⭐ + Resource Notes ✔ 6
Preview of Introduction To Lists and Tuples in Python Coding Editable Activities

Introduction To Lists and Tuples in Python Coding Editable Activities

Created by
Computer Corner
Lists and tuples are very similar data types in Python. They share several functions but are also very different which is why I created this resource as an introduction to both lists and tuples in Python. These data types are extremely powerful and important building blocks in Python. Duration: One 75-minute period. This package includes: ✔ A Package Description ✔ Answer Key ✔ 13 PowerPoints⭐ + Resource Notes ✔ 14-Page Student Handout + 2 Assessments ✔ 3 Student Activities ✔ 4 Levels of Assessm
Preview of More String Functions in Python Coding 3 Version Activities

More String Functions in Python Coding 3 Version Activities

Created by
Computer Corner
Strings are so versatile. Every coding language has tons of string functions which is why I created this resource to introduce some of the more common functions in Python. This package also introduces ASCII functions. Why 3 versions?☞ Perfect for classrooms where the seating is tight. ☞ Students see multiple examples of the same concept. ☞ Differentiated instruction is built into every assessment. ☞ Encourages student interaction & discussion. ☞ Minimizes student copying. Materials have also b
Preview of More Built-in Python Math Functions and Coding Project Editable Resource Package

More Built-in Python Math Functions and Coding Project Editable Resource Package

Created by
Computer Corner
User-friendly program design is important to me! I hate using programs that are poorly written so I created this resource to hammer home the importance of designing programs with the user in mind. Of course, more math functions are better than less, so it also introduces several functions from both the Math and Decimal modules. ✸ Some school boards may call a coding project an exit ticket or culminating activity. ✸Duration: Three 75-minute periods. This package includes: ✔ A Package Description
Preview of Python While Loops and Random Structures Editable Resource Package

Python While Loops and Random Structures Editable Resource Package

Created by
Computer Corner
What should the program do next? Controlling program flow is important in coding. And you can't make games without the ability to randomize numbers! This resource concentrates on the use of Boolean expressions and variables which will give kids the power to repeat programs properly so users can run the program until they decide to quit! Materials have also been modified in English (UK) where necessary.Duration: Three 75-minute periods. This package includes: ✔ A Package Description ✔ Answer Key
Preview of Introduction To Python Curses Input Output in Python Coding Editable Activities

Introduction To Python Curses Input Output in Python Coding Editable Activities

Created by
Computer Corner
Python by itself has no color capabilities or special effects to hook kids. So, I created this resource to entice kids with the Curses module's color and window controls. Materials have also been modified in English (UK) where necessary.Duration: Four 75-minute periods. This package includes: ✔ A Package Description ✔ Answer Key ✔ 4 PowerPoints⭐ + Resource Notes ✔ 12-Page Student Handout + 2 Assessments ✔ 3 Student Activities ✔ 2 Assessments ◆ 2 Alternates with a KICA* marking scheme ✔ 2 Rubri
Preview of Python Print Function Editable Coding Activities Resource Package

Python Print Function Editable Coding Activities Resource Package

Created by
Computer Corner
You've just started to teach Python and you don't know where to start! Or, you know where but not how. You need something that is simple but teaches the basics of Python output. I learned long ago to keep it simple and clear, so I created this resource to kick things off in my beginner coding class. Materials have also been modified in English (UK) where necessary.Duration: Three 75-minute periods. This package includes: ✔ A Package Description ✔ Answer Keys ✔ 6 PowerPoints⭐ + Resource Notes ✔
Preview of Using Python's Built-in Math Functions Editable Resource Package

Using Python's Built-in Math Functions Editable Resource Package

Created by
Computer Corner
Kids use calculators all the time. What if they could code their own basic calculator? And the best part of all is they can enter their own values using the keyboard. This package covers global, local and constant variables as well as math operators, run-time errors and some useful built-in math functions. This is a continuation of Python User Input and Python Variables resource packages. Duration: Three 75-minute periods. This package includes: ✔ A Package Description ✔ Answer Keys ✔ 3 Power
Preview of Python For Loops Part 2 3 Version Resource Package

Python For Loops Part 2 3 Version Resource Package

Created by
Computer Corner
It's time for some fun! Text-based coding can also do pixel graphics. That's why I created this short activity so kids can have fun 'drawing' as they learn how to sequence! Why 3 versions?☞ Perfect for classrooms where the seating is tight. ☞ Students see multiple examples of the same concept. ☞ Differentiated instruction is built into every assessment. ☞ Encourages student interaction & discussion. ☞ Minimizes student copying. Materials have also been modified in English (UK) where necessary.
Preview of Python For Loops Part 2 Coding Project Editable Resource Package

Python For Loops Part 2 Coding Project Editable Resource Package

Created by
Computer Corner
It's time for some fun! Text-based coding can also do pixel graphics. That's why I created this short activity so kids can have fun 'drawing' as they learn how to sequence! Materials have also been modified in English (UK) where necessary.Duration: Three 75-minute periods. This package includes: ✔ A Package Description ✔ Answer Keys ✔ 2 PowerPoints⭐ ✔ 1 PowerPoint⭐ English (UK) ✔ 5-Page Student Handout + Assessment ✔ 2 Student Activities ✔ 1 Assessment + ◆ 1 Alternate with a KICA* marking sch
Preview of String Functions in Python Editable Coding Activities

String Functions in Python Editable Coding Activities

Created by
Computer Corner
Strings are so versatile. Every coding language has tons of string functions which is why I created this resource to introduce some of the more common functions in Python. This package also introduces ASCII functions. Materials have also been modified in English (UK) where necessary.Duration: One 75-minute period. This package includes: ✔ A Package Description ✔ Answer Key ✔ 7 PowerPoints⭐ + Resource Notes ✔ 8-Page Student Handout Package + Assessment ✔ 2 Student Activities ✔ 1 Assessment ◆ 1
Preview of Python Intro To For Loops Editable Activities & Assessment Resource Package

Python Intro To For Loops Editable Activities & Assessment Resource Package

Created by
Computer Corner
Sequencing and breaking things down into simple steps can be a hard lesson to learn. That's why loops are so important! They are also great for tracing. Now it's time to have some fun with for loops and the print function! A loop can change spacing, repeat characters or be used to create math sequences. Hours of fun watching kids solving puzzles! Materials have also been modified in English (UK) where necessary.Duration: Two 75-minute periods. This package includes: ✔ A Package Description ✔ A
Preview of A Full Guessing Game Coding Project in Python Editable Resource Package

A Full Guessing Game Coding Project in Python Editable Resource Package

Created by
Computer Corner
I've always found kids need to build projects one step at a time which is why Guessing Game 4 is a continuation of the Python Guessing Game Using Random Numbers Coding Project. This time they can add a menu - just a like real app! First, they must redesign the screens. When that is approved they move on to updating their code. This resource can be used for descriptive feedback purposes only or as an assessment using one of the two rubrics provided. ✸ Some school boards may call a coding pro
Preview of Python For Loops Part 1 Editable Activities Resource Package

Python For Loops Part 1 Editable Activities Resource Package

Created by
Computer Corner
Python's for loop is very versatile. It can be coded with one, two or even 3 parameters. I created this short activity so kids can start to grasp the power of the for loop and learn how to use it not only to do math but also to control output! Materials have also been modified in English (UK) where necessary.Duration: One 75-minute period. This package includes: ✔ A Package Description ✔ Answer Keys ✔ 3 PowerPoints⭐ ✔ 1 PowerPoint⭐ English (UK) ✔ 4-Page Student Handout + Assessment ✔ 1 Student
Preview of Introduction To String Functions in Python Coding Editable Activities

Introduction To String Functions in Python Coding Editable Activities

Created by
Computer Corner
Strings and accessing array indices can be tricky which is why I created this resource as an introduction to string arrays in Python. String manipulation is an important building block in any programming language. Duration: One 75-minute period. This package includes: ✔ A Package Description ✔ Answer Key ✔ 3 PowerPoints⭐ + Resource Notes ✔ 6-Page Student Handout + Assessment ✔ 2 Student Activities ✔ 1 Assessment ◆ 1 Alternate with a KICA* marking scheme ✔ 1 Rubric ◆ 1 Alternate with a KICA*
Preview of Using Music And Time in Python Coding Editable Activities

Using Music And Time in Python Coding Editable Activities

Created by
Computer Corner
Kids are used to hearing sound and/or music on their electronic devices. That's why it's important to show them how they can add it to their projects. This resource has three short activities that introduce playsound, winsound and the time module. Duration: One 75-minute period. This package includes: ✔ A Package Description ✔ Answer Key ✔ 4 PowerPoints⭐ & Resource Notes ✔ 8-Page Student Handout + 1 Assessment ✔ 4 Student Activities ✔ 1 Assessment ◆ 1 Alternate with a KICA* marking scheme ✔
Preview of Python Programming I CAN Statements Rubric - Computer Science Assessments

Python Programming I CAN Statements Rubric - Computer Science Assessments

These I Can statements are perfect to guide your students to develop the necessary skills when learning to code/program using Python. The teacher or the student can tick off each I Can statement once they have demonstrated evidence for them. I Can statements fall under the following 4 categories: • Criteria 1: Planning • Criteria 2: Skills Development • Criteria 3: Explanation of Code • Criteria 4: Efficiency of Code
Showing 1-24 of 52 results