Curated Video
Django3- Static and Media Files
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,...
Institute for New Economic Thinking
Crash Course on Hyman Minsky, L. Randall Wray
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...
Curated Video
Learn and Master C Programming - Using Visual Studio Command Prompt to write 'Hello, World' one more time
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...
Science360
Autonomous Helicopters
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...
Packt
Integrating Project to Jenkins Continuous Integration (CI) Tool
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...
Packt
Creating Maven Test Project and Configuring Framework Dependencies
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...
Packt
Compare the breadth-first and depth-first search algorithms : BFS and DFS Intro
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
Curated Video
Sword Swallowing: A Look into the History and Risks
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...
NASA
NASA's CAPSTONE: Flying a New Path to the Moon
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...
Curated Video
Complete Python Scripting for Automation - Copy the content of a source file into a destination file
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...
Curated Video
Advanced Swift 2 Application Development (Video 10)
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...
Curated Video
Python for Network Forensics 2.1: Enumerating Directories
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...
Curated Video
Hands-On Unity 2018.x Game Development for Mobile (Video 13)
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...
APMonitor
Install Python 3.7 on Windows or Linux
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....
Institute for New Economic Thinking
Michael Spence: Policy Proposals for the United States (4/5)
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...
Curated Video
routing protocols : Introduction to IP Routing and Routed vs. Routing Protocols
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...
Curated Video
Evaluate the impact of an AI application used in the real world. (case study) : Working with Flower Images: Case Study - Part 9
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...
Curated Video
Core Java Programming Course- Reading a Text File Using Apache Commons IO
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...
Curated Video
Complete Python Scripting for Automation - Usage of special characters with print statement
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...
Curated Video
Complete Python Scripting for Automation - Loop Control statements: break, continue and pass
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...
Next Animation Studio
What is Manhattanhenge?
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...
Packt
Trie - I
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:...
NASA
NASA in Silicon Valley: Yvonne Pendleton Talks About Building A Dream Team For Exploring The Solar System
A conversation with Dr. Yvonne Pendleton, the Director of the Solar System Exploration Research Virtual Institute (SSERVI).
Curated Video
Bash Shell Scripting- what is #!/usr/bin/env bash ?
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.