Instructional Video6:18
Healthcare Triage

If Economists Chose the Health Care System

Higher Ed
Health economists study the economic determinants of health. They also analyze how health care resources are utilized and allocated, and how health care policies and quality of care can be improved. In this episode, we discuss what...
Instructional Video2:42
Packt

Use different data types : Python Fundamentals

Higher Ed
From the section: NumPy Fundamentals in Python. Every programming language is different. You will cover fundamentals in order to get familiar with the Python environment needed for NumPy. You will learn to work with numbers, lists,...
Instructional Video25:36
Curated Video

Describe computer programming : You Can Code! Part 2

Higher Ed
From the section: You can code!. This section will help you discover some interesting facts about coding. You can code!: You Can Code! Part 2 • Get the synopsis about the Tuple • Learn about the benefits of Tuple • Learn about the...
Instructional Video5:01
Curated Video

Learning R for Data Visualization (Video 7)

Higher Ed
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Instructional Video9:26
The Learning Depot

Indefinite Pronoun None: None Is or None Are | Subject-Verb Agreement

12th - Higher Ed
In this lesson, we review the controversial pronoun NONE. Some believe that NONE is always singular and takes a singular verb, but this is not always the case. Examples are given.
Instructional Video8:32
Curated Video

Bash Shell Scripting- test command and its usage | Comparison and file test operators

Higher Ed
This video shows how to use the test command and explores the comparison and file test operators. This clip is from the chapter "Test command, commands chaining, and conditional statements" of the series "Complete Bash Shell...
Instructional Video7:30
Packt

Importance of Classes and Objects in Java

Higher Ed
This video discusses the importance of classes and objects in Java. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to...
Instructional Video6:38
Programming Electronics Academy

If Statements in Programming: Arduino Course 5.1

Higher Ed
A demonstration of how "if statements" are used in programming.
Instructional Video5:01
Practical Ninjas

Chapters, Sections, Subsections, Paragraphs in LaTeX | Learn using ShareLaTeX | Learning LaTeX 02

12th - Higher Ed
In the following video one will learn about LaTeX. Sometimes one needs to add different chapters, sections and paragraphs in a document. This video focuses on creating chapters, sections, subsections and paragraphs. Technique to include...
Instructional Video36:52
Curated Video

Complete Python Scripting for Automation - Introduction to loops with an example

Higher Ed
Loops - for and while loops with break, continue and pass: Introduction to loops with an example This clip is from the chapter "Loops - for and while loops with break, continue and pass" of the series "Complete Python Scripting for...
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 Video17:58
Curated Video

Test a computer program or algorithm : Built-in Errors in Python

Higher Ed
From the section: Errors in Python. This section introduces you to errors in Python. This video explains the built-in errors in Python.
Instructional Video9:20
The Learning Depot

Noun Clauses: Advanced English Grammar | A Noun Clause is a Part of Speech Classed as a Noun

12th - Higher Ed
A subordinate or dependent clause that acts as a noun is called a noun (or substantive) clause. When a simple noun is not enough to represent a person, place, thing, or idea, we use a noun clause. A noun clause usually begins with...
Instructional Video3:44
Curated Video

Migrating to Angular 2 (Video 2)

Higher Ed
Angular 2 is a technical and conceptual overhaul of its hugely popular predecessor, AngularJS. This means that for developers who have built and maintained applications with AngularJS, and need to transition projects across to Angular 2,...
Instructional Video13:14
Curated Video

C++ Developer - The Array Class

Higher Ed
This video explains the array class. This clip is from the chapter "Arrays and Vectors" of the series "The Complete C++ Developer Course".This section explains arrays and vectors.
Instructional Video4:55
Curated Video

Learning R for Data Visualization (Video 22)

Higher Ed
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
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 Video5:57
Programming Electronics Academy

Switch Case: Arduino Course 5.6

Higher Ed
A demonstration of how "switch-case statements" are used in programming.
Instructional Video7:28
Curated Video

Complete Java SE 8 Developer Bootcamp - Maps

Higher Ed
A map is a collection that is great for random access. Each item in a map is associated with a unique object based key. This clip is from the chapter "Collections" of the series "Complete Java SE 8 Developer Bootcamp".The author...
Instructional Video8:40
Curated Video

Natural Language Processing

Higher Ed
In this video, we will cover natural language processing. This clip is from the chapter "AI Workloads and Considerations (15-20%)" of the series "AI-900: Microsoft Azure AI Fundamentals Video Course + Ques".In this section, we will cover...
Instructional Video5:02
Curated Video

Complete Python Scripting for Automation - Functions with Variable length arguments

Higher Ed
Functions: Functions with Variable length 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,...
Instructional Video20:03
Curated Video

Complete Python Scripting for Automation - Introduction to Exception Handling

Higher Ed
Exception Handling: Introduction to Exception Handling This clip is from the chapter "Exception Handling" of the series "Complete Python Scripting for Automation".The author talks about Exception Handling and raising user Defined...
Instructional Video9:01
Curated Video

Create a list : The List Contains Solution

Higher Ed
From the section: Lists. This section focuses on lists and the various functions of the list. This video provides the solution to the List Contains Challenge.
Instructional Video7:13
Curated Video

Bash Shell Scripting- Here Document for Multi-lines or Multi-line block

Higher Ed
This video explains how to work with Multi-lines or Multi-line block. 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.