Instructional Video5:06
Curated Video

Figma for UIUX Master Web Design in Figma - Create a Table for the Sidebar

Higher Ed
This video explains how to create a table for the sidebar. This clip is from the chapter "Redesign an Ecommerce Business" of the series "Figma for UI/UX: Master Web Design in Figma".This section focuses on redesigning an ecommerce business.
Instructional Video6:50
Curated Video

Figma for UIUX Master Web Design in Figma - Adding Content in the Footer

Higher Ed
This video explains adding content in the footer. This clip is from the chapter "First Web Design Project" of the series "Figma for UI/UX: Master Web Design in Figma".This section focuses on the first web design project.
Instructional Video5:04
Curated Video

Figma for UIUX Master Web Design in Figma - How to Work with Text Like a Pro

Higher Ed
This video explains how to work with text like a pro. This clip is from the chapter "Discover the Most important Things about Figma" of the series "Figma for UI/UX: Master Web Design in Figma".This section focuses on the most important...
Instructional Video7:36
Curated Video

Selenium WebDriver Advanced - Industry Standard Framework - Custom Driver - Introduction

Higher Ed
This video introduces you to a custom driver. This clip is from the chapter "Custom Driver Concept" of the series "Selenium WebDriver Advanced - Industry Standard Framework".In this section, you will learn about the custom driver concept.
Instructional Video2:57
Curated Video

Python for Machine Learning - The Complete Beginners Course - Implementation in Python: Importing Libraries and Datasets - Recommender System

Higher Ed
In this video, you will learn how to import libraries and datasets. This clip is from the chapter "Recommender System" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, we will cover the...
Instructional Video4:15
Curated Video

Python for Machine Learning - The Complete Beginners Course - Implementation in Python

Higher Ed
In this video, you will learn implementation in Python. This clip is from the chapter "Clustering" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, you will learn about clustering.
Instructional Video8:41
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - CSS Selectors vs. Xpath: Pros and Cons Explained

Higher Ed
In this video, we explore the differences between CSS selectors and XPath selectors in web scraping. We compare the syntax and usage of both selectors and highlight the advantages and disadvantages of each. Through step-by-step...
Instructional Video13:31
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Building the GUI (Application Interface)

Higher Ed
In this beginner-friendly video, we will be building a Python application that allows us to input a search term and run a spider with just a click of a button. We will be using Python's built-in tkinter module to create the graphical...
Instructional Video4:31
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Attribute Selectors

Higher Ed
In this video, we'll learn how to select a web element based on its attribute using CSS selectors. The tutorial explains how to differentiate between link elements and select a specific one by using its attribute. It gives a step-by-step...
Instructional Video6:22
Curated Video

Python In Practice - 15 Projects to Master Python - Jupyter Notebook

Higher Ed
This video talks about the Jupyter Notebook. This clip is from the chapter "Advanced Level: Data Science" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the advanced level: data science.
Instructional Video2:45
Curated Video

Python In Practice - 15 Projects to Master Python - How Websites Work and How We Can Create One?

Higher Ed
This video explains how websites work and how we can create one? This clip is from the chapter "eBook Web Store" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the eBook web store.
Instructional Video14:09
Curated Video

Python In Practice - 15 Projects to Master Python - File Dialog Boxes for Application

Higher Ed
This video explains file dialog boxes for application. This clip is from the chapter "Advanced Level: Python GUI" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the advanced level concepts that...
Instructional Video12:00
Curated Video

Python In Practice - 15 Projects to Master Python - Creating Models and Storing eBooks in the Database

Higher Ed
This video explains creating models and storing eBooks in the database. This clip is from the chapter "eBook Web Store" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the eBook web store.
Instructional Video11:02
Curated Video

Python In Practice - 15 Projects to Master Python - Creating GUI Application Tk( ) Windows and Widgets

Higher Ed
This video explains creating GUI application Tk( ) windows and widgets. This clip is from the chapter "Advanced Level: Python GUI" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the advanced...
Instructional Video6:36
Curated Video

Python In Practice - 15 Projects to Master Python - Creating Button Widgets

Higher Ed
This video explains creating button widgets. This clip is from the chapter "Advanced Level: Python GUI" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the advanced level concepts that is on...
Instructional Video17:35
Curated Video

Python In Practice - 15 Projects to Master Python - Bootstrap as Base Template

Higher Ed
This video explains Bootstrap as base template. This clip is from the chapter "eBook Web Store" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the eBook web store.
Instructional Video9:31
Curated Video

Python In Practice - 15 Projects to Master Python - Adding eBooks Through the Admin Application

Higher Ed
This video helps in adding eBooks through the admin application. This clip is from the chapter "eBook Web Store" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the eBook web store.
Instructional Video10:18
Curated Video

Minimal API Development with ASP.NET Core - Add Data Transfer Objects

Higher Ed
This video explains how to add data transfer objects. This clip is from the chapter "Create API Endpoints" of the series "Minimal API Development with ASP.NET Core".This section focuses on creating API endpoints.
Instructional Video3:22
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - tkinter Module

Higher Ed
You will learn to use the tkinter class to create a graphical user interface using the Python built-in GUI module. This clip is from the chapter "Tkinter" of the series "The Ultimate Guide to Python Programming with Python 3.10".This...
Instructional Video4:50
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - State of Data

Higher Ed
You will learn to create a terminal application to use dictionaries to store and execute functions and use a while loop with inputs as a command. This clip is from the chapter "Data Preservation" of the series "The Ultimate Guide to...
Instructional Video3:47
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Notification (For Mac)

Higher Ed
You will learn to send notifications from macOS. This clip is from the chapter "Project Sedentary Alert" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on creating a graphical user...
Instructional Video5:59
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - getattr() Use Case

Higher Ed
We will look at the importance of using the getattr() case. 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 object-oriented...
Instructional Video2:01
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - getattr() and setattr()

Higher Ed
We will run functions using the get attribute and the set attribute. 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 Video8:09
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Classes and Objects - Classes - Inheritence

Higher Ed
After learning about classes and how to create our own class to create an object, we will now look at inheriting the attributes from one class to another. This clip is from the chapter "Classes" of the series "The Ultimate Guide to...