Instructional Video4:58
Curated Video

Python In Practice - 15 Projects to Master Python - Multiple Inheritance

Higher Ed
This video explains multiple inheritance. This clip is from the chapter "Inheritance" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on inheritance.
Instructional Video3:52
Curated Video

Python In Practice - 15 Projects to Master Python - Built-Ins Overloading on User-Defined Classes

Higher Ed
This video explains the built-ins overloading on user-defined classes. This clip is from the chapter "Object-Oriented Programming" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on object-oriented...
Instructional Video6:08
Curated Video

The Complete Python Course - Types - Integer, Long, Float, Complex Data Types

Higher Ed
Here, you will learn about Python's various data types or numbers. This clip is from the chapter "Python – Numbers" of the series "The Complete Python Course (2022)".This section discusses numbers used in Python, such as integer, long,...
Instructional Video3:55
Curated Video

PEP8 Guidelines Python Clean Coding - Exercise 1: Inputs and Logical Operations

Higher Ed
This video is an exercise on inputs and logical operations in which you will write a code to ask the user to input two numbers. This clip is from the chapter "Python Basics" of the series "PEP8 Guidelines: Python Clean Coding".This...
Instructional Video2:22
Curated Video

Hands-on .NET Minimal API for Web Developers - Step 4: Add Data Models

Higher Ed
In this lesson, we will look at creating a data model for the course type to represent them in the web API and the clients. This clip is from the chapter "Implementing Collection APIs" of the series "Hands-On .NET Minimal API for Web...
Instructional Video3:32
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - The Array Data Type

Higher Ed
In this lesson, we will look at the different sequence of elements or datatypes and the array as a datatype. This clip is from the chapter "Arrays" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section...
Instructional Video8:11
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Continuous Random Variables: Exponential Python

Higher Ed
In this video, we will cover Exponential Python. This clip is from the chapter "Basics for Data Science: Mastering Probability and Statistics in Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In...
Instructional Video5:07
Curated Video

Intro To Python Programming - Parameterized Functions

Pre-K - Higher Ed
We can send values to functions to be processed. These values are known as parameters. We'll work with parameterized functions in Python in this video.
Instructional Video15:55
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Variable and Operator: Variables

Higher Ed
In this video, we will cover variables. 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 this section, we...
Instructional Video6:07
Curated Video

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

Higher Ed
In this video, we will cover Python function- Is instance and PowFunctions. 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...
Instructional Video8:48
Curated Video

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

Higher Ed
In this video, we will cover Python function- Input. 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 Video16:51
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Control Flow in Python: Comments and Problem-Solving Practice with If

Higher Ed
In this video, we will cover comments and problem-solving practice with If. 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...
Instructional Video8:57
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - What are Arrays and their usage in Java Programs?

Higher Ed
This video explains arrays and their usage in Java programs. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video14:44
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Parameterizing the Tests with Multiple Data using TestNG

Higher Ed
This video explains how to parameterize the tests with multiple data using TestNG. This clip is from the chapter "Framework Building from Scratch - Real Time Project" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video7:55
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Inserting Records into a Table

Higher Ed
This video explains how to insert records into a table. 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...
Instructional Video6:10
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Importance of This Keyword

Higher Ed
This video discusses the importance of This keyword. This clip is from the chapter "Core Java Tutorial - Part 2" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section explores core Java.
Instructional Video16:57
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Implementing Map Interface

Higher Ed
This video explains how to implement the Map interface. This clip is from the chapter "Core Java Tutorial - Part 3 - Collections Application Programming Interface (API)" of the series "Selenium WebDriver with Java - Basics to Advanced...
Instructional Video6:26
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Explaining Function Overloading in Java with an Example

Higher Ed
This video explains function overloading in Java with an example. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to Advanced...
Instructional Video12:55
Curated Video

Comprehensive Android Developer Bootcamp - Database Handler Class Setup - Part 2

Higher Ed
Persistence in Android - Database:Database Handler Class Setup - Part 2 This clip is from the chapter "Persistence in Android - Database" of the series "The Comprehensive Android Developer Bootcamp".In this section you will cover...
Instructional Video10:47
Curated Video

The Complete Java Developer Course: From Beginner to Master - Wrapper Classes

Higher Ed
This video explains about the wrapper classes. This clip is from the chapter "Arrays and ArrayLists" of the series "The Complete Java Developer Course: From Beginner to Master".This section explains how to use NumPy for numerical data...
Instructional Video3:19
Curated Video

REST APIs with Flask and Python - Writing Your First Python App

Higher Ed
This video explains how to write your first Python app. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help refresh your Python...
Instructional Video13:32
Curated Video

REST APIs with Flask and Python - Signing Up and Writing Users to a Database

Higher Ed
This video explains how to sign up and write users to a database. This clip is from the chapter "Storing Resources in a SQL Database" of the series "REST APIs with Flask and Python".This section explains the various aspects of storing...
Instructional Video8:32
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Java Program Principles

Higher Ed
This video explains the Java program principles. This clip is from the chapter "Java Basics" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section presents the basic concepts of Java, such as classes,...
Instructional Video9:38
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - RDD Map (Simple Function)

Higher Ed
In this lesson, you will learn how to use the Map() function excluding the Lambda function. This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on PySpark...