Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Module Objectives - Enabling our programs to make decisions based on input
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Module 1 Summary
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Program: Simple Interest Calculator
This lecture will demonstrate how to write a program that calculates simple interest earned on a dollar amount invested at an interest rate.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Program: Date Difference
In this video, we will learn to write a simple program that uses the DateTime class to calculate the age difference between two siblings.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - DateTime
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Arithmetic Operators
In this lesson, we will perform basic arithmetic calculations used in Java for mathematical operations.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Program: User Input - Voting Age
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Boolean & Logical Operators
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Char Data Type
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Variables & Data Types
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Environment Setup & First Run
This video illustrates how to install the Java development kit, configure it on our machine, and run the Java program for the first time.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Module Objectives - Getting you comfortable with the JAVA ecosystem
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Introduction
This video introduces the author, the course in general, what to expect from the course, and a brief introduction to Java programming.
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Data Structures in Python
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...
Curated Video
Mastering C++ Standard Library Features [Video] - constexpr' in the Standard Library
Learn about `constexpr` features in the Standard Library introduced throughout C++11/14/17, and upcoming C++20 features
Curated Video
Mastering C++ Standard Library Features [Video] - Constant Expressions
Understand what a "constant expression" is and how 'constexpr' allows to create functions that can be executed at compile-time
Zach Star
Computer Science Vs Software Engineering | How to Pick the Right Major
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....
Curated Video
Structural Design Patterns in Modern C++ - Pros and Cons - Facade Design Pattern
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...
Curated Video
Learn JavaScript from Scratch JavaScript for Everyone - Data Structures
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...
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Introduction to Course
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.
Curated Video
R Programming for Statistics and Data Science - Quick Guide to the RStudio User Interface
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.
Packt
Course Introduction - Data Structures and Algorithms The Complete Masterclass
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.
Curated Video
Data Science and Machine Learning with R - Creating Data Frames
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...
Python Programmer
EDA Python - 10-1_Dictionaries
Dictionaries are an essential data structure for data analysis. We explain what they are in this video.