Instructional Video7:45
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - def-Keyword

Higher Ed
Here, you will learn about functions and keywords using the (). This clip is from the chapter "Programming with Python" of the series "The Ultimate Guide to Python Programming with Python 3.10".In this section, we will look at installing...
Instructional Video1:57
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - compress()

Higher Ed
Here, you will learn to use the for loop and run the if check to compress the values of two iterables or lists. This clip is from the chapter "Iterators and Generators" of the series "The Ultimate Guide to Python Programming with Python...
Instructional Video3:46
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - assert Statements

Higher Ed
You will learn to ensure that statements remain true while debugging errors. This clip is from the chapter "Debugging" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on finding errors and...
Instructional Video2:34
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - all() Function

Higher Ed
In this video, you will learn to use all function to obtain true values. This clip is from the chapter "Iterators and Generators" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on lists,...
Instructional Video11:58
Packt

Python Data Types: Understanding and Storing Data Structures in Python

Higher Ed
In this video, we delve into the topic of data structures in Python. From academic results to online orders, everything is data that holds value and requires proper storage. Without structuring it correctly, the data can easily turn into...
Instructional Video17:48
Curated Video

The Art of Doing - Python Network Applications with Sockets - Online Multiplayer Game Part 11 - Resetting the Game for More Rounds

Higher Ed
In this eleventh part, you are going to learn how to reset the game upon game over for more rounds on both the client and the server side. This clip is from the chapter "Creating a Multiplayer Game with the Pygame Module" of the series...
Instructional Video9:50
Curated Video

Machine Learning Random Forest with Python from Scratch - Logical Operators, User Input, Game

Higher Ed
This video will teach us about the three types of logical operators: AND, OR, and Not(!). This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section...
Instructional Video7:13
Curated Video

Machine Learning Random Forest with Python from Scratch - Impurity

Higher Ed
Like all dataset characteristics, we will look at the impurities in a dataset and how they should be minimum in a good dataset. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest...
Instructional Video5:57
Curated Video

Machine Learning Random Forest with Python from Scratch - Boolean and Value Returning Function

Higher Ed
In this video, we will discuss a function that returns values as true or false, also called the Boolean function. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from...
Instructional Video5:47
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Implementing Basic Perceptron

Higher Ed
In this video, you will learn how to implement the basic perceptron in our notebook. This clip is from the chapter "Basics of Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section,...
Instructional Video8:07
Curated Video

Azure Data Factory for Beginners - Build Data Ingestion - Change the Logging of Pipelines to Send Fail Message Only

Higher Ed
This video explains how to change the logging of pipelines to send a failure message only. This clip is from the chapter "Metadata-Driven Ingestion" of the series "Azure Data Factory for Beginners - Build Data Ingestion".Introduction to...
Instructional Video27:30
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Function and Module in Python: Function Practice-Sorting List in Python

Higher Ed
In this video, we will cover function practice-sorting list 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...
Instructional Video15:48
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Basics of Programming: Example of Algorithms-Searching Minimum

Higher Ed
In this video, we will cover an example of algorithms for searching minimum. 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:44
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Pandas for Data Manipulation and Understanding: Pandas Where

Higher Ed
In this video, we will cover Pandas Where. 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 Projects) A to Z".In...
Instructional Video6:15
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Pandas for Data Manipulation and Understanding: Pandas DataFrame Solution

Higher Ed
In this video, we will cover Pandas DataFrame 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 Projects)...
Instructional Video4:06
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Pandas for Data Manipulation and Understanding: Pandas Clip Solution

Higher Ed
In this video, we will cover Pandas Clip 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 Projects) A to...
Instructional Video8:37
Curated Video

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

Higher Ed
In this video, we will cover NumPy masking. 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...
Instructional Video6:33
Curated Video

Learn Java Unit Testing with JUnit 5 in 20 Steps - Step 05 - Writing JUnit Assertions - assertNull and assertTrue

Higher Ed
JUnit 5: Step 05 - Writing JUnit Assertions - assertNull and assertTrue This clip is from the chapter "JUnit 5" of the series "Learn Java Unit Testing with JUnit 5 in 20 Steps".This section firstly introduces you to the course and gives...
Instructional Video14:45
Curated Video

Learn Java Unit Testing with JUnit 5 in 20 Steps - assertTrue and assertFalse

Higher Ed
JUnit 4: assertTrue and assertFalse This clip is from the chapter "JUnit 4" of the series "Learn Java Unit Testing with JUnit 5 in 20 Steps".In this section, you will learn about Junit 4.
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 Video7:24
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Sets: PowerSets Solution

Higher Ed
In this video, the presenter teaches about sets and their terminology, using Python as an example. Viewers will learn about membership relationships, subsets, and how to write their own subset function. The presenter also encourages...
Instructional Video13:47
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Getting the Titles of Child Tabs with Optimized While Loop

Higher Ed
This video explains how to get the titles of child tabs with an optimized While loop. This clip is from the chapter "Real- Time Exercises (End-to-End Programming)" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video5:24
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Examples of Array List

Higher Ed
This video presents examples of Array List. 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 and...
Instructional Video16:40
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - End-to-End Practice Exercise

Higher Ed
This video presents an end-to-end practice exercise. This clip is from the chapter "Practical Problems and Methods to Handle them with Selenium" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...