Instructional Video11:38
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Map

Higher Ed
Ever need to apply a function to every item in a list? If so, the Python map function is your friend. This clip is from the chapter "Intermediate Python" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".This section...
Instructional Video1:50
Curated Video

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

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

Practical Python: Learn Python Basics Step by Step- Python 3 - Variable Scope

Higher Ed
This video gives an overview of variable scope and demonstrates how to use it. 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 Video8:53
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Install a Python IDE (PyCharm)

Higher Ed
This video demonstrates how to install IDE PyCharm in different operating systems. 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...
Instructional Video9:29
Curated Video

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

Higher Ed
This video shows the answers to the exercises given in the previous video. 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 Video2:19
Curated Video

C++ Developer - Finding Answers to Your Questions

Higher Ed
This video highlights some common queries and provides answers to the questions. This clip is from the chapter "Getting Started" of the series "The Complete C++ Developer Course".This section introduces the learning objectives of this...
Instructional Video0:22
Curated Video

Complete Java SE 8 Developer Bootcamp - Section Overview "Encapsulation"

Higher Ed
The author provides an overview on encapsulation property of Java. This clip is from the chapter "Encapsulation" of the series "Complete Java SE 8 Developer Bootcamp".In this section, the author covers encapsulation as part of Java course.
Instructional Video5:42
Curated Video

Creational Design Patterns in Modern C++ - Fluent Builder

Higher Ed
This video highlights an alternative implementation of the builder that uses a fluent interface. This clip is from the chapter "Builder" of the series "Creational Design Patterns in Modern C++".This section explains all about the...
Instructional Video5:43
Curated Video

Creational Design Patterns in Modern C++ - File Example - Introduction

Higher Ed
This video introduces you to the file example. • Go through the Qt documentation • Understand that signals get emitted when something happens • Learn that slots can be “connected” to signals to react to events This clip is from the...
Instructional Video3:47
Curated Video

Creational Design Patterns in Modern C++ - Database Framework - Implementation

Higher Ed
This video demonstrates how to implement the database framework in your application. This clip is from the chapter "Abstract Factory" of the series "Creational Design Patterns in Modern C++".This section focuses on the basic...
Instructional Video2:33
Curated Video

Creational Design Patterns in Modern C++ - Singleton Versus Monostate

Higher Ed
This video demonstrates how to compare singleton and monostate and, thus, decide which one to use in the appropriate situation. This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This...
Instructional Video4:38
Curated Video

Creational Design Patterns in Modern C++ - Using the std::call_once Function

Higher Ed
This video demonstrates how to use the std::call_once function. 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,...
Instructional Video8:56
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Your First Python Program

Higher Ed
What's a programming course if you don't make a program right away? In this lesson, you'll create a simple, but functional, Python program. This clip is from the chapter "Beginner-friendly Python" of the series "Python for Everybody: The...
Instructional Video4:53
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Super Function

Higher Ed
When you've inherited a class, you can still access the original classes methods and execute them. Learn how in this lesson. This clip is from the chapter "Advanced Python" of the series "Python for Everybody: The Ultimate Python 3...
Instructional Video5:52
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Real Life OOP Example

Higher Ed
Let's take a look at a more realistic OOP example. 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 Video10:07
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Lists

Higher Ed
Lists let you store multiple items and preserve the order. Like a grocery list…if you were trying to get in and out of the store as fast as possible. This clip is from the chapter "Beginner-friendly Python" of the series "Python for...
Instructional Video3:58
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - User Input

Higher Ed
Accepting user input is part of every good program. This lesson will show you how to ask a user for input and how to use that input afterwards. This clip is from the chapter "Beginner-friendly Python" of the series "Python for Everybody:...
Instructional Video1:54
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Project: Python Environment

Higher Ed
It's a new Python project. It gets a new Python virtual environment. This clip is from the chapter "Final Project: Create an Image Recognition Application" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".In this...
Instructional Video1:58
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Installing Python

Higher Ed
In this lesson, we'll learn how to install Python 3.7 and Python 3.8 on Windows, MacOS, and Linux. This clip is from the chapter "Introduction" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".This section gives us a...
Instructional Video6:41
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Chaining Operators Together

Higher Ed
Sometimes you need to check whether something is a match against multiple answers. Chaining comparison operators in Python lets you check against multiple answers. This clip is from the chapter "Intermediate Python" of the series "Python...
Instructional Video7:10
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Python Level 4: Exercises - Solution

Higher Ed
This video shows the answers of the exercises given in the previous video. This clip is from the chapter "Python Basics- Level 4" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".This section gives an overview...
Instructional Video2:53
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Cast a Type to Another Type

Higher Ed
This video shows how to modify a data type of a variable. 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 Video2:37
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Install Python on MacOS

Higher Ed
This video shows how to install Python in Mac OS. This clip is from the chapter "Introduction" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section, the author gives a brief introduction of Python...
Instructional Video4:29
Curated Video

Creational Design Patterns in Modern C++ - Database Framework Usage

Higher Ed
This video highlights the macros and conditional statements. 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...