Instructional Video3:30
Curated Video

Introduction to Computer Programming with Python

Pre-K - Higher Ed
This video explains the concept of computer programming by comparing it to following a recipe to create a dish. It emphasizes the importance of computer programs in everyday tasks and the benefits of learning to program.
Instructional Video6:59
Curated Video

ChatGPT and Prompt Engineering With Advanced Data Analysis - Creating a Computer Program and Debugging

Higher Ed
In this video, you will learn to use ChatGPT to create a computer program and effectively debug it. We will use ChatGPT's capabilities to generate code snippets, optimize algorithms, and identify and fix bugs, leveraging ChatGPT3 as a...
Instructional Video5:13
Curated Video

Describe computer programming : Basic Python Syntax

Higher Ed
From the section: Introduction to Python. In this section we look at Python's fundamental, built-in data structures, and discuss how and when to use them. This video will give you an overview of the Basic Python syntax. • Set up a...
Instructional Video3:47
Curated Video

Describe computer programming : Basics of Python

Higher Ed
From the section: Introduction to Python. In this section we look at Python's fundamental, built-in data structures, and discuss how and when to use them. This video will walk you an overview about the Python. • Go to the Python.org...
Instructional Video13:42
Curated Video

Test a computer program or algorithm : Creating Errors in Python

Higher Ed
From the section: Errors in Python. This section introduces you to errors in Python. This video explains how to create errors in Python.
Instructional Video6:15
Curated Video

Fix the errors in a computer program or algorithm : Errors and Exceptions

Higher Ed
From the section: Advanced Python. This section helps to understand about OOP, classes, class interface etc. We will dive into learning Advance Python Errors happen. You can NOT avoid them. It's a fact of life, your programs will have...
Instructional Video1:29
Curated Video

Describe computer programming : The Course Overview

Higher Ed
From the section: Introduction to Python. In this section we look at Python's fundamental, built-in data structures, and discuss how and when to use them. This video will give you an overview about the course.
Instructional Video5:12
Curated Video

Describe computer programming : Variables and Data Types

Higher Ed
From the section: Introduction to Python. In this section we look at Python's fundamental, built-in data structures, and discuss how and when to use them. This video will give you an overview of the variables and data types. • Create...
Instructional Video13:13
Curated Video

Test a computer program or algorithm : Intro to Errors in Python

Higher Ed
From the section: Errors in Python. This section introduces you to errors in Python. This video provides an introduction to errors in Python.
Instructional Video12:19
Curated Video

Fix the errors in a computer program or algorithm : Catching Exceptions

Higher Ed
From the section: Advanced Python. This section helps to understand about OOP, classes, class interface etc. We will dive into learning Advance Python When you get an error, you need to "handle" it so your code doesn't crash.
Instructional Video3:07
Maddie Moate

Why is it so hard to catch a fly? | The Robot Zoo | Maddie Moate

K - 5th
Why is it so hard to catch a fly?! We find out at The Robot Zoo! Join me and Greg as we answer some curious animal questions using the awesome Robot Zoo animals as our guides. Thank you to The Horniman Museum for letting us film the...
Instructional Video4:32
Curated Video

Describe computer programming : Reading from and Writing to the Console

Higher Ed
From the section: Introduction to Python. In this section we look at Python's fundamental, built-in data structures, and discuss how and when to use them. This video will give you an overview about how to read from and write to the...
Instructional Video3:40
TED-Ed

TED-Ed: How we see color - Colm Kelleher

Pre-K - Higher Ed
There are three types of color receptors in your eye: red, green and blue. But how do we see the amazing kaleidoscope of other colors that make up our world? Colm Kelleher explains how humans can see everything from auburn to aquamarine.
Instructional Video8:05
Packt

Use functions or APIs from external libraries to develop a computer program : Creating a Package

Higher Ed
From the section: Advanced Python. This section helps to understand about OOP, classes, class interface etc. We will dive into learning Advance Python Learn how to create your own local package for your Python programs!
Instructional Video8:17
Curated Video

Develop a computer program to solve a problem using a sequence of instructions : If statements

Higher Ed
From the section: A Full Python Refresher. This section is about Python Refresher and includes lectures on Variables in Python, Methods, List, tuple and sets. A Full Python Refresher: If statements
Instructional Video7:20
Packt

Use functions or APIs from external libraries to develop a computer program : Name and Main

Higher Ed
From the section: Advanced Python. This section helps to understand about OOP, classes, class interface etc. We will dive into learning Advance Python Why does "Name and Main" sound like a steakhouse? It has nothing to do with steak. But...
Instructional Video4:28
Curated Video

Implement arithmetic operations in a computer program : Arithmetic operators in Python: Python Basics

Higher Ed
From the section: Setting up Python and Jupyter Notebook. This section gets you started with Python. This section will help you set up the python and Jupyter environment on your system and it'll teach you how to perform some basic...
Instructional Video11:07
Curated Video

Develop a computer program to solve a problem using control structures : Loops in Python

Higher Ed
From the section: A Full Python Refresher. This section is about Python Refresher and includes lectures on Variables in Python, Methods, List, tuple and sets. A Full Python Refresher: Loops in Python
Instructional Video7:18
Curated Video

Develop a computer program to solve a problem using control structures : For Loops

Higher Ed
From the section: Python Crash Course. In this section, the author covers Python and provides a crash course on this. Python Crash Course: For Loops
Instructional Video4:42
Curated Video

Intro To Python Programming - Python Sets

Pre-K - Higher Ed
Sets are another fundamental Python data structure. In this video, you'll learn to work with sets where each value in the structure must be unique.
Instructional Video12:17
Packt

Create a computer network: Python Netmiko Library

Higher Ed
From the section: Interacting with Classic Network Devices. In this section, we will look at how to interact with classic network devices with Python libraries. We will explain what we define as classic network devices and use Netmiko...
Instructional Video9:01
Curated Video

Test a computer program or algorithm : Dealing with Python Errors

Higher Ed
From the section: Errors in Python. This section introduces you to errors in Python. This video shows how to deal with Python errors.
Instructional Video10:59
Curated Video

Test a computer program or algorithm : Raising Errors in Python

Higher Ed
From the section: Errors in Python. This section introduces you to errors in Python. This video explains how to raise an error in Python.
Instructional Video11:22
Curated Video

Test a computer program or algorithm : The On-success Block and Re-raising Exceptions

Higher Ed
From the section: Errors in Python. This section introduces you to errors in Python. This video explains the concept of on-success block and re-raising exceptions in Python.