Instructional Video3:44
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - HTML Headings

Higher Ed
In this video, we'll learn about HTML headings. 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 Element,...
Instructional Video6:17
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - Try to Make Index Page

Higher Ed
In this video, we'll work with index 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 Element, HTML...
Instructional Video2:27
Curated Video

Python 3 for Beginners: Looping Through Dictionaries in Python

Higher Ed
In this video, you'll learn how to loop through items in a dictionary using different techniques in Python. The video explains the syntax and usage of the for loop in Python for dictionaries, as well as how to access the values of each...
Instructional Video6:26
Curated Video

Python 3 for Beginners: Working with Dictionaries

Higher Ed
This educational video explains the fundamentals of Python dictionaries, a data structure that holds key value pairs. The video goes into detail on how to create, access, modify, and delete items in a dictionary, as well as how to check...
Instructional Video9:26
Curated Video

Website of the Week - CodeCombat

Pre-K - Higher Ed
Welcome to Website Wednesday, the new series in which each week I showcase a website which I think deserves special mention for its educational value, especially for teaching or learning IT or computer science.
Instructional Video15:14
Curated Video

Rust Programming Master Class from Beginner to Expert - Implementing Postfix Conversion - Part 1

Higher Ed
In this video, you will learn how to implement postfix conversion. This clip is from the chapter "Project: Stack Implementation" of the series "Rust Programming Master Class from Beginner to Expert".In this section, we will put all our...
Instructional Video13:20
Curated Video

Rust Programming Master Class from Beginner to Expert - Compound Data Types - Vectors

Higher Ed
In this video, we will cover compound data types such as vectors. This clip is from the chapter "Basic Programming" of the series "Rust Programming Master Class from Beginner to Expert".In this section, you will learn the fundamentals of...
Instructional Video2:20
Curated Video

Python for Machine Learning - The Complete Beginners Course - Visualizing the Dataset

Higher Ed
In this video, you will learn how to visualize the dataset. 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 Video3:39
Curated Video

Python for Machine Learning - The Complete Beginners Course - Sorting by Title and Rating

Higher Ed
In this video, you will learn how to sort by title and rating. 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 recommender...
Instructional Video2:25
Curated Video

Python for Machine Learning - The Complete Beginners Course - Setting Up Python

Higher Ed
In this video, you will learn how to set up Python. This clip is from the chapter "Optional: Setting Up Python and ML Algorithms Implementation" of the series "Python for Machine Learning - The Complete Beginner's Course".In this...
Instructional Video2:49
Curated Video

Python for Machine Learning - The Complete Beginners Course - Implementation in Python: Encoding Categorical Data - Classification Algorithms: Decision Tree

Higher Ed
In this video, you will learn how to encode categorical data. This clip is from the chapter "Classification Algorithms: Decision Tree" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, we will...
Instructional Video4:29
Curated Video

Python for Deep Learning - Build Neural Networks in Python - Predicting the Test Set Results

Higher Ed
In this video, you will learn how to predict the test set results. This clip is from the chapter "Implementation of ANN in Python" of the series "Python for Deep Learning — Build Neural Networks in Python".In this section, you will...
Instructional Video6:28
Curated Video

Python for Deep Learning - Build Neural Networks in Python - One-hot encoding using scikit-learn

Higher Ed
In this video, we will learn how to work with One-hot encoding using scikit-learn. This clip is from the chapter "Implementation of ANN in Python" of the series "Python for Deep Learning — Build Neural Networks in Python".In this...
Instructional Video2:15
Curated Video

Python for Deep Learning - Build Neural Networks in Python - Fitting the ANN Model to the Training Set

Higher Ed
In this video, you will learn how to fit the ANN model into the training set. This clip is from the chapter "Implementation of ANN in Python" of the series "Python for Deep Learning — Build Neural Networks in Python".In this section,...
Instructional Video3:53
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Hinting Datatypes

Higher Ed
In this video, you will learn about Python type hints, Python type hint list such as a list of strings, Python type for dictionary, or dict key value. This clip is from the chapter "Modules" of the series "The Ultimate Guide to Python...
Instructional Video12:20
Curated Video

PEP8 Guidelines Python Clean Coding - Whitespace in Functions and Logical Operations

Higher Ed
This video explains the complex guidelines of whitespace in functions and logical operations. This clip is from the chapter "Whitespace in Expressions and Statements" of the series "PEP8 Guidelines: Python Clean Coding".This section...
Instructional Video4:01
Curated Video

MongoDB Tutorial for Beginners (2022) - OR Operator

Higher Ed
Learn to implement the OR operator in MongoDB to display documents satisfying at least one condition. This clip is from the chapter "MongoDB Operators" of the series "MongoDB Tutorial for Beginners (2022)".This section illustrates the...
Instructional Video5:27
Curated Video

Minimal API Development with ASP.NET Core - Install and Explore Postman

Higher Ed
In this video, you will learn how to download and install Postman, which is a free tool that allows you to conduct tests on your API. This clip is from the chapter "Environment Configuration" of the series "Minimal API Development with...
Instructional Video6:59
Curated Video

PEP8 Guidelines Python Clean Coding - Data Structures

Higher Ed
This video explains the various data structures in Python. This clip is from the chapter "Python Basics" of the series "PEP8 Guidelines: Python Clean Coding".This section focuses on various basic Python concepts.
Instructional Video8:29
Curated Video

Simplifying Expressions and Solving Equations - Algebraic Techniques

9th - 12th
This video shows the process for solving the problem presented in IGCSE A June 2018 paper 1H Q3, which involves simplifying expressions and solving equations. Problems include those with powers, using the laws of exponents, and isolating...
Instructional Video2:43
Curated Video

TypeScript for Beginners - RegEx Program 2

Higher Ed
In this video, we will use regular expressions to validate a password. This clip is from the chapter "More Types" of the series "TypeScript for Beginners".This section primarily focuses on types of maps and expressions.
Instructional Video2:13
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - HTML Doctype

Higher Ed
In this video, we'll learn about HTML Doctype. 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 Element,...
Instructional Video8:26
Curated Video

REST APIs with Flask and Python - Variables in Python

Higher Ed
This video focuses on the variables in Python. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help refresh your Python knowledge.
Instructional Video16:42
Curated Video

REST APIs with Flask and Python - Logging In and Retrieving Users from a Database

Higher Ed
This video explains how to log in and retrieve users from a database. This clip is from the chapter "Storing Resources in a SQL Database" of the series "REST APIs with Flask and Python".This section explains the various aspects of...