TPT
Total:
$0.00
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 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 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 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 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 Introduction to Python Programming Language and Coding

Introduction to Python Programming Language and Coding

Created by
CodeHive DIY
This lesson serves as an introduction to the Python programming language within the context of computer science. It explains why Python is widely regarded as one of the most popular and versatile programming languages today. Known for its simplicity, readability, and beginner-friendly syntaxIt 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. ≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋ What's Inclu
Showing 1-14 of 14 results