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 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 Video3:34
Curated Video

Python Lesson 7

9th - Higher Ed
In this video we look at the if, elif, else sequence of checks. This extends upon the Assignment 2 code that you have done.
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 Video5:26
Curated Video

AI2 Lesson 6

9th - Higher Ed
We wrap-up this App by adding the Accelerometer Sensor and getting the sensor to trigger the Text-to-Speech Converter.
Instructional Video5:45
Curated Video

Python Lesson10

9th - Higher Ed
In this video, you will be introduced to the for-loop in Python. See how easy it is to get it done!
Instructional Video4:06
Curated Video

Python Lesson11

9th - Higher Ed
In this lesson, we see how we can set the start and step values for the range parameters. Want to be a Python Pro?
Instructional Video5:42
Curated Video

Python Lesson 12

9th - Higher Ed
We now look at Nested for-loops. Let's learn how the different loop counters change as we go through the code.
Instructional Video3:15
Curated Video

Python Lesson13

9th - Higher Ed
In this lesson, we look at how we can use the continue and break statements to alter the operation of a loop.
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 Video4:12
Curated Video

Python Lesson15

9th - Higher Ed
In this video we explore the "type" of variables. We also see how to perform a rounding to the nearest integer.
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 Video6:34
Curated Video

Scratch Environment

9th - Higher Ed
Understanding the Scratch Editor Environment
Instructional Video6:47
Curated Video

Scratch Lesson 1 - Introduction

9th - Higher Ed
The first thing we need to do to get started with Scratch is to Create a New Account (if you don't already have one). Once we are done with that, explore and get excited! :)
Instructional Video9:56
Curated Video

Python Lesson 1 (Old)

9th - Higher Ed
This video provides installation instructions for Python. Once that is done, we play around with the development tool to have an idea on how Python works with numbers and characters.
Instructional Video7:36
Curated Video

Python Lesson #1: Install and Get Started

9th - Higher Ed
The first thing we need to do to get started with Python is to download the software and install it. Once we are done with that, explore and get excited! :)
Instructional Video6:22
Curated Video

Python Lesson #2: Learn about the Print function

9th - Higher Ed
In this lesson, we will learn how we can create our own file and write some Python code that will then run in our Shell. We will also be looking at the 'print' command to send information to the shell.
Instructional Video8:14
Curated Video

Python Lesson 5

9th - Higher Ed
Here we discuss the "if" statement in Python and how we can use it to selectively execute code.
Instructional Video5:54
Curated Video

Python Lesson 8

9th - Higher Ed
In this lesson, we learn about the nested "if" statements to see how we can have multiple layers of checks for our data.
Instructional Video6:53
Curated Video

Python Lesson 9

9th - Higher Ed
In this class, we introduce you to Loops using the "while" statement. Learn how to create a loop that executes statements continuously based on a logic check.
Instructional Video7:55
Curated Video

Python Assignment 3

9th - Higher Ed
This assignment reviews the concepts of the if-elif-else sequence of checks. Make sure you try out the question before looking at the video! :)