Instructional Video0:43
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Module Objectives - Enabling our programs to make decisions based on input

Higher Ed
This brief video outlines what we will learn in this module, focusing mainly on the deeper elements of programming involving Java, like strings, arrays, loops, and decision-making.
Instructional Video0:31
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Module 1 Summary

Higher Ed
This video summarizes the concepts learned in Module 1: the Java development lifecycle and compilation process, understanding the different Java versions and development tools, and compiling and running programs via the command line.
Instructional Video6:07
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Program: Simple Interest Calculator

Higher Ed
This lecture will demonstrate how to write a program that calculates simple interest earned on a dollar amount invested at an interest rate.
Instructional Video2:53
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Program: Date Difference

Higher Ed
In this video, we will learn to write a simple program that uses the DateTime class to calculate the age difference between two siblings.
Instructional Video4:45
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - DateTime

Higher Ed
We will look at the Java built-in API that contains classes for representing data and time, the java.util, java.time, java.sql, and java.text packages.
Instructional Video7:20
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Arithmetic Operators

Higher Ed
In this lesson, we will perform basic arithmetic calculations used in Java for mathematical operations.
Instructional Video5:21
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Program: User Input - Voting Age

Higher Ed
We will learn to accept user inputs, a critical step for any software program. We will learn to use the scanner library to achieve this.
Instructional Video5:19
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Boolean & Logical Operators

Higher Ed
In this lecture, we will learn about the Boolean datatype and also look at logical operators in Java. We will create statements and have our program evaluate whether the statements are true or false.
Instructional Video4:21
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Char Data Type

Higher Ed
In this video, we will understand the char datatype and briefly look at the string datatype. We will define several char variables in upper and lower case and numbers and integers.
Instructional Video6:16
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Variables & Data Types

Higher Ed
In this lesson, we will learn about variables and look at the various datatypes available in Java. We will create a new Java project and understand the different data types.
Instructional Video9:34
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Environment Setup & First Run

Higher Ed
This video illustrates how to install the Java development kit, configure it on our machine, and run the Java program for the first time.
Instructional Video0:50
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Module Objectives - Getting you comfortable with the JAVA ecosystem

Higher Ed
In this video, we will look at the objectives of Module 1. We will define the Java development Lifecycle and compilation. We will differentiate between the different versions of Java and learn about basic Java syntax.
Instructional Video2:30
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Introduction

Higher Ed
This video introduces the author, the course in general, what to expect from the course, and a brief introduction to Java programming.
Instructional Video9:11
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Data Structures in Python

Higher Ed
In this video, we will understand the data structures in Python. This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will be...
Instructional Video11:47
Curated Video

Mastering C++ Standard Library Features [Video] - constexpr' in the Standard Library

Higher Ed
Learn about `constexpr` features in the Standard Library introduced throughout C++11/14/17, and upcoming C++20 features
Instructional Video20:04
Curated Video

Mastering C++ Standard Library Features [Video] - Constant Expressions

Higher Ed
Understand what a "constant expression" is and how 'constexpr' allows to create functions that can be executed at compile-time
Instructional Video13:43
Zach Star

Computer Science Vs Software Engineering | How to Pick the Right Major

12th - Higher Ed
The differences in computer science and software engineering can sometimes come down to what university you go to. In terms of their definition computer science is more math and theory based, while software engineering is more applied....
Instructional Video4:43
Curated Video

Structural Design Patterns in Modern C++ - Pros and Cons - Facade Design Pattern

Higher Ed
This video explains the pros and cons of the Facade pattern. This clip is from the chapter "Facade Design Pattern" of the series "Structural Design Patterns in Modern C++".This section explains the Facade design pattern and teaches you...
Instructional Video6:16
Curated Video

Learn JavaScript from Scratch JavaScript for Everyone - Data Structures

Higher Ed
In this video, you'll learn the importance of data structures. This clip is from the chapter "Coding with JavaScript" of the series "Learn JavaScript from Scratch: JavaScript for Everyone".In this section, you'll get started with coding...
Instructional Video3:31
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Introduction to Course

Higher Ed
This video provides an overview of the entire course. This clip is from the chapter "Introduction" of the series "Scala & Spark-Master Big Data with Scala and Spark".Welcome to the course.
Instructional Video7:37
Curated Video

R Programming for Statistics and Data Science - Quick Guide to the RStudio User Interface

Higher Ed
This video is a quick guide to the RStudio user interface. This clip is from the chapter "Introduction and Getting Started" of the series "R Programming for Statistics and Data Science".This section provides an introduction to the course.
Instructional Video3:18
Packt

Course Introduction - Data Structures and Algorithms The Complete Masterclass

Higher Ed
This video introduces you to the course. This clip is from the chapter "Course Introduction" of the series "Data Structures and Algorithms: The Complete Masterclass".This section provides an introduction to the course.
Instructional Video19:50
Curated Video

Data Science and Machine Learning with R - Creating Data Frames

Higher Ed
This video explains creating data frames. This clip is from the chapter "Data Types and Structures in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This video explains data types and...
Instructional Video6:29
Python Programmer

EDA Python - 10-1_Dictionaries

Higher Ed
Dictionaries are an essential data structure for data analysis. We explain what they are in this video.