TechnoTurtle

A curriculum unit using Python and the Turtle library to program spirographs, mad libs, mazes, and games. Elementary students learn to code loops and variables, apply conditional logic, and debug to fix errors.

teaching Python on Chromebooks

Teaching Python on Chromebooks is Easy with Trinket

When teaching Python on Chromebooks it can be difficult to find an extension that allows students to easily write, edit, run, and save their programs. There are a few extensions available, however often they do not import Libraries such as Turtle or display images, which makes some programming activities for beginners impossible to complete. A […]

Teaching Python on Chromebooks is Easy with Trinket Read More »

collaboration and coding

Collaboration and Coding is Fun and Fosters Team Work

Collaboration and coding are two skills a successful programmer seamlessly merges together to design high quality programs. Programming requires teamwork. In fact, to build and deploy a program involves many people that have a diverse skill set. Collaboration and Coding Prepares Students for the Workplace To get student ready for STEM careers, teachers should include

Collaboration and Coding is Fun and Fosters Team Work Read More »

Teach Debugging to Beginners to Build Confidence

It is important to teach debugging to beginners right away. Debugging is when a programmer finds “bugs” or errors in their code and fixes them to improve the program. This is an essential programming skill. So much so, that it should be taught at the beginning of a coding unit. Where Are the Debugging Strategies

Teach Debugging to Beginners to Build Confidence Read More »

Techniques to Teach Debugging Strategies

When designing a Python programming unit, include lessons with techniques to teach debugging strategies. Debugging is the ability to find and fix errors in code. It is a vital skill for young programmers to master. Don’t hope that students will discover these strategies on their own. Instead, guide them through proven methods. Explicit Strategy Instruction

Techniques to Teach Debugging Strategies Read More »

Python Debugging Strategies for Beginners

Explicitly teaching Python debugging strategies provides students with a toolkit of techniques. The same debugging strategy cannot be applied to every problem. Provide students with a multitude of strategies and explain when they are most effective. This will enable programmers to thoughtfully debug their programs using a toolkit full of techniques. 10 Python Debugging Strategies

Python Debugging Strategies for Beginners Read More »

Teach Debugging Strategies

Reasons To Explicitly Teach Debugging Strategies in Python

Teach debugging strategies to beginners. This will enhance the learning experience. The instruction should be evident and apparent to the students. Instead of hoping that young programmers will discover techniques, guide them through proven methods to find and fix errors. 10 Reasons to Teach Debugging Strategies There are many benefits to deliberately teaching debugging strategies

Reasons To Explicitly Teach Debugging Strategies in Python Read More »

Python Variables and Offline Coding Exercise

Young programmers need to understand the purpose of Python variables. In a program, variables store values that can change. They are very powerful. They can be used to count, create lists, store user input, report information, personalize the user experience, trigger an action, calculate amounts, and more! One of the best ways to learn about

Python Variables and Offline Coding Exercise Read More »

Teach Python Using the Turtle Library

Teach Python using the Turtle Library to ignite an interest in STEM. Python is a popular text-based programming language. It is used every day by programmers. The Turtle Library is a collection of functions used to control a robotic Turtle. The commands can be combined with Python to build programs that create stunning artwork and

Teach Python Using the Turtle Library Read More »

Scroll to Top