TPT
Total:
$0.00

Computer Programming

130+ results
Filters
Standard
Language
Preview of python programming computer coding worksheets : loop explanation algorithm

python programming computer coding worksheets : loop explanation algorithm

Python coding worksheets on loops & algorithms! Perfect for beginners—includes explanations, exercises & answer keys. Digital/printable.
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 Unplugged Coding St. Patrick's Day STEM Activity Computer Science Binary Puzzles

Unplugged Coding St. Patrick's Day STEM Activity Computer Science Binary Puzzles

Need a last minute unplugged coding activity or STEM enrichment for St. Patrick's Day? These leveled activities include binary coding puzzles plus unplugged directional coding with conditional statements! 🍀 What You'll Get 🍀 Unplugged Coding for St. Patrick's Day includes 3 levels of printable directional coding challenges: Simple maze: Students follow 3 conditional statements and draw a path through the maze)Intermediate maze: Students follow the rules of 4 conditional statements and code
Preview of Unplugged Coding STEM Challenge Intro to Code & Computer Science

Unplugged Coding STEM Challenge Intro to Code & Computer Science

This is a NO-tech, unplugged coding activity that provides an introduction to coding with directional and conditional statements. ✅ What You'll Get ✅ Challenge PosterDescription and teacher notesPhoto example5 "Talk Like an Engineer" word cards with relevant vocabulary **includes link to QuizletTalk Like an Engineer PosterGraphic organizers (includes Google Slides versions)Engineering ReportRubric and Self-Evaluation OptionCode Creator Cards - 60+ cards for students to build their code! Includ
Preview of Bucket Filler Activities - 3 STEM Challenges & Computer Science Activity

Bucket Filler Activities - 3 STEM Challenges & Computer Science Activity

Whether you are looking for a back to school bucket filling activity or a hands-on way to introduce or reinforce this classroom kindness concept, your students will complete 3 STEM challenges and a computer science activity (unplugged or digital with Google Slides). These activities are able to be completed in the classroom or in a distance learning environment. While STEM is better if completed in teams, these activities may be done alone by students as well. This a a great back to school act
Preview of Unplugged Coding Activities - Crayon Theme Directional No Tech Computer Science

Unplugged Coding Activities - Crayon Theme Directional No Tech Computer Science

Explore the basics of directional coding and conditional statements even if you don't have tech available! These simple maze-style coding puzzles are the perfect introductory coding activity. Contents3 leveled, unplugged coding pages (provided in color and black and white) - choose one or complete all 3Sample completed code for one maze (answers will vary).*** Please note this resource is also included in Bookshelf STEM Jr - The Day the Crayons Quit so please do not purchase both.
Preview of Black History Month Activities A Computer Called Katherine Johnson Polygons

Black History Month Activities A Computer Called Katherine Johnson Polygons

STEM activities with a math and coding focus that celebrate Katherine Johnson; these activities pair with the read aloud A Computer Called Katherine. These challenges are perfect for Women's History Month or Black History Month. Students will explore polygons in a hands-on shapes activity which includes creating polygons and plotting simple coordinates to make polygons. Unplugged coding and a STEM building challenge are also included (see below). Students will have a chance to count like Kathe
Preview of Makecode Microbit Radio Codes for a Computer Science Class

Makecode Microbit Radio Codes for a Computer Science Class

Explore coding easily! Your computer science students can have fun writing radio codes for their micro:bits! Students will use free software https://makecode.microbit.org to code using JavaScript based code blocks. Coding fits into a computer science classroom, a gifted classroom, homeroom, RTI classes, after-school groups, beginning robotics, or any other STEM program. A micro:bit is not necessary, but makes the codes come to life if you have some to use. This product explains how to use
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 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 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 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 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 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 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 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 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. ******************
Preview of Choosing memoryview in Python Programming | Complete Coding Lesson

Choosing memoryview in Python Programming | Complete Coding Lesson

Created by
CodeHive DIY
Teach your students everything they need to know before choosing and using memoryview 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 memoryview as their preferred approach for efficient data handling and buffer manipulation in coding. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to
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 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
Showing 1-24 of 130+ results