Instructional Video44:56
Curated Video

Introduction to Loops in Small Basic Programming

Pre-K - Higher Ed
This tutorial explains the concept of loops in programming using Small Basic. It demonstrates how to use loops to repeat code and create patterns. It also introduces the idea of definite and indefinite iteration and provide examples of...
Instructional Video1:17
Instructional Video4:17
NASA

NASA | Fiery Looping Rain on the Sun

3rd - 11th
Eruptive events on the sun can be wildly different. Some come just with a solar flare, some with an additional ejection of solar material called a coronal mass ejection (CME), and some with complex moving structures in association with...
Instructional Video2:33
NASA

NASA | Gradient Sun

3rd - 11th
Watching a particularly beautiful movie of the sun helps show how the lines between science and art can sometimes blur. But there is more to the connection between the two disciplines: science and art techniques are often quite similar,...
Instructional Video4:33
Curated Video

Multi-Paradigm Programming with Modern C++ - Returning Values

Higher Ed
Our coroutines are now able to suspend and then to resume on executor threads. They cannot return values yet though. A coroutine returns the value using co_return operator, which forwards the value to promise_type::return_value. The...
Instructional Video5:56
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Composition - Use a Class Inside Another Class

Higher Ed
This video gives a brief introduction of the concepts of composition and shows you how to use a class inside another class. This clip is from the chapter "Extra: Python OOP" of the series "Practical Python: Learn Python Basics Step by...
Instructional Video4:33
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Conditional Statements with Booleans

Higher Ed
In this video, the author demonstrates how to conduct certain tests to get Boolean output. This clip is from the chapter "Python Basics- Level 3" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this...
Instructional Video6:04
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Lists

Higher Ed
This video demonstrates how to create lists in Python. This clip is from the chapter "Python Basics- Level 1" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".This section is about the fundamentals of Python....
Instructional Video2:07
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Numbers and Operations

Higher Ed
This video shows how to use numbers and operations in Python. This clip is from the chapter "Python Basics- Level 1" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".This section is about the fundamentals of...
Instructional Video20:33
Curated Video

Using Random Numbers in Small Basic

Pre-K - Higher Ed
In this tutorial, Justin demonstrates how to use random numbers in programming using Small Basic. He walks viewers through creating a simple guessing game where users have to guess a random number. The tutorial also covers the concept of...
Instructional Video3:52
NASA

NASA | SDO: Year Three

3rd - 11th
On Feb. 11, 2010, NASA launched an unprecedented solar observatory into space. The Solar Dynamics Observatory (SDO) flew up on an Atlas V rocket, carrying instruments that scientists hoped would revolutionize observations of the sun. If...
Instructional Video3:41
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 10 - Selecting Loop in Java - For Versus While Versus Do While

Higher Ed
In this video, we will learn about selecting loop in Java - for versus while versus do while. This clip is from the chapter "Loops" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explain about...
Instructional Video3:11
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - While Loops

Higher Ed
A while loop is a loop that will do a thing while a condition is true. This is true in most languages, including Python 3. But be careful, they have a dark side! This clip is from the chapter "Intermediate Python" of the series "Python...
Instructional Video1:05
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - How to Go Further from There

Higher Ed
This video shows you what and how to pursue further in Python after this course is over. This clip is from the chapter "Conclusion" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section, the author...
Instructional Video8:43
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Read from a File

Higher Ed
In this video, the author demonstrates how to read from a file and then how to organize it. This clip is from the chapter "Python Basics- Level 4" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".This section...
Instructional Video3:44
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - For Loop

Higher Ed
This video gives an overview of Loop in Python. This clip is from the chapter "Python Basics- Level 3" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section, the author gives a brief about...
Instructional Video5:18
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Else, Else If

Higher Ed
This video shows more about the IF structure using Else, Elif (Else if). This clip is from the chapter "Python Basics- Level 3" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section, the author...
Instructional Video5:31
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Conditions with If

Higher Ed
In this video, the author demonstrates conditional statements using the IF structure. This clip is from the chapter "Python Basics- Level 3" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section,...
Instructional Video5:23
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Function Return Statement

Higher Ed
This video shows how to make a function return value. This clip is from the chapter "Python Basics- Level 2" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section, you will learn how to create...
Instructional Video3:26
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Functions

Higher Ed
This video gives an overview of functions in Python. This clip is from the chapter "Python Basics- Level 2" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section, you will learn how to create...
Instructional Video5:45
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Variables

Higher Ed
This video demonstrates how to use variables in Python. This clip is from the chapter "Python Basics- Level 1" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".This section is about the fundamentals of Python....
Instructional Video1:24
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - How to Follow This Course

Higher Ed
In this video, the author briefs you on how to follow the course and his teaching method. This clip is from the chapter "Introduction" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section, the...
Instructional Video13:12
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Programming Examples Using 'while' Loop

Higher Ed
This video provides programming examples using "while" loop. This clip is from the chapter "Program Flow Control in Python" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explains program flow...
Instructional Video5:10
Curated Video

For Loops

Pre-K - Higher Ed
For loops are an abbreviated style of loop that provides a more compact syntax. You'll learn how to use For loops in this video.