Instructional Video11:02
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Command line/Terminal basics

Higher Ed
An introductory look at collections in Python This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python in-depth.
Instructional Video4:32
Curated Video

CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - About Us Section-Markup

Higher Ed
Project 1 - Grand Hotel (Based on Flexbox): About Us Section-Markup This clip is from the chapter "Project 1 - Grand Hotel (Based on Flexbox)" of the series "CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox)".This section includes a...
Instructional Video4:04
Curated Video

CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - Pseudo Elements

Higher Ed
CSS Basics: Pseudo Elements This clip is from the chapter "CSS Basics" of the series "CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox)".This section is about CSS Basics.
Instructional Video9:52
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - Styling of Navigation "Project - Build a Twitter Clone (News Feed Page)"

Higher Ed
Project - Build a Twitter Clone (News Feed Page): Styling of Navigation This clip is from the chapter "Project - Build a Twitter Clone (News Feed Page)" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This...
Instructional Video6:40
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - Measurement units - Part 1

Higher Ed
CSS Crash Course: Measurement units - Part 1 This clip is from the chapter "CSS Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section gives an overview of CSS.
Instructional Video6:14
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - DOM Navigation

Higher Ed
DOM Crash Course: DOM Navigation This clip is from the chapter "DOM Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section is about DOM, DOM styles and classes, events etc
Instructional Video5:04
Curated Video

Complete Java SE 8 Developer Bootcamp - Collections

Higher Ed
Learn the basic syntax for using a collection. This clip is from the chapter "Collections" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to collections, list, sets, queues, deques and maps: - types of...
Instructional Video4:32
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - CSS Float Elements

Higher Ed
In this video, we'll cover CSS float elements. This clip is from the chapter "CSS Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section is about CSS; learn basics of CSS, CSS inline style, CSS...
Instructional Video1:55
Curated Video

Sport Store (Use multiplication to solve word problems involving groups.)

K - 12th
A sports store received a shipment of 6 boxes of T-shirts, each box contains 8 T-shirts . How many T-shirts did they get in total?
Instructional Video3:14
Curated Video

Learning CSS (Video 5)

Higher Ed
As a modern day web designer, it is very critical for you to prepare for the CSS3 world we live in. A major challenge that designers face in their day-to-day life is making their designs stand out from the rest and ensuring they work on...
Instructional Video9:39
Curated Video

Core Java Programming Course- Arrays in Java

Higher Ed
This video explains the different arrays in Java. This clip is from the chapter "Arrays" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains arrays in Java.
Instructional Video7:35
Curated Video

Core Java Programming Course- Hash Set

Higher Ed
This video explains the Hash set. This clip is from the chapter "Sets and Maps" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various sets and maps available in Java.
Instructional Video21:14
Packt

Validating if User Interface (UI) Elements Are Disabled or Enabled with Attributes

Higher Ed
This video explains how to validate if the UI elements are disabled or enabled with attributes. This clip is from the chapter "Selenium WebDriver: Techniques to Automate Web Elements" of the series "Selenium WebDriver with Java - Basics...
Instructional Video20:37
Packt

Linked List Complexities

Higher Ed
This video focuses on complexities of linked lists. This clip is from the chapter "Data Structures – Linked Lists" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to linked lists in...
Instructional Video4:12
Curated Video

C++ Standard Template Library in Practice - Swapping

Higher Ed
The listener is new to algorithms and does not know about the swapping algorithms. • Introduce the listener to the std::swap algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a code...
Instructional Video9:15
Curated Video

C++ Standard Template Library in Practice - Stacks and Queues

Higher Ed
The user is unfamiliar with the deque container, the adapter containers that wrap it, wishes to know more about them, and when to use them. • Begin by introducing the user to the deque container, discussing how it works • Then break down...