TPT
Total:
$0.00

Basic Function Tables

59+ results
Filters
Preview of Introduction to Coding in Python - 38 LESSONS | Computer Science & Programming

Introduction to Coding in Python - 38 LESSONS | Computer Science & Programming

✤ This Lesson provides a beginner-friendly introduction to coding in Python, tailored for Computer Science and Programming education. Through 38 structured lessons, learners explore key programming concepts such as variables, loops, conditionals, functions, data structures, and file handling. Each lesson is practical, engaging, and designed to build both foundational knowledge and real-world coding skills. ▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧ The Following Are Included in This Curriculum✤ PDF Lessons ✤
Preview of DHCP | CCNA 200-301 Prep and Networking Lessons

DHCP | CCNA 200-301 Prep and Networking Lessons

This lesson is on Dynamic Host Configuration Protocol (DHCP). Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CompTIA Network+, or CCNP), it explains how DHCP automates IP address assignment and network configuration, allowing devices to connect efficiently without manual setup. Things we’ll coverThe purpose of DHCPBasic functions of DHCPConfiguring DHCP in Cisco IOS◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Formats Provided✯ Cisco Packet Tracer Simulation File (.pkt)✯ PPTX (editable
Preview of Domain Name System | CCNA 200-301 Prep and Networking Lessons

Domain Name System | CCNA 200-301 Prep and Networking Lessons

This lesson is on Domain Name System (DNS). Ideal for ICT, Computer Science, Networking, or certification prep (CCNA, CompTIA Network+, or CCNP), it explains how DNS translates domain names into IP addresses, enabling users to access websites and network resources easily using human-readable names instead of numerical addresses. Things we’ll coverThe purpose of DNSBasic functions of DNSConfiguring DNS in Cisco IOS◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ Formats Provided✯ Cisco Packet Tracer Simulation File (
Preview of Stored Procedures and Functions Complete Lesson  | Database Management System

Stored Procedures and Functions Complete Lesson | Database Management System

This lesson provides a complete foundation on Stored Procedures and Functions in MySQL, covering procedure creation, parameters, execution, functions, and real-world database logic implementation. Ideal for Computer Science.Designed to help students understand HOW logic is stored, reused, and secured inside the database, using clear syntax, step-by-step examples, and realistic employee-database scenarios. ────────── ⋆⋅☆⋅⋆ ────────── What’s Included 💡 Full Stored Procedures and Functions
Preview of Practical Use Cases for Every Function in Python | Coding Curriculum [ Bundle ]

Practical Use Cases for Every Function in Python | Coding Curriculum [ Bundle ]

Created by
CodeHive DIY
Teach Your Students Exactly When and Why to Use Every Type of Function in Python Programming and Coding. Most people can define a function. Few know when to use a lambda, how to write async functions, or why a user-defined function matters over a built-in one. This curriculum eliminates the guesswork by showing students exactly how, when, and why to use every kind of function in Python with real-world, practical use cases.≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋ What You Get★ 14 Plug-and-Play
Preview of A Complete Guide to Functions in Python Programming | Complete Coding Lesson.

A Complete Guide to Functions in Python Programming | Complete Coding Lesson.

Created by
CodeHive DIY
This lesson introduces learners to functions in Python programming and coding. It covers the fundamentals of defining and calling functions, working with parameters and return values, and demonstrates how to use Python’s built-in functions to perform specific tasks in a program. 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. ≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋ Ready-to-teach. Zero pr
Preview of Introduction to TCP/IP Basics in Networking and Computer Science [Full Lesson]

Introduction to TCP/IP Basics in Networking and Computer Science [Full Lesson]

This lesson offers a comprehensive introduction to the basics of TCP/IP in Networking and Computer Science. It covers everything learners need to know about the TCP/IP model, its layers, protocols, IP addressing, packet delivery, and basic communication processes. Designed for beginners, this lesson is clear, well-organized, and easy to follow. Every slide is interactive, helping students engage with the material through practical examples and simple explanations. ▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧▧
Preview of When to use async Functions in Python Programming | Complete Coding Lessons.

When to use async Functions in Python Programming | Complete Coding Lessons.

Created by
CodeHive DIY
Teach your students when and why to use async functions in Python programming with this beginner-friendly, ready-to-teach lesson. This resource covers real-world scenarios where asynchronous programming is essential, highlighting the use of async and await for handling non-blocking operations, improving performance in I/O-bound tasks, and building responsive, efficient applications. It provides all the guidance needed to make the learning process smooth and effective, making it easy for t
Preview of When to use Generator Functions in Python Programming | Complete Coding Lessons.

When to use Generator Functions in Python Programming | Complete Coding Lessons.

Created by
CodeHive DIY
Teach your students when and why to use generator functions in Python programming with this beginner-friendly, ready-to-teach lesson. This resource covers real-world scenarios where generator functions are the best choice, highlighting their benefits like lazy evaluation, memory-efficient iteration, and the use of the yield keyword to produce values on the fly without storing them all at once. It provides all the guidance needed to make the learning process smooth and effective, making it
Preview of When to use Lambda Functions In Python Programming | Complete Coding Lessons.

When to use Lambda Functions In Python Programming | Complete Coding Lessons.

Created by
CodeHive DIY
Teach your students when and why to use lambda functions in Python programming with this beginner-friendly, ready-to-teach lesson. This resource covers real-world scenarios where lambda functions are most useful, and explains their advantages such as writing concise, anonymous functions, using functions as arguments, and streamlining code in operations like map(), filter(), and sorted(). It provides all the guidance needed to make the learning process smooth and effective, making it easy f
Preview of When to Use Functions in Python Programming | Complete Coding Lessons.

When to Use Functions in Python Programming | Complete Coding Lessons.

Created by
CodeHive DIY
Teach your students when and why to use functions in Python programming with this beginner-friendly, ready-to-teach lesson. This resource explores real-world scenarios where functions are essential and emphasizes their benefits, including code reusability, organization, modularity, and reducing repetition for cleaner, more efficient programs. 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
Preview of Converting Python Data Types into Strings | Understanding the str() Function

Converting Python Data Types into Strings | Understanding the str() Function

Created by
CodeHive DIY
This lesson introduces learners to the str() function in Python Programming and Coding, which is used to convert other data types into strings. Learners will explore how str() helps format output, concatenate values, and handle data conversion when working with text. 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. ≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋ Ready-to-teach. Zero prep. Engag
Preview of Understanding the input Function in Python programming | Complete Coding Lesson.

Understanding the input Function in Python programming | Complete Coding Lesson.

Created by
CodeHive DIY
This Python programming and coding lesson teaches learners how to receive user input as strings using Python’s built-in input() function. It explains when and how to use input in interactive programs, provides real-world examples, and highlights common issues, such as handling unexpected input types that may cause errors. 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 How to Use the print Function in Python Programming | Complete Coding Lesson.

How to Use the print Function in Python Programming | Complete Coding Lesson.

Created by
CodeHive DIY
This Python programming and coding lesson teaches learners how to display output to the console using Python’s built-in print() function. It explains how to format and structure output effectively, provides real-world examples and highlights common issuesIt 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. ≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋ Ready-to-teach. Zero prep. Engaging content.✪✪✪
Preview of Parameters of the print Function in Python Programming | Complete Coding Lesson.

Parameters of the print Function in Python Programming | Complete Coding Lesson.

Created by
CodeHive DIY
This lesson introduces learners to the various parameters of Python’s built-in print() function. It explains how to use arguments like sep, end, and file to control output formatting and behavior. Through simple examples and hands-on coding, learners will gain a deeper understanding of how to customize printed output for different use casesIt 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 le
Preview of Advanced SQL Queries Complete Lesson | Database Management System [DBMS]

Advanced SQL Queries Complete Lesson | Database Management System [DBMS]

This lesson provides a complete, concept-clear understanding of Advanced SQL Queries, covering aggregate functions, GROUP BY, HAVING, and subqueries for real-world data analysis. Ideal for Computer Science, ICT, IT Fundamentals, Database Systems, and AP CS–aligned courses.Designed to help students understand HOW complex data analysis and reporting is done using SQL, using clear syntax, structured examples, and realistic employee-database scenarios. ────────── ⋆⋅☆⋅⋆ ────────── What’s Inclu
Preview of Understanding Identifiers in Python Programming | Complete Coding Lessons

Understanding Identifiers in Python Programming | Complete Coding Lessons

Created by
CodeHive DIY
This lesson provides a thorough introduction to identifiers in Python. Names used for variables, functions, classes, and more. Learners will understand the rules for creating valid identifiers and how Python distinguishes between Valid and invalid names. The lesson also includes a complete lesson to naming conventions, covering best practices, case styles and adherence to PEP 8 standards. It provides all the guidance needed to make the learning process smooth and effective, making it easy fo
Preview of TED Talk: What’s an Algorithm?- David J. Malan

TED Talk: What’s an Algorithm?- David J. Malan

This TED-Ed companion resource explores the foundational concept of algorithms and how they function in both computers and human thinking. Students will learn about loops, variables, pseudocode, efficiency, and how to test and debug simple algorithms. Ideal for high school and introductory computer science courses, this resource includes 20 discussion questions, an expanded writing prompt, and a debate topic on algorithmic decision-making in modern society. A fun and accessible entry point into
Preview of Relational Model Complete Lesson | Database Management System [DBMS]

Relational Model Complete Lesson | Database Management System [DBMS]

This lesson provides a complete, concept-clear foundation of the Relational Model in DBMS, covering tables, keys, relationships, relational schema, operations, and ER-to-relational conversion. Ideal for Computer Science, ICT, IT Fundamentals, Database Systems, and AP CS–aligned courses.Designed to help students understand HOW real-world databases are structured and implemented before writing SQL, using clear tables, diagrams, schemas, and practical examples. ────────── ⋆⋅☆⋅⋆ ────────── Wh
Preview of TED Talk: Inside your computer- Bettina Bair

TED Talk: Inside your computer- Bettina Bair

This engaging resource breaks down how a computer processes a simple mouse click, helping students understand core concepts like CPU function, memory, and input/output systems. Includes • 20 comprehension and critical thinking questions • Detailed essay prompt • Structured essay with sentence starters • Classroom debate activity • Discussion starters for deeper understanding Grades: 8–12 | Print-and-go
Preview of How to Turn Strings and Floats into Integers in Python Programming and Coding

How to Turn Strings and Floats into Integers in Python Programming and Coding

Created by
CodeHive DIY
This Python programming and coding lesson teaches learners how to convert strings and float numbers into integers using Python’s built-in int() function. It explains when integer conversion is useful, provides real-world examples, and highlights common issues, such as invalid or improperly formatted inputs that can lead to errors. 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 Finding the Length of Data Types in Python Programming | Count It Up!

Finding the Length of Data Types in Python Programming | Count It Up!

Created by
CodeHive DIY
This lesson teaches learners how to find the length of various data types in Python Programming and Coding using the built-in len() function. Students will explore how to count elements in strings, lists, tuples, and other iterable types. 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. ≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋≋ Ready-to-teach. Zero prep. Engaging content.✪✪✪ Bring the power
Preview of How to Convert Python Numbers and Strings into Float Data Type | Need Decimals?

How to Convert Python Numbers and Strings into Float Data Type | Need Decimals?

Created by
CodeHive DIY
This Python programming and coding lesson teaches learners how to convert integers and strings into float (decimal) data types using Python’s built-in float() function. It explains when float conversion is useful, provides real-world examples, and highlights common issues, such as invalid string inputs that may cause errors. 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 How to Check the Data Type of a Value in Python | Data Type Inspection

How to Check the Data Type of a Value in Python | Data Type Inspection

Created by
CodeHive DIY
This Python programming and coding lesson teaches learners how to check the data type of a value or variable using Python’s built-in type() function. It explains why type checking is useful in debugging and data validation, provides real-world examples, and highlights common issues, such as confusing data types or misinterpreting results when dealing with custom objects. It provides all the guidance needed to make the learning process smooth and effective, making it easy for teachers to te
Showing 1-24 of 59+ results