Curated Video
Raspberry Pi For Beginners - 2022 Complete Course - Send Your First Email from the Raspberry Pi
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...
Curated Video
Raspberry Pi For Beginners - 2022 Complete Course - Activity 09 - Solution
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - print()’s Arguments
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Optional Arguments or Parameters
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Multiprocessing
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - fire() rounds Argument
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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - @staticmethod Decorator
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...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - Using Command Line Arguments in Scrapy Spider
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...
Curated Video
The Complete Python Course - Function Arguments
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...
Curated Video
The Complete Python Course - Examples - Classes and Objects
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...
Curated Video
The Complete Python Course - 5 Coding Examples
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...
Curated Video
PEP8 Guidelines Python Clean Coding - Function Annotations: Part 1
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...
Packt
Fundamentals of Neural Networks - Linear Regression
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...
Curated Video
Full Stack Web Development MASTERY Course - Novice to Expert - Delete Documents Using Mongoose (CRUD Series)
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...
Curated Video
Python - Object-Oriented Programming - Creating Bank Account Object: Attributes
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 -...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - How to Perform a Full Join
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.
Curated Video
Intro To Python Programming - Input
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.
TLDR News
Johnson Resigns: What the Hell Happens Now?
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...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Ways of Initializing Arrays and Assigning Objects
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...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Reusing Functions with Variable Data
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...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - How to Execute Tests in Chrome Headless Mode?
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...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Explaining Function Overloading in Java with an Example
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...
Catalyst University
Buffers Henderson-Hasselbalch Equation with One Equation One Unknown
Calculation of pH with known species concentration and pKa
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Stage File
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...