Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - HTML Headings
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,...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - Try to Make Index Page
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...
Curated Video
Python 3 for Beginners: Looping Through Dictionaries in Python
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...
Curated Video
Python 3 for Beginners: Working with Dictionaries
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...
Curated Video
Website of the Week - CodeCombat
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.
Curated Video
Rust Programming Master Class from Beginner to Expert - Implementing Postfix Conversion - Part 1
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...
Curated Video
Rust Programming Master Class from Beginner to Expert - Compound Data Types - Vectors
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...
Curated Video
Python for Machine Learning - The Complete Beginners Course - Visualizing the Dataset
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.
Curated Video
Python for Machine Learning - The Complete Beginners Course - Sorting by Title and Rating
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...
Curated Video
Python for Machine Learning - The Complete Beginners Course - Setting Up Python
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...
Curated Video
Python for Machine Learning - The Complete Beginners Course - Implementation in Python: Encoding Categorical Data - Classification Algorithms: Decision Tree
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...
Curated Video
Python for Deep Learning - Build Neural Networks in Python - Predicting the Test Set Results
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...
Curated Video
Python for Deep Learning - Build Neural Networks in Python - One-hot encoding using scikit-learn
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...
Curated Video
Python for Deep Learning - Build Neural Networks in Python - Fitting the ANN Model to the Training Set
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,...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Hinting Datatypes
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...
Curated Video
PEP8 Guidelines Python Clean Coding - Whitespace in Functions and Logical Operations
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...
Curated Video
MongoDB Tutorial for Beginners (2022) - OR Operator
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...
Curated Video
Minimal API Development with ASP.NET Core - Install and Explore Postman
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...
Curated Video
PEP8 Guidelines Python Clean Coding - Data Structures
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.
Curated Video
Simplifying Expressions and Solving Equations - Algebraic Techniques
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...
Curated Video
TypeScript for Beginners - RegEx Program 2
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.
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - HTML Doctype
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,...
Curated Video
REST APIs with Flask and Python - Variables in Python
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.
Curated Video
REST APIs with Flask and Python - Logging In and Retrieving Users from a Database
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...