TPT
Total:
$0.00

Python Turtle - Page 3

307 results
Filters
Standard
Language
Preview of Basic Graphics using Python Turtle Editable Resource Package

Basic Graphics using Python Turtle Editable Resource Package

Created by
Computer Corner
Kids have always found simple text output boring. I found the best way to hook kids into coding was graphics. When they found they could make the computer draw things they were mesmerized for hours. These activities introduce Turtle's graphics functions one at a time until kids are combining them to create simple still-life pictures. As an added bonus, the Turtle module output uses a cartesian coordinate system so while they're having fun they are also practising their math skills. And built-in
Preview of Intro to Python Programming - Python Turtle Graphics - Level 2

Intro to Python Programming - Python Turtle Graphics - Level 2

Created by
Damien Fegan
Hi all! Level Two - 5 Lessons - At least 45-120 minutes each Aimed at 10-17 year olds - No Prior Coding Knowledge needed With Starter Templates and Complete examples! I've been teaching computer coding to students aged 8-18 for the past few years, and these lessons always went down a treat! Having completed Level One, students will continue to broaden their understanding of the Python programming language. At this stage, it is hoped that students will have transitioned to proper typed code with
Preview of Frankenstein's Monster Halloween Turtle Python Programming Activity

Frankenstein's Monster Halloween Turtle Python Programming Activity

Created by
The Code Campus
My students love these and I got some great feedback and requests for others. I think this is my favourite of the entire Halloween drawing in Turtle python tasks
Preview of Using If Statements To Error Trap Input in Python Turtle Editable Resource Pkg

Using If Statements To Error Trap Input in Python Turtle Editable Resource Pkg

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. Duration: Three 75-minute periods. This package includes: ✔ A Package Description ✔ Answer Key ✔ 10 PowerPoints⭐ + Resource Notes ✔ 1 PowerPoint⭐ English UK ✔ 8-Page Student Handout + Assessment ✔ 3
Preview of Python Turtle Halloween Drawing Activities

Python Turtle Halloween Drawing Activities

Created by
The Code Campus
Combining my Halloween turtle drawing activities - Frankensteins Monster - Witch - Pumpkin / Jack-o-Lantern - Spider Web
Preview of More String Functions in Python Turtle 3 Version Resource Package

More String Functions in Python Turtle 3 Version Resource Package

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 Turtle. 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 Python Turtle Graphics and For Loop Test Editable Resource Package

Python Turtle Graphics and For Loop Test Editable Resource Package

Created by
Computer Corner
Is your lab packed with computers and no other tables? It was so easy for kids to copy someone else's test answers in my room. So, I created four unique tests for every unit. Each test covers Turtle's graphics functions, the for loop structure and other related concepts from the five preceding resources, but the questions/answers/pages might be scrambled. Even the code or output questions are different. This also gives you lots of flexibility. You can use all the tests in the same class, each te
Preview of Introduction To File Input Output in Python Turtle Editable Activities

Introduction To File Input Output in Python Turtle 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 Turtle. 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 ✔ 14-Page Student Handout + 1 Assessment ✔ 3 Student A
Preview of Python Turtle Basic Graphics Functions Test Editable Resource Package

Python Turtle Basic Graphics Functions Test Editable Resource Package

Created by
Computer Corner
Is your lab packed with computers and no other tables? It was so easy for kids to copy someone else's test answers in my room. So, I created four unique tests. Each test covers Python Turtle's basic graphics functions from Python Editable Activities & Assessments Using Turtle's Basic Graphics Functions Resource Package. The questions/answers/pages on each test are different to reduce plagiarism. Even the code or output questions are different. This also gives you lots of flexibility. You can
Preview of Python Turtle Workbook

Python Turtle Workbook

Created by
Geek Tutorials
This 27-page workbook is targeted towards beginner programmers who are learning to use Python. The Turtle module is a feature of Python that allows you to draw graphics on to the screen - and is a much more engaging way to teach coding than through the use of boring old text. This workbook contains: * Links to 15 short and sharp video tutorials (all made by this author - they can be found on YouTube at - https://tinyurl.com/yyul3er8). The code is provided for teachers in a separate file. * 17 pr
Preview of [PYTHON TURTLE] BLM Black History Month Programming Activity

[PYTHON TURTLE] BLM Black History Month Programming Activity

Created by
The Code Campus
BLM Activity Teacher Guide: This is an introductory lesson that I recently created as part of our celebrations of BLM / Black History Month which has been well received and enjoyed by students. I start lessons with students creating trinket accounts (free) and share the link to the start point. This would work well for Math department too. We discuss cartesian coordinates and often try to give instructions to someone blindfolded to draw the shape from others instructions which often yields gr
Preview of Thanksgiving Turkey Drawing in Turtle Python

Thanksgiving Turkey Drawing in Turtle Python

Created by
The Code Campus
My thanksgiving themed python turtle drawing activity
Preview of Adding Images and Sound in Python Turtle Editable Resource Package

Adding Images and Sound in Python Turtle Editable Resource Package

Created by
Computer Corner
Images can be either background or foreground in Turtle. Turtle can also easily play music and access the Windows system sounds. Materials have also been modified in English (UK) where necessary.Duration: Two 75-minute periods. This package includes: ✔ A Package Description ✔ Answer Key ✔ 6 PowerPoints⭐ + Resource Notes ✔ 9-Page Student Handout + 2 Assessments ✔ 5 Student Activities ✔ 2 Assessments ◆ 2 Alternates with a KICA* marking scheme ◆ 1 Alternate Version English (UK) ◆ 1 Alternate
Preview of Python Lesson 9: Intro to Python Turtle

Python Lesson 9: Intro to Python Turtle

Created by
STEM Stash
This is the ninth lesson in my Python unit. It includes many, many Python Turtle commands There a small embedded movies that show what each command does (That is also why it is a little more expensive) *Note: this is Python version 3 This is the video that I use to teach a version of this lesson: https://www.youtube.com/watch?v=WmDvxNbr85E&index=9&list=PLZbGM21O9Wq_W27KcT-_yROyXvsNqrDFh&t=0s
Preview of Creating a Halloween Pumpkin using Python and the Turtle Graphics Library

Creating a Halloween Pumpkin using Python and the Turtle Graphics Library

Created by
csteachian
This interactive Python tutorial guides students step-by-step through creating a pumpkin carving animation using the turtle graphics module. Students start by drawing a simple pumpkin shape, then add carved features like eyes, nose, and mouth. The tutorial builds programming skills by introducing functions to encapsulate reusable pieces of code. Later sections cover animation techniques using loops, arrays, timing functions, and randomisation. The end result is a flickering pumpkin lantern that
Preview of Python Turtle Drawing Spider Web Halloween Activity

Python Turtle Drawing Spider Web Halloween Activity

Created by
The Code Campus
I can't keep up with demand for ideas from my students for these. They absolutely love them. A great lesson and a fun way to introduce complex concepts like loops, nested loops and variables!
Preview of Python Turtle Exercise #1: Snowflake pattern

Python Turtle Exercise #1: Snowflake pattern

Created by
STEM Stash
This assignment is meant to be used directly after I teach Lesson 9 that introduced Python Turtle. https://www.teacherspayteachers.com/Product/Python-Lesson-9-Intro-to-Python-Turtle-4017256 Answer key included
Preview of User Input Basics for Python Turtle Editable Resource Package

User Input Basics for Python Turtle Editable Resource Package

Created by
Computer Corner
User input is the key to writing an interactive program. The Turtle module handles user input very differently than Python. This resource is for Python users who want to add to their skills with the Python Turtle module. Duration: Two 75-minute periods. This package includes: ✔ A Package Description ✔ Answer Keys ✔ 7 PowerPoints⭐ + Resource Notes ✔ 3 Student Activities ✔ 1 Assessment + ◆ 1 Alternate with a KICA* marking scheme ✔ 1 Rubric (including a KICA* version) ✔ 1 Student Reflections &
Preview of Handling Mouse Events in Python Turtle Editable Resource Package

Handling Mouse Events in Python Turtle Editable Resource Package

Created by
Computer Corner
What's the point of using a GUI if you can't use the mouse as an input device? Kids learn how to access mouse coordinates and create clickable programs. Duration: One 75-minute period. This package includes: ✔ A Package Description ✔ Answer Key ✔ 2 PowerPoints⭐ + Resource Notes ✔ 2 Student Activities ✔ 5-Page Student Handout + 1 Assessment ✔ 3 Student Activities ✔ 1 Assessment ◆ 1 Alternate with a KICA* marking scheme ✔ 1 Rubric ◆ 1 Alternate with a KICA* marking scheme ✔ 1 Code Exemplar ⭐ G
Preview of Python Coding Distance Learning Turtle Animation Activities & Videos

Python Coding Distance Learning Turtle Animation Activities & Videos

Created by
Computer Corner
** UPDATED for Distance/Online Learning with EMBEDDED VIDEOS! **✨ Perfect for independent learners. ✨Combining Python turtle graphics functions with for loops can create imaginative animations. This package combines graphics commands, with repetition to create an animated story. Materials have also been modified in English (UK) where necessary.Duration: Seven 75 minute periods. This package requires NO PREP!Distance/Online Learning Option:⚡ 12 Embedded Videos⚡ 2 Embedded Videos English (UK)✔ Py
Preview of An introduction to Python Turtle through coding amazing patterns

An introduction to Python Turtle through coding amazing patterns

Created by
Barrie James
I introduce students to programming through Scratch, and then extend this into the world of text based coding through Python Turtle and then, Python. The lessons use Trinket as a simple interface for entering and running Python code - no downloads required. The students are introduced to Python coding in the context of creating amazing patterns. In so doing, they become familiar with the commands and the syntax, and learn to debug errors they will inevitably have made. There is enough mater
Preview of Turtle Python Programming Halloween Witch Drawing

Turtle Python Programming Halloween Witch Drawing

Created by
The Code Campus
This is an end of term holiday task that I use with many year groups of students. The older students still enjoy it, as they add in more unique features and challenges. It is used as a fun exercise around Halloween to revise some Python skills in a fun setting. Include links to trinket coding start point for students as well as the completed activity. Lots of room for additional challenge to stretch this out over a few more lessons.
Preview of Python Coding Distance Learning Turtle Basic Graphics Activities Videos

Python Coding Distance Learning Turtle Basic Graphics Activities Videos

Created by
Computer Corner
** UPDATED for Distance/Online Learning with EMBEDDED VIDEOS! **✨ Perfect for independent learners. ✨ The Python Turtle module has many basic graphics functions that output simple graphic shapes on the turtle window. The best thing about games is the graphics. Kids love to learn how to draw through coding and as a bonus, this will also reinforce their co-ordinate math skills. Materials have also been modified in English (UK) where necessary.Duration: Seven 75 minute periods. This package re
Preview of One Becomes Many: Madam C.J. Walker’s Recursive Empire in Python Turtle

One Becomes Many: Madam C.J. Walker’s Recursive Empire in Python Turtle

Turn a single line of code into a digital empire! This two-part series shows how Madam C.J. Walker scaled her haircare system just like a recursive function. Using Python Turtle graphics, students will grow a fractal legacy tree that mirrors how her 1920s agents spread her vision across the nation. Teachers, this lesson is a beautiful blend of history and high-tech logic. Students will master how functions call themselves to create complex growth from a simple seed. It is the perfect way to make
Showing 49-72 of 307 results