Instructional Video6:01
Curated Video

C++ for Beginners - Input from STDIN

Higher Ed
Your instructor, David, demonstrates Cin stream, which allows simple keyboard input. This clip is from the chapter "Errors and Data Types" of the series "C++ for Beginners".Outputting Errors
Instructional Video31:08
Curated Video

Complete Python Scripting for Automation - Introduction to Python Modules

Higher Ed
Working with Python Modules: Introduction to Python Modules This clip is from the chapter "Working with Python Modules" of the series "Complete Python Scripting for Automation".You will learn about platform module and getpass module.
Instructional Video19:12
Curated Video

Complete Python Scripting for Automation - Dictionaries

Higher Ed
Data Structures of Python: Dictionaries This clip is from the chapter "Data Structures of Python" of the series "Complete Python Scripting for Automation".In this section, the author introduces Data structures and types of Data...
Instructional Video6:54
Curated Video

C++ for Beginners - Function Structure

Higher Ed
In this lesson, your instructor, David, discusses function structure. This clip is from the chapter "Program Structure" of the series "C++ for Beginners".Function Structure
Instructional Video8:25
Curated Video

Learning CSS (Video 27)

Higher Ed
As a modern day web designer, it is very critical for you to prepare for the CSS3 world we live in. A major challenge that designers face in their day-to-day life is making their designs stand out from the rest and ensuring they work on...
Instructional Video20:28
Institute for New Economic Thinking

Carl-Ludwig Holtfrerich: Optimal Currency Areas and Governance - The Challenge of Europe (1/8)

Higher Ed
Carl-Ludwig Holtfrerich compares the current Euro crisis with the US debt crisis in the 1840s, when the US had a common currency and a fully-fledged central government, and nine out of 27 US states defaulted. That crisis, he says, did...
Instructional Video6:07
Curated Video

Implement logical operations in a computer program : Exploring Logical Operators – Part 1

Higher Ed
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,...
Instructional Video9:42
Curated Video

Apache Maven Beginner to Guru - Maven Build Lifecycles

Higher Ed
This video provides an introduction to Maven build lifecycles. This clip is from the chapter "Maven Basics" of the series "Apache Maven: Beginner to Guru".This section focuses on the Maven basics, such as Maven coordinates, Maven...
Instructional Video2:02
IDG TECHtalk

Using the "black" code formatter in Python

Higher Ed
Why does the "black" code formatter for Python have no options at all? It's by design! Watch and learn why.
Instructional Video7:31
Packt

MongoDB Atlas and Compass Setup

Higher Ed
This video demonstrates how to set up MongoDB Atlas and Compass. This clip is from the chapter "Getting Started with MongoDB" of the series "MERN E-commerce from Scratch".This section explains how to get started with MongoDB.
Instructional Video5:40
PBS

Bond. Savings Bond.

12th - Higher Ed
If stocks have you SHAKEN, but you're not STIRRED by savings accounts, maybe this is the secret agent you've been hunting for!
Instructional Video11:37
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Weak Configurations

Higher Ed
A lack of secure configurations for networks, devices, and hosts results in an increased attack surface. Default settings, especially credentials, should not be used. Deprecated security protocols such as WEP and SSL should also be...
Instructional Video4:34
IDG TECHtalk

Run Python in R code

Higher Ed
While R is a useful language, Python is also great for data science and general-purpose computing. See how to run Python code within an R script and pass data between Python and R using the reticulate package. Leave a comment and let us...
Instructional Video3:57
Curated Video

Describe a neural network : Neural Network with PCA for Binary Classifications

Higher Ed
From the section: Introduction to Artificial Neural Networks (ANN). This section introduces Artificial Neural Networks. You will learn about Neural Network for Binary Classifications, Neural Network with PCA for Binary Classifications,...
Instructional Video12:32
Curated Video

Cypress - Modern Automation Testing from Scratch + Framework - Implementing Global Configuration Changes to Cypress Framework

Higher Ed
This video explains implementing global configuration changes to Cypress framework. This clip is from the chapter "Cypress Framework Part 3- Configuration Properties and Environmental Variables" of the series "Cypress - Modern Automation...
Instructional Video9:52
Curated Video

Complete Python Scripting for Automation - Introduction to sys module

Higher Ed
sys module: Introduction to sys module This clip is from the chapter "sys module" of the series "Complete Python Scripting for Automation".In this section, the author introduces sys module and working with command line arguments with an...
Instructional Video3:52
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Create a Databricks Cluster

Higher Ed
In this session, we will create a Databricks cluster. This clip is from the chapter "Introduction to Spark SQL and Databricks" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section primarily focuses...
Instructional Video7:54
Curated Video

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

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 Video1:27
The Business Professor

Control within the Business Entity

Higher Ed
Control within the Business Entity
Instructional Video10:49
Curated Video

Complete Python Scripting for Automation - simple hello world script

Higher Ed
Basics of print, indentation, comments and special characters: simple hello world script This clip is from the chapter "Basics of print, indentation, comments and special characters" of the series "Complete Python Scripting for...
Instructional Video8:49
Curated Video

C++ Developer - Logic Errors

Higher Ed
This video explains logic errors. This clip is from the chapter "Exceptions and Debugging" of the series "The Complete C++ Developer Course".This section explains exceptions and debugging in C++.
Instructional Video10:25
Curated Video

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

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 Video5:55
All In One Social Media

How to use Facebook Marketplace 2021

Higher Ed
Selling things on Facebook Marketplace is the easiest and best way to sell & buy on Facebook. In this video, I will show you how to use Facebook Marketplace 2021.
Instructional Video7:39
Curated Video

Complete Python Scripting for Automation - Functions with default arguments

Higher Ed
Functions: Functions with default arguments This clip is from the chapter "Functions" of the series "Complete Python Scripting for Automation".You will learn how to define a Function, converting simple code into Functions, Calling a...