Instructional Video14:44
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Creating Websites and Setting up and Designing Web Pages Using the CSS Grid - Coding Challenge

Higher Ed
This video presents a coding challenge on how to create websites and set up and design web pages using CSS grid. This clip is from the chapter "Cascading Style Sheet (CSS) Layouts FlexBox and CSS Grid" of the series "Modern Web Design...
Instructional Video2:08
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Creating Websites Using Modern HTML and HTML5 Coding

Higher Ed
This video explains how to create websites using modern HTML and HTML5 coding. This clip is from the chapter "Creating Web Pages with HTML5" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section demonstrates how...
Instructional Video3:41
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Creating Websites with a Grid Layout

Higher Ed
This video demonstrates how to create websites with a grid layout. This clip is from the chapter "Cascading Style Sheet (CSS) Layouts FlexBox and CSS Grid" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section...
Instructional Video1:57
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners: Exploring the Components of a Scrapy Project

Higher Ed
In this video, we will take a quick walkthrough of our Scrapy project, where we created an ebook scraper in the previous lesson. We will explore the various Python files that can be used to customize different aspects of our scraper,...
Instructional Video5:08
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - How to Scrape Dynamic Websites using Scrapy Playwright

Higher Ed
In this video, we delve into the world of dynamic websites, which require a browser to render their content. Through the use of Scrapy playwright, we explore how to scrape dynamic websites and automate tasks in a browser with code,...
Instructional Video4:21
Curated Video

How to Use ChatGPT and Generative AI for Passive Income - Use ChatGPT to Code a Website

Higher Ed
In this video, you will learn how to use ChatGPT to code a website. You will see how Generative AI can be used to create the HTML and CSS (Cascading Style Sheets) code necessary to build a website quickly and efficiently. This clip is...
Instructional Video3:42
Curated Video

How to Use ChatGPT and Generative AI for Passive Income - Upwork and Fiverr

Higher Ed
In this video, you will learn how to use Upwork and Fiverr, two popular freelance platforms, to find coding projects and earn a passive income. You will explore how to create an effective profile, search for relevant projects, and bid on...
Instructional Video5:15
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Extracting Data from API

Higher Ed
In this video tutorial, we learn how to create a spider to scrape data from an API using Scrapy. The instructor demonstrates how to load JSON data and store it in a dictionary. They also show how to check for the next page and send a...
Instructional Video17:44
Curated Video

Ownership and the World Wide Web

Pre-K - Higher Ed
Pupil outcome: I can recognise that the World Wide Web is made up of content created and owned by many people. Key learning points: - Websites and their content are created by people. - Content on the web is owned by the person or...
Instructional Video4:34
Curated Video

How to Use ChatGPT and Generative AI for Passive Income - Use ChatGPT to Code for Others

Higher Ed
In this video, you will learn how to use ChatGPT to code for others. You will explore how to create custom code snippets and templates that you can sell to other developers, allowing you to earn a passive income from your coding skills....
Instructional Video2:44
Getty Museum

A Poetry and Art Lesson by Paula Rucker

6th - 11th
For teacher Paula Rucker, art isn't just for her fourth and fifth grade students. Inspired by the Getty Museum's Art & Language Arts teacher professional development program, Paula describes how she engaged her fourth and fifth grade...
Instructional Video2:38
Curated Video

Mastering Bookmarks: Organize and Access Your Favorite Websites Efficiently

12th - Higher Ed
New ReviewThis video provides a step-by-step guide on how to effectively use bookmarks in a web browser to save and organize specific websites for easy access. Viewers are shown how to mark a website as a bookmark, select a location for saving...
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 Video7:03
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Loading Items with Scrapy ItemLoaders

Higher Ed
In this tutorial, we learn how to use Scrapy's item loader to scrape data from websites. The video demonstrates step-by-step how to create an item loader, select data using a custom selector, and add values to a Scrapy item. We also...
Instructional Video10:13
Curated Video

ChatGPT for Web Design - Create Amazing Websites - Setting Up a Domain and Hosting

Higher Ed
After learning to create a website, we will focus on publishing our website to reach out to more people and learn how to create a domain and add hosting services to our website.
Instructional Video9:41
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Scraping Dynamic Websites with Scrapy and Playwright

Higher Ed
In this video, we learn how to use Scrapy with playwright to scrape dynamic websites. The presenter shows us how to create a spider using Gen. Spider command, and then demonstrates how to send a request with playwright. The video is a...
Instructional Video6:25
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners: Running Scrapy Spider from a Single Python File

Higher Ed
In this educational video, we learn how to create a standalone Python file and run a web scraper using Scrapy without creating a whole project. The tutorial takes us through the steps of copying the spider code into a single file, naming...
Instructional Video6:49
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Creating a Dynamic Web Scraper with Scrapy for Websites with Multiple Pages

Higher Ed
In this video, you will learn how to use Scrapy to scrape data from multiple pages on a website. The video walks you through the process of extracting URLs, sending requests, and using the start requests method to automate the scraping...
Instructional Video5:38
Curated Video

Creating Fully Working QR Codes in Microsoft Word

Pre-K - Higher Ed
In this tutorial, you will learn how to easily create functional QR codes within Microsoft Word using the free add-on "QR for Office." By following simple steps, you can insert QR codes that link to websites, email addresses, phone...
Instructional Video3:25
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Creating Spiders

Higher Ed
In this video, we'll be learning how to create spiders for web scraping using Python and Scrapy. Our experienced instructor will guide you step by step through the process of defining a spider that will extract data from different...
Instructional Video3:36
Curated Video

Bootstrap 5 Course Build Responsive Websites Like a Pro - An Overview of the Bootstrap Website

Higher Ed
This video provides an overview of the Bootstrap website. This clip is from the chapter "Bootstrap 5 Overview, CDN Links and Extensions" of the series "Bootstrap 5 Course: Build Responsive Websites Like a Pro".This section focuses on the...
Instructional Video3:17
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Setting Up Custom Callback Function

Higher Ed
In this video, we will learn how to apply the concepts we learned in Scrapy shell to our spider, allowing us to extract specific data from websites more efficiently. The video walks us through the steps of selecting items, using loops to...
Instructional Video6:15
Curated Video

Create Your First Web Page with HTML

Pre-K - Higher Ed
Are you curious about how websites are made? Dive into the world of web development with this beginner-friendly tutorial! In this video, SkillSprints' expert Mark guides you through some of the fundamentals of HTML and help you build...
Instructional Video7:35
Curated Video

Figma for UIUX Master Web Design in Figma - Drafts and Projects in Figma

Higher Ed
This video talks about drafts and projects in Figma. 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...

Other popular searches