Curated Video
The Art of Doing - Python Network Applications with Sockets - The Pygame Module - Creating a Game Window and Game Loop
In this video, you will learn how to create a game window and game loop. This clip is from the chapter "Creating a Multiplayer Game with the Pygame Module" of the series "The Art of Doing - Python Network Applications with Sockets".In...
Curated Video
The Art of Doing - Python Network Applications with Sockets - Basic GUI Chat Room Part 2 - Building the Client Layout
In this second part, we are going to work on our output frame for the chat window. This clip is from the chapter "Creating a Basic GUI Chat Room with the Tkinter Module" of the series "The Art of Doing - Python Network Applications with...
Curated Video
Excel VBA Programming The Complete Guide - The Range.ColumnWidth and Range.RowHeight Properties
The Range.ColumnWidth and Range.RowHeight properties can resize the row and height of one or more columns or rows. In this lesson, we play around with these features in the Immediate Window. This clip is from the chapter "Range Actions"...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Theming with Variables
In this video you'll use SCSS variables to setup a theme for Indecision. This clip is from the chapter "Styling React" of the series "The Complete React Developer Course (with Hooks and Redux)".This section is about Styling React.
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Mobile Considerations
In this video you'll setup media queries to style Indecision for those mobile devices. This clip is from the chapter "Styling React" of the series "The Complete React Developer Course (with Hooks and Redux)".This section is about Styling...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Adding Loader
In this video you'll add a loader gif into the application. This clip is from the chapter "Styling Expensify App" of the series "The Complete React Developer Course (with Hooks and Redux)".This section is about Styling Expensify App.
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - jQuery Animate Effect
In this video, we'll cover jQuery animate effect. This clip is from the chapter "Learn jQuery" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".In this section, you will learn about jQuery, selecting with...
Curated Video
Modern HTML and CSS from the Beginning (Including Sass) - CSS Variables (Custom Properties)
More CSS Concepts - Advanced Selectors, Animation & More: CSS Variables (Custom Properties) This clip is from the chapter "More CSS Concepts - Advanced Selectors, Animation & More" of the series "Modern HTML and CSS from the Beginning...
Curated Video
Modern HTML and CSS from the Beginning (Including Sass) - CSS Transitions
More CSS Concepts - Advanced Selectors, Animation & More: CSS Transitions This clip is from the chapter "More CSS Concepts - Advanced Selectors, Animation & More" of the series "Modern HTML and CSS from the Beginning (Including Sass)".In...
Curated Video
Howard's Apartment (Decompose a rectilinear figure and calculate its combined area in the context of a real-world problem.)
The following shape shows Howard’s apartment. The lengths of the sides are labeled. What is the total area of the apartment?
Curated Video
Finding Width Using the Area
In this video, I teach how to find the width of a rectangular garden using its area and length. I provide a step-by-step guide on how to solve for the unknown variable and emphasize the importance of drawing a labeled picture. This is a...
Curated Video
Practical CSS3 Mastery Course - Debugging Using Developer Tool
In this video, we will cover debugging using the developer tool. This clip is from the chapter "Font, Color, Background, Float" of the series "Practical CSS3 Mastery Course".In this section, you will learn about font, color, background,...
Curated Video
Practical CSS3 Mastery Course - CSS Responsive Units - EM, REM, VW, and VH
In this video, we will cover responsive web design using units such as EM, REM, VW, and VH. This clip is from the chapter "Flexbox, Media Queries, and Responsive Design" of the series "Practical CSS3 Mastery Course".in this section, you...
Curated Video
Bootstrap 5 Course Build Responsive Websites Like a Pro - Images in Bootstrap
This video demonstrates images in Bootstrap. This clip is from the chapter "Typography in Bootstrap" of the series "Bootstrap 5 Course: Build Responsive Websites Like a Pro".This section focuses on the typography in Bootstrap.
Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - YOLO Training Data Generation
This video explains about the YOLO training data generation. This clip is from the chapter "YOLO" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on YOLO (You Only Live Once).
Curated Video
PEP8 Guidelines Python Clean Coding - Array Grid Project
This video explains how to create a simple game using the PEP8 guidelines and the Python tool kit. This clip is from the chapter "PEP8 Practice Projects" of the series "PEP8 Guidelines: Python Clean Coding".This section explains two...
Curated Video
Python In Practice - 15 Projects to Master Python - Creating Checkbox Widgets
This video explains creating checkbox 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...
Curated Video
Powerful Presentations With Google Slides - Using Tables
After this video, the viewer will be able to design and insert presentations in to their presentation.
Curated Video
Google Sheets Fundamentals - Printing Your Work
Printing Your Work • Printing an Entire Worksheet • Printing a Selected Area • Print Options
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - CSS Box Model
In this video, we'll cover CSS box model. 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 style...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - Adding Images to Your Page
In this video, we'll learn how to add images to your page. This clip is from the chapter "Learn HTML Course Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn about HTML here. You will learn about...
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 5) - DataTables
In this video, we'll look at DataTables. This clip is from the chapter "Book List Razor Project" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at book list Razor project.
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 5) - Order JavaScript API Call
In this video, we'll look at order JavaScript API call. This clip is from the chapter "Order Management" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at order management.
Brian McLogan
Write the polynomial when given zeros and multiplicity
👉 Learn how to write the equation of a polynomial when given rational zeros. Recall that a polynomial is an expression of the form ax^n + bx^(n-1) + . . . + k, where a, b, and k are constants and the exponents are positive integers. The...