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.
Instructional Video14:33
Curated Video

Bash Shell Scripting- Arithmetic operators

Higher Ed
This video provides an overview of arithmetic operators. This clip is from the chapter "Arithmetic operators" of the series "Complete Bash Shell Scripting".This section covers the different arithmetic operators.
Instructional Video11:18
Curated Video

Complete Java SE 8 Developer Bootcamp - Objects vs. Primitives

Higher Ed
A discussion on the different characteristics of Java primitives (such as an int or boolean) and objects. This clip is from the chapter "Introduction to Objects" of the series "Complete Java SE 8 Developer Bootcamp".Java is Object...
Instructional Video5:44
Curated Video

Use variables to store data : Working with Variables and Data Types – Part 1

Higher Ed
From the section: Java Introduction and Development Environment Setup. In this section, you will be introduced to Java 11. The Java programming language is widely used in the development of web and cellphone applications. In this...
Instructional Video13:03
Curated Video

C++ Developer - Project - A Circle Class

Higher Ed
This video presents a project on a circle class. This clip is from the chapter "Introduction to Classes and Objects" of the series "The Complete C++ Developer Course".This section introduces classes and objects.
Instructional Video4:20
Packt

MERN E-commerce Environment Variables

Higher Ed
This video focuses on environment variables. This clip is from the chapter "Serving and Fetching Data from an Express" of the series "MERN E-commerce from Scratch".This section presents an overview of serving and fetching data from an...
Instructional Video8:28
Curated Video

Cypress - Modern Automation Testing from Scratch + Framework - Cypress Locator Strategies and How to Construct Them

Higher Ed
This video explains Cypress locator strategies and how to construct them. This clip is from the chapter "Getting Started with Cypress Test Automation" of the series "Cypress - Modern Automation Testing from Scratch + Framework".This...
Instructional Video7:44
Packt

Resources and Environment

Higher Ed
This video explains the various resources and environment required for this course. This clip is from the chapter "Introduction" of the series "MERN E-commerce from Scratch".This section explains the basic concepts that are required for...
Instructional Video7:18
Curated Video

Complete Java SE 8 Developer Bootcamp - Creating Object Types - Part 2

Higher Ed
Learn to code a “Car” class with state and behavior. This clip is from the chapter "Introduction to Objects" of the series "Complete Java SE 8 Developer Bootcamp".Java is Object Oriented Programming which uses stack & heap, objects and...
Instructional Video5:41
Curated Video

Mastering Swift 2 Programming (Video 24)

Higher Ed
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Instructional Video14:55
APMonitor

Debugging Python with ipdb and Sypder

10th - Higher Ed
A powerful debugging tool for Python is the pdb (or ipdb) tool that is part of the Integrate Development Environment of Spyder (available from the Anaconda download). This exercise shows how to debug code to fix syntax and logical...