Instructional Video2:42
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Get User Input

Higher Ed
This video demonstrates how to get user input in a specific program. 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 Video8:21
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Variables - Data Types

Higher Ed
This video explores the data types in Python. 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 Python. In this...
Instructional Video2:42
Curated Video

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

Higher Ed
In this video, the author demonstrates the installation of Python in Linux 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...
Instructional Video2:47
Curated Video

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

Higher Ed
This video demonstrates how to install Python in Windows 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...
Instructional Video1:43
Curated Video

C++ Developer - Section Overview - Introduction to Classes and Objects

Higher Ed
This video introduces you to classes and objects. This clip is from the chapter "Introduction to Classes and Objects" of the series "The Complete C++ Developer Course".This section introduces classes and objects.
Instructional Video10:28
Curated Video

C++ for Beginners - Bitwise Operators

Higher Ed
This lesson examines Bitwise operators, or, ways to manipulate binary numbers. This clip is from the chapter "Binary Operations" of the series "C++ for Beginners".Binary Theory
Instructional Video7:22
Curated Video

Creational Design Patterns in Modern C++ - Logger Class - Part I

Higher Ed
This video is the first part of the two-part video that highlights the issues in a class and explains why it needs to be a singleton. • Structure of the match function • Learn implementation of match function • Usage example and...
Instructional Video8:23
Curated Video

Creational Design Patterns in Modern C++ - Registry of Singletons - II

Higher Ed
This video is the second part of the two-part video that demonstrates how to implement the registry using a lazy instantiation. This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This...
Instructional Video16:25
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Functions

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 Video8:12
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - For Loops

Higher Ed
This is a special type of loop that will cycle over all your items in an iterable (like a list or tuple). This clip is from the chapter "Intermediate Python" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".This...
Instructional Video6:03
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Variables

Higher Ed
Variables let you store "answers" in shortcuts with names. That's basically the entire lesson in one sentence. This clip is from the chapter "Beginner-friendly Python" of the series "Python for Everybody: The Ultimate Python 3...
Instructional Video12:11
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Unit Tests

Higher Ed
Unit tests let you test your code. You should actually try to break your own code! Unit tests ensure your code consistently produces expected answers. This clip is from the chapter "Advanced Python" of the series "Python for Everybody:...
Instructional Video3:13
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Summary

Higher Ed
You're done? Here's where to go next. This clip is from the chapter "Summary" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".Let's wrap up the course
Instructional Video3:29
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Finding 3rd Party Packages

Higher Ed
Learn how to find 3rd party packages in Python. 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, and...
Instructional Video6:15
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Errors and Exceptions

Higher Ed
Errors happen. You can NOT avoid them. It's a fact of life, your programs will have errors somewhere. But that doesn't mean your code should crash your program. Learn how to handle errors gracefully. This clip is from the chapter...
Instructional Video12:19
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Catching Exceptions

Higher Ed
When you get an error, you need to "handle" it so your code doesn't crash. 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,...
Instructional Video4:40
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Booleans

Higher Ed
Booleans are true or false. It‘s like 1 or 0. On or off. Yes or no. Actually, you don't even need to watch this video, this description summed it up! This clip is from the chapter "Beginner-friendly Python" of the series "Python for...
Instructional Video4:30
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Filter

Higher Ed
Ever need to filter through items in a list? The filter function lets you filter data very easily. A good example is skipping through the Uber Eats menu and going straight to McDonald's. You filtered everything else out. This clip is...
Instructional Video8:23
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Decorators

Higher Ed
Python has this cool feature that lets you add extra functionality to an existing function. It's like a toggle for function features! This clip is from the chapter "Advanced Python" of the series "Python for Everybody: The Ultimate...
Instructional Video8:04
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Creating a Package

Higher Ed
Learn how to create your own local package for your Python programs! 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,...
Instructional Video2:30
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Asking Great Questions

Higher Ed
For many, the reason you want to take a course is to have access to a dedicated teacher. But sometimes the teachers need help with well-formatted code. Learn how to ask awesome questions to get awesome answers! This clip is from the...
Instructional Video4:49
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Create a Python Class

Higher Ed
This video demonstrates how to create a class in Python. This clip is from the chapter "Extra: Python OOP" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section, the author gives a concise...
Instructional Video3:08
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Use Loops to Iterate on Python Lists

Higher Ed
This video demonstrates how to use loops to iterate on Python lists. This clip is from the chapter "Python Basics- Level 3" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section, the author gives a...
Instructional Video3:46
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Combine Different Conditional Statements

Higher Ed
In this video, the author demonstrates how to combine different conditional statements. This clip is from the chapter "Python Basics- Level 3" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section,...