Curated Video
Introduction to Computer Programming with Python
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.
Curated Video
ChatGPT and Prompt Engineering With Advanced Data Analysis - Creating a Computer Program and Debugging
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...
Curated Video
Describe computer programming : Basic Python Syntax
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...
Curated Video
Describe computer programming : Basics of Python
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...
Curated Video
Test a computer program or algorithm : Creating Errors in Python
From the section: Errors in Python. This section introduces you to errors in Python. This video explains how to create errors in Python.
Curated Video
Fix the errors in a computer program or algorithm : Errors and Exceptions
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...
Curated Video
Describe computer programming : The Course Overview
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.
Curated Video
Describe computer programming : Variables and Data Types
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...
Curated Video
Test a computer program or algorithm : Intro to Errors in Python
From the section: Errors in Python. This section introduces you to errors in Python. This video provides an introduction to errors in Python.
Curated Video
Fix the errors in a computer program or algorithm : Catching Exceptions
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.
Maddie Moate
Why is it so hard to catch a fly? | The Robot Zoo | Maddie Moate
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...
Curated Video
Describe computer programming : Reading from and Writing to the Console
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...
TED-Ed
TED-Ed: How we see color - Colm Kelleher
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.
Packt
Use functions or APIs from external libraries to develop a computer program : Creating a Package
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!
Curated Video
Develop a computer program to solve a problem using a sequence of instructions : If statements
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
Packt
Use functions or APIs from external libraries to develop a computer program : Name and Main
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...
Curated Video
Implement arithmetic operations in a computer program : Arithmetic operators in Python: Python Basics
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...
Curated Video
Develop a computer program to solve a problem using control structures : Loops in Python
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
Curated Video
Develop a computer program to solve a problem using control structures : For Loops
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
Curated Video
Intro To Python Programming - Python Sets
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.
Packt
Create a computer network: Python Netmiko Library
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...
Curated Video
Test a computer program or algorithm : Dealing with Python Errors
From the section: Errors in Python. This section introduces you to errors in Python. This video shows how to deal with Python errors.
Curated Video
Test a computer program or algorithm : Raising Errors in Python
From the section: Errors in Python. This section introduces you to errors in Python. This video explains how to raise an error in Python.
Curated Video
Test a computer program or algorithm : The On-success Block and Re-raising Exceptions
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.