Instructional Video4:57
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Send Your First Email from the Raspberry Pi

Higher Ed
This video helps you with sending your first email from the Raspberry Pi. This clip is from the chapter "Send an Email from Your Raspberry Pi" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses on...
Instructional Video5:06
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Activity 09 - Solution

Higher Ed
This is the ninth activity solution video to create a new Python script from the Terminal. This clip is from the chapter "Python 3 and the Terminal" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses...
Instructional Video3:31
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - print()’s Arguments

Higher Ed
Let's look at the Keyword arguments that our print() functions also receive. This clip is from the chapter "Functions" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section illustrates a lot of built-in...
Instructional Video4:50
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Optional Arguments or Parameters

Higher Ed
Let's look at the parameters that we can define to alter the way the output looks like further. This clip is from the chapter "Functions" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section illustrates...
Instructional Video3:18
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Multiprocessing

Higher Ed
Just like threading, Python has a built-in multiprocessing module, which we can use to create a process. This clip is from the chapter "Threading and Multiprocessing" of the series "The Ultimate Guide to Python Programming with Python...
Instructional Video2:28
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - fire() rounds Argument

Higher Ed
Here, we will look at the fire() arguments and its execution upon setting the number of iterations in a while loop. This clip is from the chapter "While Loops" of the series "The Ultimate Guide to Python Programming with Python...
Instructional Video4:03
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - @staticmethod Decorator

Higher Ed
You will learn how to use the static method that does not take a self or class. 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 on...
Instructional Video7:10
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Using Command Line Arguments in Scrapy Spider

Higher Ed
In this educational video, we delve into tips and tricks for using scrapy to scrape websites. Our expert instructor walks us through how to set up our spider to receive command line arguments and use those arguments to scrape specific...
Instructional Video14:05
Curated Video

The Complete Python Course - Function Arguments

Higher Ed
In this lecture, we will look at function arguments and the different function arguments used in Python. This clip is from the chapter "Python – Functions" of the series "The Complete Python Course (2022)".This section focuses on...
Instructional Video5:09
Curated Video

The Complete Python Course - Examples - Classes and Objects

Higher Ed
This video demonstrates real examples of both classes and objects. This clip is from the chapter "Python – Classes and Objects" of the series "The Complete Python Course (2022)".In this section, we will focus on an object and a class and...
Instructional Video5:31
Curated Video

The Complete Python Course - 5 Coding Examples

Higher Ed
Examples of the code are demonstrated in this video for a better understanding of the anonymous function. This clip is from the chapter "Python – Lambda Functions" of the series "The Complete Python Course (2022)".This section discusses...
Instructional Video3:04
Curated Video

PEP8 Guidelines Python Clean Coding - Function Annotations: Part 1

Higher Ed
This video explains what function annotations and annotations for simple parameters are. This clip is from the chapter "Annotations and Recommendations" of the series "PEP8 Guidelines: Python Clean Coding".This section explains the most...
Instructional Video9:40
Packt

Fundamentals of Neural Networks - Linear Regression

Higher Ed
This video explains statistical machine learning, where you will start with the linear regression model. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains...
Instructional Video7:33
Curated Video

Full Stack Web Development MASTERY Course - Novice to Expert - Delete Documents Using Mongoose (CRUD Series)

Higher Ed
This video helps delete documents using Mongoose (CRUD series). This clip is from the chapter "MongoDB + Mongoose (Zero to Hero)" of the series "Full Stack Web Development Mastery Course - Novice to Expert".This section focuses on...
Instructional Video9:32
Curated Video

Python - Object-Oriented Programming - Creating Bank Account Object: Attributes

Higher Ed
After learning how to define an object, we will consider a bank account as an object and learn how to create it and understand its attributes. This clip is from the chapter "Basics of Object-Oriented Programming" of the series "Python -...
Instructional Video6:28
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - How to Perform a Full Join

Higher Ed
This video explains how to perform a full join. This clip is from the chapter "SAS SQL and Joining" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses on SAS SQL and joining.
Instructional Video7:18
Curated Video

Intro To Python Programming - Input

Pre-K - Higher Ed
So far the code we've written has all of the variable values hard coded, so we get the same ouput every time we run the program. Now we'll learn to take user input so we can process information provided by the user.
Instructional Video6:28
TLDR News

Johnson Resigns: What the Hell Happens Now?

12th - Higher Ed
Following record numbers of resignations, Boris Johnson has submitted to political pressure and resigned as Prime Minister. But... What the hell happens now? In this video, we discuss Johnson's speech and the process of rebuilding a new...
Instructional Video12:37
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Ways of Initializing Arrays and Assigning Objects

Higher Ed
This video demonstrates ways of initializing arrays and assigning objects. 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...
Instructional Video14:06
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Reusing Functions with Variable Data

Higher Ed
This video explains how to reuse functions with variable data. This clip is from the chapter "Cucumber Behavior Driven Data - Framework" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
Instructional Video10:23
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - How to Execute Tests in Chrome Headless Mode?

Higher Ed
This video explains how to execute tests in Chrome using the Headless Mode. This clip is from the chapter "Selenium Framework Optimization and Interview Questions" of the series "Selenium WebDriver with Java - Basics to Advanced and...
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 Video6:51
Catalyst University

Buffers Henderson-Hasselbalch Equation with One Equation One Unknown

Higher Ed
Calculation of pH with known species concentration and pKa
Instructional Video1:59
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Stage File

Higher Ed
This video explains the concept of a stage file. This clip is from the chapter "Basic Git Operations" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the Git file lifecycle. It also explains...