Hi, what do you want to do?
Curated Video
Python for Machine Learning - The Complete Beginners Course - Filtering Out Movies
In this video, you will learn how to filter out movies.
<
br/>
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...
<
br/>
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...
Curated Video
Python for Machine Learning - The Complete Beginners Course - Defining the Classifier
In this video, you will learn how to define the classifier.
<
br/>
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...
<
br/>
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...
Curated Video
Python for Deep Learning - Build Neural Networks in Python - Feature Scaling
In this video, you will learn about feature scaling.
<
br/>
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 learn...
<
br/>
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 learn...
Curated Video
MongoDB Tutorial for Beginners (2022) - Display Documents
Learn to display documents in MongoDB, that is, query/fetch documents from a collection.
<
br/>
This clip is from the chapter "Insert and Display" of the series "MongoDB Tutorial for Beginners (2022)".This section demonstrates how...
<
br/>
This clip is from the chapter "Insert and Display" of the series "MongoDB Tutorial for Beginners (2022)".This section demonstrates how...
Curated Video
Using ChatGPT on Excel Sheets: Creating and Activating API Key
In this lesson, you will learn how to install and activate the ChatGPT add-on on your Excel or Drive documents. You will also learn how to create a valid API key by going to the ChatGPT playground and pasting it into the add-on's...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - HTML Headings
In this video, we'll learn about HTML headings.
r/>
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...
r/>
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...
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.
r/>
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...
r/>
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
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.
<
br/>
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...
<
br/>
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...
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.
<
br/>
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...
<
br/>
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...
Curated Video
Python for Machine Learning - The Complete Beginners Course - Visualizing the Dataset
In this video, you will learn how to visualize the dataset.
<
br/>
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...
<
br/>
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...
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.
<
br/>
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...
<
br/>
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...
Curated Video
Python for Machine Learning - The Complete Beginners Course - Setting Up Python
In this video, you will learn how to set up Python.
<
br/>
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...
<
br/>
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...
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.
<
br/>
This clip is from the chapter "Classification Algorithms: Decision Tree" of the series "Python for Machine Learning - The Complete Beginner's Course".In this...
<
br/>
This clip is from the chapter "Classification Algorithms: Decision Tree" of the series "Python for Machine Learning - The Complete Beginner's Course".In this...
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.
<
br/>
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,...
<
br/>
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
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.
<
br/>
This clip is from the chapter "Implementation of ANN in Python" of the series "Python for Deep Learning — Build Neural Networks in...
<
br/>
This clip is from the chapter "Implementation of ANN in Python" of the series "Python for Deep Learning — Build Neural Networks in...
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.
<
br/>
This clip is from the chapter "Implementation of ANN in Python" of the series "Python for Deep Learning — Build Neural Networks in Python".In...
<
br/>
This clip is from the chapter "Implementation of ANN in Python" of the series "Python for Deep Learning — Build Neural Networks in Python".In...
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.
<
br/>
This clip is from the chapter "Modules" of the series "The Ultimate Guide...
<
br/>
This clip is from the chapter "Modules" of the series "The Ultimate Guide...
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.
<
br/>
This clip is from the chapter "Whitespace in Expressions and Statements" of the series "PEP8 Guidelines: Python Clean Coding".This...
<
br/>
This clip is from the chapter "Whitespace in Expressions and Statements" of the series "PEP8 Guidelines: Python Clean Coding".This...
Curated Video
PEP8 Guidelines Python Clean Coding - Data Structures
This video explains the various data structures in Python.<br<br/>/>
This clip is from the chapter "Python Basics" of the series "PEP8 Guidelines: Python Clean Coding".This section focuses on various basic Python concepts.
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
MongoDB Tutorial for Beginners (2022) - OR Operator
Learn to implement the OR operator in MongoDB to display documents satisfying at least one condition.
<
br/>
This clip is from the chapter "MongoDB Operators" of the series "MongoDB Tutorial for Beginners (2022)".This section...
<
br/>
This clip is from the chapter "MongoDB Operators" of the series "MongoDB Tutorial for Beginners (2022)".This section...
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.
<
br/>
This clip is from the chapter "Environment Configuration" of the series "Minimal API...
<
br/>
This clip is from the chapter "Environment Configuration" of the series "Minimal API...