IDG TECHtalk
Using the goto keyword | Smart Go
Learn about Go's goto keyword, which can simplify the logic of your code -- but when used responsibly and sparingly.
APMonitor
Python Basic Statistical Analysis
Python statistical functions such as average, maximum, minimum, standard deviation, and custom counting are demonstrated in an iPython notebook.
Curated Video
Complete Java SE 8 Developer Bootcamp - Polymorphism Revisited
Learn from an example how polymorphism can be applied to an array. This clip is from the chapter "Arrays" of the series "Complete Java SE 8 Developer Bootcamp".In this section, author details benefits of using various types of arrays to...
Curated Video
Complete Java SE 8 Developer Bootcamp - Access Modifiers
Learn how to apply restricted access to state and behavior to provide encapsulation This clip is from the chapter "Encapsulation" of the series "Complete Java SE 8 Developer Bootcamp".In this section, the author covers encapsulation as...
Curated Video
Complete Java SE 8 Developer Bootcamp - Polymorphism: Part 1
Learn the syntax of polymorphism. This clip is from the chapter "Polymorphism" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to the unique property of polymorphism and its benefits.
Curated Video
Complete Java SE 8 Developer Bootcamp - The Features of the Java Programming Language
Learn about "platform independence" and other features. This clip is from the chapter "Getting Started with Java" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you get an overview of features of Java programming...
Curated Video
Complete Java SE 8 Developer Bootcamp - Section Overview "Inheritance"
The author provides a brief overview of the topics covered in this section. This clip is from the chapter "Inheritance" of the series "Complete Java SE 8 Developer Bootcamp".Inheritance helps to build new objects from others they are...
Curated Video
The Full Stack Web Development - Getting Started With Ruby
Backend Programming with Ruby On Rails: Getting Started With Ruby This clip is from the chapter "Backend Programming with Ruby On Rails" of the series "The Full Stack Web Development".In this section, we will talk about whole MVC...
The Learning Depot
Perfect Progressive Tense | Perfect Continuous Tense : Past, Present & Future
In this lesson, we will learn about the perfect progressive tense, also known as the perfect continuous tense. In previous lessons, we’ve learned that the PROGRESSIVE TENSE, also called the CONTINUOUS TENSE is used to describe actions...
The Learning Depot
Adverb Clauses: An Adverb Clause is a Part of Speech Classed as an Adverb
Adverb clauses also known as adverbial clauses function as one part of speech: the adverb. We know that an adverb answer modifies a verb, an adjective, and another adverb. It answers the question “when?”, “where?”, “how?”, “why?” “to...
Curated Video
Complete Java SE 8 Developer Bootcamp - Inheritance: Part 1
You learn to build new objects from others they are related to. This clip is from the chapter "Inheritance" of the series "Complete Java SE 8 Developer Bootcamp".Inheritance helps to build new objects from others they are related to....
Curated Video
Complete Java SE 8 Developer Bootcamp - Polymorphism: Part 2
More examples and discussions on polymorphism. This clip is from the chapter "Polymorphism" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to the unique property of polymorphism and its benefits.
Curated Video
Complete Java SE 8 Developer Bootcamp - Inheritance: Part 2
Learn how inheritance is applied and the rules that accompany this feature. This clip is from the chapter "Inheritance" of the series "Complete Java SE 8 Developer Bootcamp".Inheritance helps to build new objects from others they are...
Curated Video
C++ Developer - Operator Overloading
This video explains operator overloading. This clip is from the chapter "Templates, the Standard Template Library (STL), and Other Skills" of the series "The Complete C++ Developer Course".null
The Learning Depot
Subject, Object, Possessive, and Reflexive Pronouns
In this lesson, you will learn about pronoun case. There are four common pronoun cases: subject, object, possessive, and reflexive. Examples are given. My apologies for the sound. Was having trouble with the mic. :-)
The Learning Depot
Prepositional Phrases as Adjectives and Adverbs
A group of words that may take the place of a part of speech is called a phrase. In an earlier lesson, I explained the seven types of phrases, but in this lesson, I expand on the prepositional phrase. The prepositional phrase is a...
The Learning Depot
What is a Conjunction? 3 Types of Conjunctions | Coordinate | Subordinate | Correlative
In this lesson, you will learn about the three types of conjunctions: coordinate, subordinate, and correlative. You will learn about the acronyms FANBOYS, THAMOS, and SWABITs.
Curated Video
Complete Java SE 8 Developer Bootcamp - Sorting and Searching Arrays
Use helper method to sort and search through an array. This clip is from the chapter "Arrays" of the series "Complete Java SE 8 Developer Bootcamp".In this section, author details benefits of using various types of arrays to store...
The Learning Depot
Active and Passive Voice of Verbs | English Grammar Lesson
Voice is one of the five properties of verbs. The voice of a verb determines whether the subject performs or receives the action. In today's lesson, you will learn about the two grammatical voices: active and passive. You will learn how...
Curated Video
Describe computer programming : Basic Python Syntax
From the section: Introduction to Python. In this section we look at Python's fundamental, built-in data structures, and discuss how and when to use them. This video will give you an overview of the Basic Python syntax. • Set up a...
Curated Video
Describe computer programming : Commenting
From the section: Common Coding Concepts.This section will cover common coding concepts such as Scratch setup, bugs, pseudocode, decomposition, commenting and many more. Common Coding Concepts: Commenting
Curated Video
Describe computer programming : Pseudocode
From the section: Common Coding Concepts.This section will cover common coding concepts such as Scratch setup, bugs, pseudocode, decomposition, commenting and many more. Common Coding Concepts: Pseudocode