TPT
Total:
$0.00

Python Turtle

38 results
Preview of Python Reference Guide | Easy to Use | Grades 5 - 12+

Python Reference Guide | Easy to Use | Grades 5 - 12+

Created by
Tech Savvy Code
Give your students the ultimate Python reference they'll actually use! This 29-page Python Basics Cheat Sheet covers everything students need to read, write, and debug Python code with confidence — from their very first variable to file handling and popular modules. Every section is clearly organized, student-friendly, and packed with real code examples that work. What's inside:Basic Syntax — comments, print statements, variables, and data typesOperations & Strings — arithmetic, string methods,
Preview of Python Procedure feedDino ( ) -- Computer Science Poster

Python Procedure feedDino ( ) -- Computer Science Poster

Created by
CeciliaJohnson
Make coding with functions and conditionals fun and relatable with this Python procedure featuring dinosaurs. This resource includes a beginner-friendly example of a function that uses selection to determine a dinosaur's diet. This poster features definition of procedures, use of arguments, print statements and basic logic perfect for introducing or reinforcing procedures with parameters and decision-making in Python, great for AP CSP, intro to Python units, or themed coding activities! INCLUDE
Preview of Python List Methods with Dinos

Python List Methods with Dinos

Created by
CeciliaJohnson
Making coding concepts memorable and fun with this dinosaur-themed Python List Methods poster! Perfect for middle and high school computer science classrooms, this color visual introduces commonly used Python list methods -- like .append(), .remove(), .insert, etc. -- alongside playful dinosaur illustrations that make the methods approachable and memorable for students! Great for visual learners and classroom display, this poster helps students reinforce key syntax and functionality at a glance
Preview of Choosing Lists in Python Programming | Complete Coding Lesson

Choosing Lists in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using Lists 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 Lists as their preferred data type for storing and managing ordered collections 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
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 - 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 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 - 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 - 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 Choosing Dictionaries in Python Programming | Complete Coding Lesson

Choosing Dictionaries in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using Dictionaries 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 Dictionaries as their preferred data type for storing and managing key-value pairs in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teach
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 Choosing Floats in Python Programming | Complete Coding Lesson

Choosing Floats in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using Floats 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 Floats as their preferred data type for representing decimal and fractional numbers in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teach and q
Preview of Choosing Frozensets in Python Programming | Complete Coding Lesson

Choosing Frozensets in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using Frozensets 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 Frozensets as their preferred immutable data type for handling unordered collections without duplicates in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for
Preview of Choosing namedtuple in Python Programming | Complete Coding Lesson

Choosing namedtuple in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using namedtuple 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 namedtuple as their preferred way to create lightweight, immutable data structures in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to teach an
Preview of Choosing Booleans in Python Programming | Complete Coding Lesson

Choosing Booleans in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using Booleans 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 Booleans as their preferred data type 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 learners to learn. ****************
Preview of Choosing None Type in Python Programming | Complete Coding Lesson

Choosing None Type in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using the None Type 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 None as a meaningful data type or placeholder 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 learners to learn. **
Preview of Choosing Integers in Python Programming | Complete Coding Lesson

Choosing Integers in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using Integers 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 Integers as their preferred data type for representing whole numbers 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 Range in Python Programming | Complete Coding Lesson

Choosing Range in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using Range 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 Range as their preferred data type or tool 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 learners to learn. *************
Showing 1-24 of 38 results