Instructional Video4:56
SciShow

Is Coding a Math Skill or a Language Skill? Neither? Both?

12th - Higher Ed
There are aspects of computer code that look like language and some that seem more like algebra, and since we may be headed for a future where many people will need to learn to code, researchers are interested in figuring out how exactly...
News Clip2:37
PBS

Learning computer coding opens up 'endless world' for these kids

12th - Higher Ed
In our NewsHour Shares moment of the day, a nationwide computer science immersion program sets up shop at a couple Virginia elementary schools. The NewsHour's Student Reporting Labs has the story.
Instructional Video4:56
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Responding with Multiple Endpoints in Node.js

Higher Ed
New ReviewIn this video, we provide a tutorial on how to create multiple endpoints for a Node web server and respond with data to each of those endpoints. We explain why multiple endpoints are necessary for building complex web applications and...
Instructional Video0:33
Curated Video

Mastering HTML Buttons: Adding Interactivity to Your Website

12th - Higher Ed
HTML buttons are essential elements in web development, allowing users to interact with websites by triggering various actions. While the button tag itself doesn't have built-in functionality, it serves as a foundation for implementing...
Instructional Video0:37
Curated Video

Understanding Links in HTML: How to Create Clickable Links on the Web

12th - Higher Ed
Learn how to create clickable links on web pages using HTML with this concise video transcript. Discover how the A tag is utilized to connect pages, specify link text, and direct users to URLs. Perfect for beginners looking to enhance...
Instructional Video0:34
Curated Video

Understanding HTML Tags and Attributes

12th - Higher Ed
This video provides an introduction to HTML tags and attributes. It explains that HTML tags consist of a tag name enclosed in angle brackets, but attributes can also be added to provide additional information to the tag. Attributes are...
Instructional Video1:59
Curated Video

Is Coding the Right Career Choice for You?

12th - Higher Ed
This video explores the hype around coding as a valuable skill and potential career choice. It highlights the job market saturation for programmers, the dedication required to excel in coding, and the evolving nature of technology....
Instructional Video3:10
Curated Video

Recursion in Python!

9th - Higher Ed
Understand the basic concepts of Recursion in Python!
Instructional Video8:58
Curated Video

AI2 Lesson 1

9th - Higher Ed
The first thing you need is to create an account with the AI2 platform and you are good to go! In this video, we will be exploring the online platform to get comfortable with it.
Instructional Video9:09
Curated Video

AI2 Lesson 4

9th - Higher Ed
Complete the code with the ability to capture the user input and call the Text-To-Speech Converter. You wont stop playing with your App after that! :)
Instructional Video10:20
Curated Video

Python Assignment 4

9th - Higher Ed
In this video we discuss the Assignment 4 Question: Create a Loop that will run for THREE times. Each time the loop runs, get input from the user. Inform the user if the number entered was an Even or Odd Number. This question reviews the...
Instructional Video7:16
Curated Video

AI2 Lesson 5

9th - Higher Ed
We will now be adding a TextBox to the screen to capture the user-input. The Text-To-Speech converter will now convert this new text over to speech.
Instructional Video5:56
Curated Video

Python Assignment 5

9th - Higher Ed
In this assignment, you are required to do the following: Prompt the user to enter the number of stars to be printed. Once the value is obtained, print a square of "stars" with each row and each column having the number of stars entered...
Instructional Video9:24
Curated Video

Python Lesson16

9th - Higher Ed
In this lesson, we explore Strings. We first understand how to calculate the length of a string. We then concatenate strings together. After that, we see how we can extract subsets of a string.
Instructional Video6:19
Curated Video

Python Lesson17

9th - Higher Ed
In this lesson, we learn how to use the split and count functions for Strings.
Instructional Video6:11
Curated Video

Python Lesson18

9th - Higher Ed
In this lesson, we learn how to use the find function to search for subsets in a string. We also look at how to replace subsets in a string. Ready to be a Python Expert?
Instructional Video7:35
Curated Video

Python Lesson19

9th - Higher Ed
Now we look at the title(), upper() and lower() functions that we can use for strings. Learn how to check for the case of a string and do conversions between the different cases.
Instructional Video7:25
Curated Video

Python Lesson20

9th - Higher Ed
In this lesson, we learn how to use the format operator to dynamically change the information printed on the screen.
Instructional Video8:28
Curated Video

Python Assignment 7

9th - Higher Ed
In this assignment, you will learn how to search for the index of multiple instances of a subset in a string.
Instructional Video12:46
Curated Video

Python Assignment 8

9th - Higher Ed
This is a Number Guessing Game! Prompt the user to enter a number within the range and keep giving hints to help the player get the correct answer! A great way to revise all your basic Python concepts!
Instructional Video9:12
Curated Video

Python Lesson 21

9th - Higher Ed
Functions are a great way to modularize your code and make it easily reusable. Let's get started with Functions in Python!
Instructional Video5:47
Curated Video

Python Lesson 22

9th - Higher Ed
Learn how to create functions with multiple inputs. With this, you will be able to easily make use of functions to modularize your code.
Instructional Video5:27
Curated Video

Analyze how a Recursive Function Behaves!

9th - Higher Ed
In this video, we will relook at the recursive approach to compute the Factorial of a number. We will analyze the recursive calls in-depth to understand what is happening.
Instructional Video2:01
Curated Video

Scratch SignUp

9th - Higher Ed
Scratch SignUp