Instructional Video12:43
Curated Video

Django3- Static and Media Files

Higher Ed
In this video, we will look at static and media files. This clip is from the chapter "Deployment - Pushing Your Site Live for the World to Enjoy" of the series "Django 3 - Full Stack Websites with Python Web Development".In this section,...
Instructional Video4:43
Institute for New Economic Thinking

Crash Course on Hyman Minsky, L. Randall Wray

Higher Ed
L. Randall Wray, professor at UMKC, talks about Hyman Minsky, an American economist who, even in the relative stability of the 1950s, predicted financial collapse because of "speculative euphoria." Interviewed by Peter Leyden at King's...
Instructional Video8:59
Curated Video

Learn and Master C Programming - Using Visual Studio Command Prompt to write 'Hello, World' one more time

Higher Ed
Learn an easier and slight faster way to build and compile C programs from the command prompt. This clip is from the chapter "Writing our First Program - A 'Hello, World!' Program in C" of the series "Learn and Master C Programming For...
Instructional Video5:10
Science360

Autonomous Helicopters

12th - Higher Ed
Claire Tomlin, formerly of Stanford and currently with Berkeley, is pushing the envelope of aerospace design, building a new class of autonomous helicopters, with support from the National Science Foundation. These aircraft don't need a...
Instructional Video8:49
Packt

Integrating Project to Jenkins Continuous Integration (CI) Tool

Higher Ed
This video explains how to integrate the project to Jenkins CI tool. This clip is from the chapter "Framework Building from Scratch - Real Time Project" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video17:35
Packt

Creating Maven Test Project and Configuring Framework Dependencies

Higher Ed
This video explains how to create the Maven test project and configure the framework dependencies. This clip is from the chapter "Framework Building from Scratch - Real Time Project" of the series "Selenium WebDriver with Java - Basics...
Instructional Video10:48
Packt

Compare the breadth-first and depth-first search algorithms : BFS and DFS Intro

Higher Ed
From the section: BFS and DFS Grid World. This section will cover BFS and DFS Grid concept. BFS and DFS Grid World: BFS and DFS Intro
Instructional Video5:00
Curated Video

Sword Swallowing: A Look into the History and Risks

Pre-K - Higher Ed
Learn about the fascinating history and technique of sword swallowing. The video emphasizes the risks involved and strongly discourage anyone from attempting it at home. However, they also highlight the surprising contributions sword...
Instructional Video2:11
NASA

NASA's CAPSTONE: Flying a New Path to the Moon

K - 11th
How can a satellite the size of a microwave oven help shape human missions to the Moon and beyond? CAPSTONE will fly in a unique, halo-shaped orbit around the Moon before the orbit is used by Gateway, NASA's future lunar outpost for our...
Instructional Video11:33
Curated Video

Complete Python Scripting for Automation - Copy the content of a source file into a destination file

Higher Ed
Working with text files: Copy the content of a source file into a destination file This clip is from the chapter "Working with text files" of the series "Complete Python Scripting for Automation".In this section, the author talks about...
Instructional Video6:11
Curated Video

Advanced Swift 2 Application Development (Video 10)

Higher Ed
The number of smartphone users is increasing every single day, and as more and more of them are looking for new and interesting ways to improve their lives through mobile applications, the need for a language that will deploy on all...
Instructional Video5:49
Curated Video

Python for Network Forensics 2.1: Enumerating Directories

Higher Ed
In this video, we will develop the technique to scan files in a directory in or to obtain items and properties. • Understand the basis of recursion and how it applies to directories • Learn about the OS module and how it applies to...
Instructional Video18:20
Curated Video

Hands-On Unity 2018.x Game Development for Mobile (Video 13)

Higher Ed
Ready to take your game development skills to the next level by deploying your games to mobile platforms? With the boom in the mobile game development space, there has never been a better time! This course will give you the necessary...
Instructional Video19:39
APMonitor

Install Python 3.7 on Windows or Linux

10th - Higher Ed
Follow these steps to install Python 3.7 on Windows: 1. Remove old Python distributions 2. Browse to python.org and download installer 3. Install to C:\Python37 4. Add to PATH Environment Variable a. C:\Python37 b. C:\Python37\Scripts 5....
Instructional Video4:54
Institute for New Economic Thinking

Michael Spence: Policy Proposals for the United States (4/5)

Higher Ed
Nobel Laureate Michael Spence favors a consumption tax: a big chunk of government revenues should come from taxes on value added and consumption. Besides a sensible energy policy, Spence's agenda reads jobs, jobs, and jobs. The tradable...
Instructional Video7:11
Curated Video

routing protocols : Introduction to IP Routing and Routed vs. Routing Protocols

Higher Ed
From the section: Routing Introduction. In this section, we look into Routed protocols, demonstrations, static routes, dynamic routes, and different types of routing protocols. Routing Introduction: Introduction to IP Routing and Routed...
Instructional Video5:48
Curated Video

Evaluate the impact of an AI application used in the real world. (case study) : Working with Flower Images: Case Study - Part 9

Higher Ed
From the section: CNN-Industry Live Project: Playing With Real World Natural Images. This section includes a live project of working with flower images. CNN-Industry Live Project: Playing with Real World Natural Images: Working with...
Instructional Video7:47
Curated Video

Core Java Programming Course- Reading a Text File Using Apache Commons IO

Higher Ed
This video explains how to read a text file using Apache Commons IO. This clip is from the chapter "Working with Text Files (Apache Commons IO)" of the series "Learn How to Code: The Complete Core Java Programming Course".This section...
Instructional Video13:25
Curated Video

Complete Python Scripting for Automation - Usage of special characters with print statement

Higher Ed
Basics of print, indentation, comments and special characters: Usage of special characters with print statement This clip is from the chapter "Basics of print, indentation, comments and special characters" of the series "Complete Python...
Instructional Video16:50
Curated Video

Complete Python Scripting for Automation - Loop Control statements: break, continue and pass

Higher Ed
Loops - for and while loops with break, continue and pass: Loop Control statements: break, continue and pass This clip is from the chapter "Loops - for and while loops with break, continue and pass" of the series "Complete Python...
Instructional Video0:41
Next Animation Studio

What is Manhattanhenge?

12th - Higher Ed
New York City residents can witness a unique urban phenomenon known as Manhattanhenge, but what exactly is it? CBS reports that the term, coined by astrophysicist Neil deGrasse Tyson, is a callback to Stonehenge, where the sun rises in...
Instructional Video12:53
Packt

Trie - I

Higher Ed
This is the first part of the two-part video that provides an introduction to the concept of a trie where we can store a character. This clip is from the chapter "Data Structures – Tries" of the series "Data Structures and Algorithms:...
Podcast23:26
NASA

‎NASA in Silicon Valley: Yvonne Pendleton Talks About Building A Dream Team For Exploring The Solar System

Pre-K - Higher Ed
A conversation with Dr. Yvonne Pendleton, the Director of the Solar System Exploration Research Virtual Institute (SSERVI).
Instructional Video4:53
Curated Video

Bash Shell Scripting- what is #!/usr/bin/env bash ?

Higher Ed
This video explains #!/usr/bin/env bash. This clip is from the chapter "Basics of shell scripting" of the series "Complete Bash Shell Scripting".This section covers the basics of shell scripting.