Instructional Video6:39
Curated Video

The Complete Python Course - Literals

Higher Ed
Learn what Python literals are and their types with examples: string literals, numeric literals, and Boolean literals. This clip is from the chapter "Python Tokens" of the series "The Complete Python Course (2022)".This section focuses...
Instructional Video2:16
Curated Video

The Complete Python Course - Creating a List in Python

Higher Ed
In this video, you will learn how to create a list in Python and populate the list. This clip is from the chapter "Python – Lists" of the series "The Complete Python Course (2022)".This section focuses on the lists used in Python, how to...
Instructional Video5:35
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Updating JSON Data

Higher Ed
You will learn how to update the intervals and checkbuttons and update the values in the JSON file. This clip is from the chapter "Project Sedentary Alert" of the series "The Ultimate Guide to Python Programming with Python 3.10".This...
Instructional Video4:09
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - True or False Values

Higher Ed
In this video, you will learn about the only two Boolean values in Python, true and false. This clip is from the chapter "Booleans" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on true...
Instructional Video2:54
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Ternary Operators

Higher Ed
In this video, we will use the if condition to convert complex numbers to integers. This clip is from the chapter "Decision Control" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section is about...
Instructional Video4:08
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Dictionaries or Hash-Tables

Higher Ed
Hash-tables or lookup tables are nothing but dictionaries, usually compressed so that they are easier to store. This clip is from the chapter "Revisiting Dictionary" of the series "The Ultimate Guide to Python Programming with Python...
Instructional Video1:49
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Casting Type

Higher Ed
We will look at methods to convert the datatypes of one class to another datatype. This clip is from the chapter "Object-Oriented Programming" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses...
Instructional Video5:38
Curated Video

Hands-on .NET Minimal API for Web Developers - Step 15: Implement PUT Operation to Update an Existing Item

Higher Ed
In this lesson, we will continue using the PUT operation in MapPut to fetch an existing item. This clip is from the chapter "Implementing Individual Item APIs" of the series "Hands-On .NET Minimal API for Web Developers".This section...
Instructional Video6:31
Curated Video

Hands-on .NET Minimal API for Web Developers - Step 13: Use AutoMapper to MapPost Method

Higher Ed
This lecture shows us how to implement the AutoMapper and the DTO in the MapPost method. This clip is from the chapter "Improving Your Minimal API" of the series "Hands-On .NET Minimal API for Web Developers".This section takes us...
Instructional Video3:30
Curated Video

Hands-on .NET Minimal API for Web Developers - Returning the Results in Minimal API

Higher Ed
This lecture will teach us how to return values from the Map method in Minimal API. This clip is from the chapter "Implementing Collection APIs" of the series "Hands-On .NET Minimal API for Web Developers".In this section, you will learn...
Instructional Video8:18
Curated Video

Machine Learning Random Forest with Python from Scratch - Numbers

Higher Ed
This lesson will teach us about numbers, the first standard datatype in Python, used for arithmetic operations and storing information. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest...
Instructional Video11:34
Curated Video

Minimal API Development with ASP.NET Core - Refactor Endpoints with Repository

Higher Ed
This video explains how to refactor endpoints with the repository. This clip is from the chapter "Create API Endpoints" of the series "Minimal API Development with ASP.NET Core".This section focuses on creating API endpoints.
Instructional Video5:14
Curated Video

Intro To Python Programming - Else Statements

Pre-K - Higher Ed
Not every conditional is evaluated as true. In this section of the course, you'll create else statements to work with false conditions.
Instructional Video5:33
Curated Video

Intro To Python Programming - Converting Variable Type

Pre-K - Higher Ed
There are times you'll need to convert a string variable to a numerical variable and vice-vera. You'll learn how to convert variables from one type to another in this section of the course.
Instructional Video5:04
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Splitting the Data (NN Implementation)

Higher Ed
In this video, you will learn how to implement splitting the data in our neural network. This clip is from the chapter "Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we...
Instructional Video5:37
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Python Useful function: Python Function- Round

Higher Ed
In this video, we will cover Python function- round. This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In...
Instructional Video5:44
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - NumPy for Numerical Data Processing: NumPy Structured Arrays Solution

Higher Ed
In this video, we will cover NumPy structured arrays solution. This clip is from the chapter "Basics for Data Science: Data Understanding and Data Visualization with Python" of the series "Data Science and Machine Learning (Theory and...
Instructional Video1:22
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - NumPy for Numerical Data Processing: NumPy Structured Arrays Quiz

Higher Ed
In this video, we will cover NumPy structured arrays quiz. This clip is from the chapter "Basics for Data Science: Data Understanding and Data Visualization with Python" of the series "Data Science and Machine Learning (Theory and...
Instructional Video9:01
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - NumPy for Numerical Data Processing: Arrange, Random, and Reshape-Part 1

Higher Ed
In this video, we will cover arrange, random, and reshape-part 1. This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects) A...
Instructional Video7:38
Curated Video

Data Structures and Algorithms The Complete Masterclass - Recursion Example - Factorial of a Number

Higher Ed
This video provides a recursion-based example and explains how to get the factorial of a number. This clip is from the chapter "Essential Concepts - II" of the series "Data Structures and Algorithms: The Complete Masterclass".This is the...
Instructional Video5:57
Curated Video

Data Structures and Algorithms The Complete Masterclass - Implementing Data Structures

Higher Ed
This video demonstrates how to implement data structures. This clip is from the chapter "Implementations and Interview Questions" of the series "Data Structures and Algorithms: The Complete Masterclass".This section focuses on...
Instructional Video11:02
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Variable and Operator: Combining Comparisons in Python

Higher Ed
In this video, we will cover combining comparisons in Python. This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects) A to...
Instructional Video8:01
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Creating Tables in Databases

Higher Ed
This video explains how to create tables in databases. This clip is from the chapter "Database Connection to Selenium Test Cases" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section discusses the...
Instructional Video8:32
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Brush-Up Basic Java Concepts -2

Higher Ed
This is the second part of a three-part lecture that helps you brush up your Java concepts. This clip is from the chapter "Brush-Up Java Concepts for Selenium Automation" of the series "Selenium WebDriver with Java - Basics to Advanced...