Instructional Video4:56
Curated Video

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

Higher Ed
In 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 Video4:57
Curated Video

Python Lesson4: Calculator

9th - Higher Ed
Create a simple calculator application in Python!
Instructional Video7:17
Curated Video

Python Lesson31: Nested For Loop Staircase Star Pattern

9th - Higher Ed
Learn how to create a unique star pattern that resemble a staircase.
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 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 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 Video4:00
Curated Video

Code with your Kid! - Ravi Suppiah, RP ICG, Sembawang IAEC

9th - Higher Ed
Taalam feature of our 'Code with your Kid!' workshop that was conducted together with RP ISC and Sembawang IAEC.
Instructional Video5:47
Curated Video

Scratch Lesson 3

9th - Higher Ed
This video discusses the use of the Green Flag as an Event Trigger. We also discuss Loops and specifically the "forever" loop.
Instructional Video5:18
Curated Video

Python Assignment 1

9th - Higher Ed
This video guides you through the steps to create a simple Calculator application. Make sure you have tried it first before looking at the solution. :)
Instructional Video3:53
Curated Video

Python Lesson 4

9th - Higher Ed
In this lesson, we learn how we can use the split() functionality together with input() so that we can capture several input parameters at the same time.
Instructional Video2:53
Curated Video

Python Lesson 6

9th - Higher Ed
Here we explore the "if-else" statements we can use in Python for decision making.
Instructional Video3:50
Curated Video

Python Assignment 2

9th - Higher Ed
In this video we discuss the Assignment 2 question which requires you to capture two numbers from the user and print out the bigger number.
Instructional Video4:36
Curated Video

AI2 Lesson 3

9th - Higher Ed
In this video, you will get to install the AI2 companion on your android device. You will then mirror whatever your are developing on the computer immediately on your phone! How cool is that?
Instructional Video3:04
Curated Video

Python Lesson14

9th - Higher Ed
In this lesson, we understand the impact of the continue and break statements in a nested loop.
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 Video6:19
Curated Video

Python Lesson17

9th - Higher Ed
In this lesson, we learn how to use the split and count functions for Strings.