TPT
Total:
$0.00

Python Turtle

130 results
Filters
Standard
Language
Preview of Complete Python Programming Curriculum for Classrooms | Everything for Teachers

Complete Python Programming Curriculum for Classrooms | Everything for Teachers

This Complete Python Programming Step-by-Step Curriculum is a full, structured pathway that takes students from computer science basics to writing real, object-oriented Python programs. Built for teachers who want clarity, progression, and zero gaps, this bundle removes overwhelm and delivers everything needed to teach Python with confidence────────── ⋆⋅☆⋅⋆ ────────── What’s Included💡 Complete Python Curriculum Slide Decks (PPT + PDF) 💡 Computer Science foundations + Python fundamentals
Preview of The Journey of Tika the Sea Turtle

The Journey of Tika the Sea Turtle

This interdisciplinary unit study introduces students to the life of a sea turtle through the story of Tika the Sea Turtle. Using science, literacy, math, and STEM learning experiences, students explore how animals use adaptations and behaviors to survive in specific habitats and ecosystems. The unit begins with an engaging informational narrative that follows Tika from hatching on a nesting beach along the Florida coast to migrating through the Atlantic Ocean and eventually returning to
Preview of AP Computer Science Principles - Labs and Projects (Python)

AP Computer Science Principles - Labs and Projects (Python)

This contains all labs and projects posted on TPT meant for a Python-based AP Computer Science Principles class. Contains labs for Basic I/OStrings & FunctionsDecision StatementsPygameLoopsListsas well as three projects. Each lab and project has a PDF of instructions and .py files corresponding to instructor solution codes.
Preview of Python Coding For Beginners | Lessons, Projects, & Exercises | Levels 1 & 2

Python Coding For Beginners | Lessons, Projects, & Exercises | Levels 1 & 2

Created by
Cyber Wiz
Make teaching Python easy, organized, and engaging with this Python Programming Bundle, featuring classroom-ready resources designed to help students build real coding confidence. Whether you’re introducing Python for the first time or reinforcing key concepts, these editable resources help students learn how to think like programmers and fix code like pros. What’s IncludedPython Escape Room Mystery Practice debugging syntax and logical errorsHands-on practice running codePython Troubleshooting
Preview of Turtles, Tortoises, and Terrapins Lapbook / Interactive Notebook - EBOOK

Turtles, Tortoises, and Terrapins Lapbook / Interactive Notebook - EBOOK

We usually refer to them all as "Turtles" but turtles, tortoises, and terrapins are very different creatures. Create a fun, hands-on project while studying these different types of Chelonians. A complete Study Guide is included. This product was designed for K-8th grade students but could easily be adjusted for younger or older students as well. This ebook format includes a downloadable PDF file. Just follow the instructions, cut, fold, glue, and create! Print as many as you need for your own
Preview of Python Essentials – 6‑Lesson Course & Challenges (Y7–Y8)

Python Essentials – 6‑Lesson Course & Challenges (Y7–Y8)

Created by
Human Curiosity
Give your Y7–Y8 students a solid, no‑stress introduction to Python with a complete 6‑lesson course and ready‑made coding challenges. This bundle is designed for teachers who want a structured, engaging Python unit without spending hours planning. You get a full 6‑session course (teacher guide + slideshow) plus a set of classroom‑tested challenges and a design journal for students. Together, they cover the key foundations of Python: variables, input, conditions, loops and simple problem‑solving t
Preview of TURTLES: AN ASSESSMENT/SUMMER CAMP, GRADES 6-12, MG & BIOLOGY

TURTLES: AN ASSESSMENT/SUMMER CAMP, GRADES 6-12, MG & BIOLOGY

This assessment has 20 t/f statements and an extra credit opportunity. There are many interesting facts about turtles covered in this assessment. Turtles have been on Earth for about 260 million years! An answer key is provided. Thanks for visiting and supporting our humble shop. Excelsior!
Preview of Turtle Logic Puzzle

Turtle Logic Puzzle

Turtles in Trouble is a Matrix Grid Logic Puzzle. In this fun brain teaser students use critical reading and deduction to discover which of the 8 students did or is doing which of the 8 acts to help save the turtles. It's a deal at only $1.50. Great for early finishers or centers. Critical reading, elimination and problem solving are the heart of this activity which can be used for early finishers or as a support resource for your environmental lessons, perfect for Earth Day activities! A
Preview of Python Coding For Beginners | Lesson 1 | Editable Presentation & Exercises

Python Coding For Beginners | Lesson 1 | Editable Presentation & Exercises

Created by
Cyber Wiz
Python coding lessons for beginners made simple! This editable and student-friendly resource introduces the basics of Python programming step by step, including variables, loops, lists, functions, and input/output. Designed for middle and high school computer science classes, this resource combines clear explanations with interactive practice so students learn by doing. What’s IncludedEditable Presentation Slides – introduce key Python coding concepts with examplesStep-by-Step Guided Activities
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 Choosing Functions in Python Programming | Complete Coding Lesson

Choosing Functions in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using Functions 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 Functions as their preferred way to create reusable, organized, and efficient code in programming. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to tea
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 Ninja Turtle Token Board

Ninja Turtle Token Board

Created by
Shelly Domingo
This behavior ninja (Ninja Turtle) token board can be used to increase desired behaviors and compliance. This can be used in a variety of ways. DIRECTIONS: 1) Print and laminate page 1 2) Print, cute out objects on page 2 and laminate. 3) Add velcro dots to the board (top and bottom) and the object/token. As students display desired behavior/compliance, move the object from the bottom to the top table. Once students earn all 5 tokens/objects, student should be rewarded and then the process b
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 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 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. *************
Preview of Choosing Strings in Python Programming | Complete Coding Lesson

Choosing Strings in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using Strings 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 Strings 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. ******************
Showing 1-24 of 130 results