Instructional Video3:04
Curated Video

Complete Java SE 8 Developer Bootcamp - Comments

Higher Ed
Comments are used as block of text in code that are intended for other developers. This part of statement is excluded from normal code execution. This clip is from the chapter "Java Conventions and Primitives" of the series "Complete...
Instructional Video0:17
Curated Video

Complete Java SE 8 Developer Bootcamp - Section Overview "Static, Scope, and Garbage Collection"

Higher Ed
In this video, you will learn about the core technologies used in Ethernet. This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn to use...
Instructional Video5:43
Curated Video

Complete Java SE 8 Developer Bootcamp - Catching Exceptions

Higher Ed
Learn to catch an exception with JVM which looks for code to handle exception once a throwable is thrown. This clip is from the chapter "Exception Handling" of the series "Complete Java SE 8 Developer Bootcamp".null
Instructional Video0:21
Curated Video

Complete Java SE 8 Developer Bootcamp - Section Overview "Dates and Time"

Higher Ed
The author introduces you to Java Date/ Time package. This clip is from the chapter "Dates and Time" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about immutable class to represent a date.
Instructional Video1:48
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Python Level 1: Exercises

Higher Ed
In this video, the author gives few exercises to work on. This clip is from the chapter "Python Basics- Level 1" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".This section is about the fundamentals of...
Instructional Video3:00
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Write Your First Python Statement

Higher Ed
This video demonstrates how to use Python Shell and write your first statement. This clip is from the chapter "Python Basics- Level 1" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".This section is about the...
Instructional Video6:32
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Where is Python Used These Days?

Higher Ed
Python 3 is used in every corner of software including websites, machine learning, AI, video games, self-driving cars, search engines, and pretty much everywhere else. This clip is from the chapter "Introduction" of the series "Python...
Instructional Video8:24
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Comparison Shortcuts

Higher Ed
Python gives us lots of nice shortcuts so we don't need to damage our hands typing the same thing over and over again. Let's look at shortcut comparison operators. This clip is from the chapter "Intermediate Python" of the series "Python...
Instructional Video12:28
Curated Video

C++ Developer - Logical Operators

Higher Ed
This video explains the logical operators. This clip is from the chapter "Fundamentals of C++" of the series "The Complete C++ Developer Course".This section discusses the fundamentals of C++.
Instructional Video8:27
Curated Video

C++ Developer - Project - Creating and Using Your Own Exception

Higher Ed
This video presents a project on creating and using your own exceptions. 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 Video16:20
Curated Video

C++ Developer - Rethrowing Exceptions

Higher Ed
This video explains how to rethrow exceptions. 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 Video15:13
Curated Video

C++ Developer - User Input

Higher Ed
This video explains user input. This clip is from the chapter "Fundamentals of C++" of the series "The Complete C++ Developer Course".This section discusses the fundamentals of C++.
Instructional Video5:41
Curated Video

Creational Design Patterns in Modern C++ - Basic Implementation

Higher Ed
This video explains the basic implementation of the builder pattern. • Open the *.ui file in Qt Creator • Add the QPlainTextEdit widget to the UI • Arrange the layout contents vertically and add menu items This clip is from the chapter...
Instructional Video8:08
Curated Video

Creational Design Patterns in Modern C++ - Why a Double-Checked Locking Pattern (DCLP) Fails?

Higher Ed
This video explains how a DCLP can fail in some scenarios. This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview of logger classes, multithreading, patterns,...
Instructional Video2:32
Curated Video

Complete Java SE 8 Developer Bootcamp - Predicate

Higher Ed
A predicate is a general functional interface that is provided by the Java SE API. This clip is from the chapter "Lambda Expressions and Static Imports" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we use marker...
Instructional Video4:34
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Project: Confidence Matters

Higher Ed
Confidence in life is important for making decisions. Machine learning is the same. If someone said, "I'm 17% certain you're working on a computer", you'd give that a second thought, no? Computers! This clip is from the chapter "Final...
Instructional Video7:14
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Nested Functions

Higher Ed
In Python, we can nest functions inside of functions. This clip is from the chapter "Advanced Python" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".This section helps understand about OOP, classes, class interface,...
Instructional Video7:26
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Interactive Notebooks

Higher Ed
This Python 3 course comes with interactive notebooks. Execute the code you see me writing, take notes beside the code, and safely experiment to learn Python in a hands-on way! This clip is from the chapter "Introduction" of the series...
Instructional Video4:29
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Project: Project: the Code

Higher Ed
It's 20 lines of codes. Seriously, that's it! 20 lines of Python can leverage machine learning and detect objects (and people) inside of images! We wrote longer classes in this course than that. This clip is from the chapter "Final...
Instructional Video4:27
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Lists (Sequences)

Higher Ed
Lists are another form of "sequence". We can loop through them and take an action based on every item in a list. Just like shopping for groceries… It‘s exactly like shopping for groceries, actually! This clip is from the chapter...
Instructional Video3:50
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Python Level 2: Exercises

Higher Ed
In this video, the author gives few exercises related to functions in Python. This clip is from the chapter "Python Basics- Level 2" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section, you will...
Instructional Video6:43
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Indexing and Slicing

Higher Ed
Strings, lists, and other versions of sequences have this thing called an "index". It's a number that represents the position of a letter in a word, or the position of an item in a list. This clip is from the chapter "Beginner-friendly...
Instructional Video5:10
Curated Video

C++ for Beginners - Outputting Errors

Higher Ed
In this lesson, David take a look at error reporting. This clip is from the chapter "Errors and Data Types" of the series "C++ for Beginners".Outputting Errors
Instructional Video3:13
Curated Video

Creational Design Patterns in Modern C++ - MySQL Database Classes

Higher Ed
This video explains the MySQL database classes. This clip is from the chapter "Abstract Factory" of the series "Creational Design Patterns in Modern C++".This section focuses on the basic implementation with the abstract factory, the...