Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Map
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...
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Python Level 4: Exercises
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...
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Variable Scope
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...
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Install a Python IDE (PyCharm)
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...
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Python Level 2: Exercises – Solution
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...
Curated Video
C++ Developer - Finding Answers to Your Questions
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Section Overview "Encapsulation"
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.
Curated Video
Creational Design Patterns in Modern C++ - Fluent Builder
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...
Curated Video
Creational Design Patterns in Modern C++ - File Example - Introduction
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...
Curated Video
Creational Design Patterns in Modern C++ - Database Framework - Implementation
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...
Curated Video
Creational Design Patterns in Modern C++ - Singleton Versus Monostate
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...
Curated Video
Creational Design Patterns in Modern C++ - Using the std::call_once Function
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,...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Your First Python Program
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...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Super Function
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...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Real Life OOP Example
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,...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Lists
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...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - User Input
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:...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Project: Python Environment
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...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Installing Python
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...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Chaining Operators Together
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...
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Python Level 4: Exercises - Solution
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...
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Cast a Type to Another Type
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...
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Install Python on MacOS
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...
Curated Video
Creational Design Patterns in Modern C++ - Database Framework Usage
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...