Hi, what do you want to do?
The Daily Conversation
Nuclear North Korea: Options for the US President
North Korea’s growing missile and nuclear tests are creating serious tension with the United States, which fears an attack on American cities. The U.S. has tried cyber attacks, missile defense systems, and working with China to stop the...
The Daily Conversation
Solving Climate Change with Research, Development, and Civic Action
To fight climate change, countries need to support research, recruit science experts, and help companies develop clean technology through partnerships and government programs. Citizens also play an important role by staying involved in...
The Daily Conversation
Exploring Carbon Pricing Methods
California’s cap-and-trade program is seen as the most successful way to put a price on carbon in the world. It uses a market system where companies buy and sell permits to pollute, but there's a minimum price to keep costs from dropping...
Curated Video
Python Lesson19: if-elif-else
Learn how to implement the if-elif-else decision blocks in Python
Curated Video
Python Lesson 23: while loop
In this video, we will learn how to implement a while-loop to repeat a block of code.
Curated Video
Python Lesson28: while loop to check for a number
In this video, we develop a program that will continue to prompt the user to enter a number until a zero has been entered.
Curated Video
Python Lesson 39: Learn how to use the try-except
Learn how to use the try-except block in Python
Curated Video
C Programming Mastery: Math-to-Code
Learn how to translate a Math Expression correctly into code!
Curated Video
C++: Generate Even or Odd messages for N inputs (N Unknown)
Welcome to our complete C++ programming tutorial series, designed for beginners and anyone looking to strengthen their understanding of C++ coding! In this video series, we’ll cover everything you need to know to get started with C++,...
Curated Video
C++: Guess a Random Number
Welcome to our complete C++ programming tutorial series, designed for beginners and anyone looking to strengthen their understanding of C++ coding! In this video series, we’ll cover everything you need to know to get started with C++,...
Curated Video
Functions in C - Part 1
Welcome to our complete C++ programming tutorial series, designed for beginners and anyone looking to strengthen their understanding of C++ coding! In this video series, we’ll cover everything you need to know to get started with C++,...
Curated Video
Python Lesson2: Variables
Learn the concept of variables and how to use them correctly in your code.
Curated Video
CG2271 AY2021SEM1 RTOS Project - TEAM 45
CG2271 AY2021SEM1 RTOS Project - TEAM 45 All our CEG students have to take the CG2271 Real-Time Operating Systems module. It's a module that introduces them to the concept of multi-threaded programming. As part of the requirements, they...
Curated Video
C++: Basic Input/Output
Welcome to our complete C++ programming tutorial series, designed for beginners and anyone looking to strengthen their understanding of C++ coding! In this video series, we’ll cover everything you need to know to get started with C++,...
Curated Video
C++: Compute the Average of 2 Numbers
Welcome to our complete C++ programming tutorial series, designed for beginners and anyone looking to strengthen their understanding of C++ coding! In this video series, we’ll cover everything you need to know to get started with C++,...
Curated Video
Scratch Lesson 7
Let's make the Sprite "Wait Until" some event has happened. In this video, Abby will wait until the Cat touches her before moving.
Curated Video
Python Assignment 1
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. :)
Curated Video
Python Assignment 4
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...
Curated Video
Python Lesson 21
Functions are a great way to modularize your code and make it easily reusable. Let's get started with Functions in Python!
Curated Video
Python Lesson 22
Learn how to create functions with multiple inputs. With this, you will be able to easily make use of functions to modularize your code.
Curated Video
Factorial Operation using Recursion!
Learn how to perform the Factorial Operation using Recursion! A must-watch if you want to know the important concepts of Recursion.
Curated Video
Analyze how a Recursive Function Behaves!
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.
Curated Video
C++: Compute the Area and Circumference of a Circle
Welcome to our complete C++ programming tutorial series, designed for beginners and anyone looking to strengthen their understanding of C++ coding! In this video series, we’ll cover everything you need to know to get started with C++,...