Instructional Video5:27
Curated Video

Excel VBA Programming The Complete Guide - The Worksheets.Add Method

Higher Ed
The Worksheets.Add method creates a new worksheet in the current Workbook. It accepts either one of two optional arguments, Before and After, that determine where the new worksheet will be placed. This clip is from the chapter "Object...
Instructional Video14:02
Curated Video

The Complete Excel Guide: Beginners to Advanced - Lookup Functions - Part 1

Higher Ed
The aim of this video is to explore lookup functions. This clip is from the chapter "Excel 2019 Advanced: Lookup Functions" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll explore lookup functions.
Instructional Video3:53
Curated Video

REST APIs with Flask and Python - Optimising Your Final Code and Request Parsing

Higher Ed
This video explains how to optimize your final code and request parsing. This clip is from the chapter "Flask-RESTful for More Efficient Development" of the series "REST APIs with Flask and Python".This section explores the various...
Instructional Video7:25
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Constructors - this() and super()

Higher Ed
Basics of Object Oriented Programming: Constructors - this() and super() This clip is from the chapter "Basics of Object Oriented Programming" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section...
Instructional Video8:42
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Fixtures and Their Importance in Pytest Framework

Higher Ed
This video explains fixtures and their importance. This clip is from the chapter "Part I-Unit Testing Framework" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explores Python's unit testing...
Instructional Video6:37
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Data Types in Python

Higher Ed
This video explains data types in Python. This clip is from the chapter "Getting Started with Python Basics" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explains the fundamentals needed for...
Instructional Video9:38
Curated Video

pandas for Python - A Quick Guide - DataFrame Manipulation

Higher Ed
Here, you will learn how to rename columns in a data frame. We will look at adding columns to a data frame, concatenating a data frame, and removing columns with the drop method. This clip is from the chapter "Data Preprocessing" of the...
Instructional Video3:58
Curated Video

Data Analytics using Python Visualizations - Using the ColumnDataSource Object

Higher Ed
This video explains using the ColumnDataSource object. This clip is from the chapter "Working with the Beautiful and Powerful Bokeh Library" of the series "Data Analytics Using Python Visualizations".This section explains working with...
Instructional Video3:42
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Final method, variable and class

Higher Ed
Modifiers: Final method, variable and class This clip is from the chapter "Modifiers" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will learn about Access Modifiers, Final method,...
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 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 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 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 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.