Healthcare Triage
If Economists Chose the Health Care System
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...
Packt
Use different data types : Python Fundamentals
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,...
Curated Video
Describe computer programming : You Can Code! Part 2
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...
Curated Video
Learning R for Data Visualization (Video 7)
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...
The Learning Depot
Indefinite Pronoun None: None Is or None Are | Subject-Verb Agreement
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.
Curated Video
Bash Shell Scripting- test command and its usage | Comparison and file test operators
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...
Packt
Importance of Classes and Objects in Java
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...
Programming Electronics Academy
If Statements in Programming: Arduino Course 5.1
A demonstration of how "if statements" are used in programming.
Practical Ninjas
Chapters, Sections, Subsections, Paragraphs in LaTeX | Learn using ShareLaTeX | Learning LaTeX 02
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...
Curated Video
Complete Python Scripting for Automation - Introduction to loops with an example
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...
Curated Video
Complete Python Scripting for Automation - Dictionaries
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...
Curated Video
Test a computer program or algorithm : Built-in Errors in Python
From the section: Errors in Python. This section introduces you to errors in Python. This video explains the built-in errors in Python.
The Learning Depot
Noun Clauses: Advanced English Grammar | A Noun Clause is a Part of Speech Classed as a Noun
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...
Curated Video
Migrating to Angular 2 (Video 2)
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,...
Curated Video
C++ Developer - The Array Class
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.
Curated Video
Learning R for Data Visualization (Video 22)
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...
Curated Video
C++ Developer - Logic Errors
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++.
Programming Electronics Academy
Switch Case: Arduino Course 5.6
A demonstration of how "switch-case statements" are used in programming.
Curated Video
Complete Java SE 8 Developer Bootcamp - Maps
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...
Curated Video
Natural Language Processing
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...
Curated Video
Complete Python Scripting for Automation - Functions with Variable length arguments
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,...
Curated Video
Complete Python Scripting for Automation - Introduction to Exception Handling
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...
Curated Video
Create a list : The List Contains Solution
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.
Curated Video
Bash Shell Scripting- Here Document for Multi-lines or Multi-line block
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.