Curated Video
Complete Java SE 8 Developer Bootcamp - Comments
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Section Overview "Static, Scope, and Garbage Collection"
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Catching Exceptions
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
Curated Video
Complete Java SE 8 Developer Bootcamp - Section Overview "Dates and Time"
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.
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Python Level 1: Exercises
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...
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Write Your First Python Statement
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...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Where is Python Used These Days?
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...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Comparison Shortcuts
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...
Curated Video
C++ Developer - Logical Operators
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++.
Curated Video
C++ Developer - Project - Creating and Using Your Own Exception
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++.
Curated Video
C++ Developer - Rethrowing Exceptions
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++.
Curated Video
C++ Developer - User Input
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++.
Curated Video
Creational Design Patterns in Modern C++ - Basic Implementation
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...
Curated Video
Creational Design Patterns in Modern C++ - Why a Double-Checked Locking Pattern (DCLP) Fails?
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,...
Curated Video
Complete Java SE 8 Developer Bootcamp - Predicate
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...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Project: Confidence Matters
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...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Nested Functions
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,...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Interactive Notebooks
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...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Project: Project: the Code
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...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Lists (Sequences)
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...
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Python Level 2: Exercises
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...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Indexing and Slicing
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...
Curated Video
C++ for Beginners - Outputting Errors
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
Curated Video
Creational Design Patterns in Modern C++ - MySQL Database Classes
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...