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.
Curated Video
Bash Shell Scripting- Arithmetic operators
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.
Curated Video
Complete Java SE 8 Developer Bootcamp - Objects vs. Primitives
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...
Curated Video
Use variables to store data : Working with Variables and Data Types – Part 1
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...
Curated Video
C++ Developer - Project - A Circle Class
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.
Packt
MERN E-commerce Environment Variables
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...
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - Cypress Locator Strategies and How to Construct Them
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...
Packt
Resources and Environment
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Creating Object Types - Part 2
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...
Curated Video
Mastering Swift 2 Programming (Video 24)
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...
APMonitor
Debugging Python with ipdb and Sypder
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...