TPT
Total:
$0.00

Python Coding Rubric

6,500+ results
Filters
Subject
Standard
Preview of Python Coding Classroom Curriculum

Python Coding Classroom Curriculum

Welcome to our Ultimate Python Bundle, an all-in-one package that includes every Python tutorial you need to teach your students the fundamentals of Python programming!This comprehensive bundle includes all of our popular Python tutorials, including Python Basics: Syntax, Loops, and Variables, Python Basics: Lists, Write a Story in Python, Python Rock Paper Scissors Game, Python Fortune Teller Game, Python Create Your Own Adventure Game, Python Blackjack Game, and Python Dice Game. Each tutori
Preview of Computer Coding in Python Worksheets – Drawing with Python Turtle Lesson

Computer Coding in Python Worksheets – Drawing with Python Turtle Lesson

Looking for an engaging, ready-to-teach Python lesson that builds real coding skills? This resource is perfect for introducing students to programming through fun, visual learning using Python Turtle! Designed to cover over 2 hours of class time, this lesson allows students to learn by doing as they create simple shapes while developing core programming knowledge. What Students Will Learn Students will be introduced to the fundamentals of Python and begin writing their own code with confiden
Preview of Introduction to Variables in Python Programming | Complete Coding Lessons

Introduction to Variables in Python Programming | Complete Coding Lessons

Created by
CodeHive DIY
This lesson introduces the concept of variables in Python programming and Computer Science. Learners will discover how to create, name, and assign values to variables, and understand how Python uses them to store, track, and manipulate data throughout a program. 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. ≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋ Ready-to-teach. Zero prep. Engaging c
Preview of Python Coding Basics: Syntax, Loops, Variables

Python Coding Basics: Syntax, Loops, Variables

Welcome to part one of our basic Python Tutorial, the perfect resource for teachers looking to introduce their students to the basics of programming with Python! Our tutorial is a comprehensive and interactive learning resource that includes both a 7-page PDF worksheet with answer guide and a 39-slide Google Slides presentation. With our tutorial, your students will learn the essential programming concepts of syntax, loops, and variables, which are foundational skills necessary for building mo
Preview of Python Coding: Blackjack Game

Python Coding: Blackjack Game

Welcome to Part 7 of our Python Tutorials. This Python Blackjack Game Tutorial is designed to help students learn to program a classic card game using their basic Python knowledge! Our tutorial is a comprehensive and interactive learning resource that includes a 16-page PDF worksheet with an answer guide and a 40-slide Google Slides presentation. With our tutorial, your students will learn how to write Python code to create a blackjack game, a classic card that teaches problem-solving and criti
Preview of Python: Code a Fortune Teller Game

Python: Code a Fortune Teller Game

Welcome to part five of our Python Tutorials. In this tutorial, we will program a Python Fortune Telling Magic 8 Ball Game Tutorial, designed to help students use their basic Python knowledge to create a fun and interactive game! Our tutorial is a comprehensive and interactive learning resource that includes a 13-page PDF worksheet with an answer guide and a 30-slide Google Slides presentation. With our tutorial, your students will learn how to write Python code to create a Fortune Telling Magi
Preview of Introduction to Python Programming to Create Shapes - Computer Coding Worksheets

Introduction to Python Programming to Create Shapes - Computer Coding Worksheets

This computer coding lesson teaches students how to code in Python using the Turtle module to create colorful shapes constructed of different angles. Not only do students develop their coding skills but they also develop their Math skills. Use this lesson to introduce students to the basics of Python Programming in order to create colorful shapes. By delivering this lesson, students will be able to: Discuss the purpose of programming languages Use basic Python Turtle functions to create lines a
Preview of Java Pixel Art Project – Beginner Graphics Coding + Demo Code & Rubric

Java Pixel Art Project – Beginner Graphics Coding + Demo Code & Rubric

Created by
CompSciScripts
Bring creativity and coding together in your classroom! This beginner-friendly Java project teaches students how to design and code their own pixel art character using basic graphics commands — PLUS it reinforces essential coding concepts like x, y coordinates and scaling. Includes a fully coded Pikachu demo project for teacher reference. What’s Included: ✅ Editable Google Slides / PowerPoint Presentation with teacher speaker notes ✅ Student assignment sheet + grading rubric (PDF) ✅ Fully
Preview of Data Types in Python Programming – Computer Science Coding Worksheets

Data Types in Python Programming – Computer Science Coding Worksheets

Introduce your students to the foundations of Python programming with this engaging, beginner-friendly lesson on data types. This resource is designed to help students understand how data works in Python, giving them the essential knowledge needed before progressing to more advanced coding concepts. What Students Will Learn Identify and understand 4 key Python data types: Strings Integers Booleans Floats (real numbers) Explain the difference between string and integer data types Convert
Preview of Project-Based Java Coding Lesson – About Me + GUI Color Display. Code & Rubric

Project-Based Java Coding Lesson – About Me + GUI Color Display. Code & Rubric

Created by
CompSciScripts
Looking for a complete, classroom-ready Java coding lesson that teaches beginners how to code while keeping them engaged? This fully editable, project-based resource is the perfect way to introduce Java coding to middle school, high school, or intro-level programming students. No prior coding knowledge needed — everything is included and clearly explained for teachers! What’s Included: ⭐️ 2-Day Project-Based Learning Java Lesson ⭐️ Editable Google Slides / PowerPoint Presentation with detailed
Preview of Python Coding: Dice Game

Python Coding: Dice Game

Welcome to part 8 of our Python Tutorial set. This is our Python Dice Game Tutorial, a fantastic learning resource designed to help students learn the basics of programming a simple dice game using their basic Python knowledge! Our tutorial is a comprehensive and interactive learning resource that includes an 11-page PDF worksheet with an answer guide and a 35-slide Google Slides presentation. With our tutorial, your students will learn how to write Python code to create a dice game, a classic
Preview of Python Coding: Create Your Own Adventure Game

Python Coding: Create Your Own Adventure Game

Welcome to part 6 of our Python Tutorials. This is our Create Your Own Adventure Text-Based Python Game Tutorial, designed to help students use their basic Python knowledge to create a fun and interactive game! Our tutorial is a comprehensive and interactive learning resource that includes a 12-page PDF worksheet with an answer guide and a 27-slide Google Slides presentation. With our tutorial, your students will learn how to write Python code to create a text-based adventure game, a classic ga
Preview of Python programs - using Block coding - For beginners

Python programs - using Block coding - For beginners

This bundle is a boon for teachers who are just starting to teach/learn Python. Instead of directly coding using the text based language, the documents in this bundle gives details on how to use block coding to learn python (using a tool called Edublocks). This makes it very easy and simple for beginners to get used to Python in just 15 to 20 days This bundle comprises of the following 1. A very useful presentation for teachers to be used in class 2. A detailed code document containing complete
Preview of Introduction to Strings in Python Programming  | Complete Coding Lesson.

Introduction to Strings in Python Programming | Complete Coding Lesson.

Created by
CodeHive DIY
This lesson provides a beginner-friendly introduction to strings in Python. Learners will discover what strings are, how to create them using single or double quotes, and why they are essential for managing and manipulating text in programming. This lesson lays the groundwork for working with text-based data in Python through simple, easy-to-follow examples. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teach and quick f
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 Python Basics: All About Lists

Python Basics: All About Lists

Welcome to part two of our Python Basics Tutorial (Lists), designed to help teachers introduce their students to the essential concepts of Python lists in a fun and engaging way! Our tutorial is a comprehensive and interactive learning resource that includes a 6-page PDF worksheet with an answer guide and a 30-slide Google Slides presentation. With our tutorial, your students will learn the fundamentals of Python lists, including how to create and manipulate lists, and how to use them in pract
Preview of Java  Basics String Output Editable Coding Activities & Assessments

Java Basics String Output Editable Coding Activities & Assessments

Created by
Computer Corner
You've just started to teach Java 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 Java 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. This resource was written for any Java compiler!Materials have also been modified in English (UK) where necessary.Duration: Two 75-minute periods. This package includes: ✔ A Package Description ✔ Answer
Preview of Ready To Program Java 1 String Output Editable Coding Activities & Assessments

Ready To Program Java 1 String Output Editable Coding Activities & Assessments

Created by
Computer Corner
You've just started to teach Java 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 Java 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. This resource was written for Ready To Program Java!Materials have also been modified in English (UK) where necessary.Duration: Two 75-minute periods. This package includes: ✔ A Package Description ✔ Ans
Preview of Ready To Program Java 3 Numeric Variables 3 Version Coding Activities/Assessment

Ready To Program Java 3 Numeric Variables 3 Version Coding Activities/Assessment

Created by
Computer Corner
Variables hold the data. But understanding how they work and exactly what they can hold is extremely important to a coder. This activity introduces numeric variables first. Java 4 String Class then introduces variables and class methods. This resource was written for Ready To Program Java!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 intera
Preview of Python Escape Room - The Primal Riddle (Repo Included)

Python Escape Room - The Primal Riddle (Repo Included)

This virtual escape room repository is meant to teach students or adults how to use for loops to generate prime numbers. Then, they have to devise a way to use those numbers to decrypt a coded phrase using for loops as well. The engaging part about this activity is its interactivity and storyline; For adaptations, contact the creator. 1. Find the primes 2. Escape the Room
Preview of Ready To Program Java 4 String Class Editable Coding Activities & Assessments

Ready To Program Java 4 String Class Editable Coding Activities & Assessments

Created by
Computer Corner
This has to be one of the most important classes in Java! Understanding classes, their variables and methods is the key to understanding Object Oriented Programming. Although this activity just brushes the surface of the String class complexity, it does provide a solid foundation that other resources built upon. This resource was written for Ready To Program Java!Duration: One 75-minute period. This package includes: ✔ A Package Description ✔ Answer Keys ✔ 13 PowerPoints⭐ ✔ 1-Page Student Handou
Preview of Java Basics Numeric Variables 3 Version Coding Activities & Assessments

Java Basics Numeric Variables 3 Version Coding Activities & Assessments

Created by
Computer Corner
Variables hold the data. But understanding how they work and exactly what they can hold is extremely important to a coder. This activity introduces numeric variables first. Java 4 String Class then introduces variables and class methods. This resource was written for any Java compiler!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 interactio
Preview of Ready To Program Java 3 Numeric Variables Editable Coding Resource

Ready To Program Java 3 Numeric Variables Editable Coding Resource

Created by
Computer Corner
Variables hold the data. But understanding how they work and exactly what they can hold is extremely important to a coder. This activity introduces numeric variables first. Java 4 String Class then introduces variables and class methods. This resource was written for Ready To Program Java!Duration: One 75-minute period. This package includes: ✔ A Package Description ✔ Answer Keys ✔ 7 PowerPoints⭐ ✔ 1-Page Student Handout + Assessment ✔ 1 Student Activity ✔ 1 Assessment + ◆  1 Alternate Assessm
Showing 1-24 of 6,500+ results