Curated Video
Test a computer program or algorithm : Raising Errors in Python
From the section: Errors in Python. This section introduces you to errors in Python. This video explains how to raise an error in Python.
Packt
Introduction to computer hardware and software : CPU Speeds and Cores
From the section: CPUs. In this section, we explore features about CPU. Today’s AMD and Intel CPUs use the same set of instructions. A CPU’s clock speed describes (roughly) how fast it processes these instructions. Most clock speeds...
Healthcare Triage
Wellness Programs Don't Really Work
The gold standard of medical research, the randomized controlled trial, has been taking a bit of a beating lately. An entire issue of the journal Social Science and Medicine was recently devoted to it, with many articles pointing to...
PBS
Will Economic Stimulus Save the Economy? (COVID-19)
The U.S. just passed the biggest economic stimulus package in history in response to COVID-19... what do past examples tell us about its effectiveness?
Brainwaves Video Anthology
Technology's Role in Education: Embracing Change for Student-Centric Learning
In this video, Jaime Casap, the global education evangelist at Google, discusses the evolving role of technology in education. He highlights how technology can support student-centered learning, leverage research on effective teaching...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Install Jupyter Notebooks
We will be installing the Jupyter notebook in this session for macOS. This clip is from the chapter "Introduction to Spark and Installation" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section will...
Brainwaves Video Anthology
Edward D. Hess - Teachers Make a Difference
Professor Edward D. Hess spent more than 20 years in the business world as a senior executive at Warburg Paribas Becker, Boettcher & Company, the Robert M. Bass Group and Arthur Andersen. He is the author of 12 books, over 100...
Cerebellum
America's Documents Of Freedom 1775-1786 - Introduction
The documents our predecessors left for us contain a written record of our history, and bear witness to why we are who we are and how our democracy evolved. In this video we look at the documents that come from the tumultuous...
Curated Video
Implement logical operations in a computer program : Exploring Logical Operators – Part 1
From the section: Introduction to Decision Statements and Control Flow. In this section, you will be introduced to Java's decision statements and control flow constructs. This will include getting to know the Java keywords of if if/else,...
The Wall Street Journal
Where's That Economic Recovery?
Jared Bernstein from President Biden's Council of Economic Advisors describes the outlook ahead for the U.S. economy.
Programming Electronics Academy
ESP Specifics: The Internet of Things: 3
Specific details of using the ESP8266 for the Internet of Things.
SWPictures
SURVIVOR'S GUIDE - Times of Crists - The Philippines Fights Back
Reverberations from the financial crisis are still being felt around the world. We travel to the Philippines to see if measures introduced after the Asian financial crash in the 90’s are helping during the current global recession. Asia,...
Programming Electronics Academy
3 Ways to Comment Out Code In Arduino
Commenting out code. What does that mean exactly? Now, I'm not talking about commenting code. That's kind of a discussion in and of itself. I'm talking about commenting out code. That's when you kind of selectively turn off some of the...
Curated Video
High Performance Scientific Computing with C 1.1: The Course Overview
This video will give you an overview about the course.
Restoration Planet
Giants Among Us: the creation of World Rivers Day
Restoration Planet teams up with world famous "Man in Motion", Rick Hansen! With the mighty Fraser River in British Columbia as a back drop we follow the story of a giant 150 year old Great White Sturgeon.
Healthcare Triage
But, But, Medicaid Recipients Are Already Working
Recently, the Trump administration put forward plans to force all the able-bodied lazy people with Medicaid coverage to finally get jobs. The problem with this is that pretty much all the Medicaid recipients who can work already have...
Programming Electronics Academy
How to Organize Code
If you are new to writing code with Arduino it can be confusing on how to organize the program. But once you know where stuff goes in an Arduino program it's actually pretty simple. In this lesson, you are gonna learn how to organize the...
Healthcare Triage
SNAP, Food Stamps, Obesity, and Behavioral Economics
Often, when discussing the obesity crisis facing the United States, especially when I'm pointing out another failed effort to help people change their eating habits, it feels like there's nothing we can do. But sometimes it's actually...
The Wall Street Journal
How to Measure Cybersecuirty Awareness
Lance Spitzner, Director at SANS, discusses how should companies can best measure and report the effectiveness of their cybersecurity programs.
Brainwaves Video Anthology
Rositsa Mineva - Bulgarian Youth Leaders Program
Rositsa Mineva is an English Language teacher in Stara Zagora, Bulgaria. She was one of 15 Bulgarian teachers who were brought to the USA to study at Columbia University. They were sponsored by the Institute of International Education.
Brainwaves Video Anthology
Michael C. Johanek - Repositioning Educational Leadership
Dr. Johanek is a Senior Fellow at the Graduate School of Education (GSE), University of Pennsylvania, where he is also Director of the Mid-Career Doctoral Program in Educational Leadership; Co-Director of the Inter-American Educational...
Brainwaves Video Anthology
Reginald Dwayne Betts - From Jail to Yale
Reginald Dwayne Betts is a Ph.D. in Law candidate at Yale. His major research interests are administrative law, criminal law, empirical legal studies, and law and literature. He holds a B.A. from the University of Maryland and a J.D....
Curated Video
Describe network protocols : Multi-thread Echo Server
From the section: Programming TCP Clients and Servers In this section, we will learn about how to build TCP Servers and how it works. In this video, we will have a look at how multi-thread TCP echo server works. • Understand that the...