Curated Video
The Complete Python Course - Literals
Learn what Python literals are and their types with examples: string literals, numeric literals, and Boolean literals. This clip is from the chapter "Python Tokens" of the series "The Complete Python Course (2022)".This section focuses...
Curated Video
The Complete Python Course - Creating a List in Python
In this video, you will learn how to create a list in Python and populate the list. This clip is from the chapter "Python – Lists" of the series "The Complete Python Course (2022)".This section focuses on the lists used in Python, how to...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Updating JSON Data
You will learn how to update the intervals and checkbuttons and update the values in the JSON file. This clip is from the chapter "Project Sedentary Alert" of the series "The Ultimate Guide to Python Programming with Python 3.10".This...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - True or False Values
In this video, you will learn about the only two Boolean values in Python, true and false. This clip is from the chapter "Booleans" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on true...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Ternary Operators
In this video, we will use the if condition to convert complex numbers to integers. This clip is from the chapter "Decision Control" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section is about...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Dictionaries or Hash-Tables
Hash-tables or lookup tables are nothing but dictionaries, usually compressed so that they are easier to store. This clip is from the chapter "Revisiting Dictionary" of the series "The Ultimate Guide to Python Programming with Python...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Casting Type
We will look at methods to convert the datatypes of one class to another datatype. This clip is from the chapter "Object-Oriented Programming" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses...
Curated Video
Hands-on .NET Minimal API for Web Developers - Step 15: Implement PUT Operation to Update an Existing Item
In this lesson, we will continue using the PUT operation in MapPut to fetch an existing item. This clip is from the chapter "Implementing Individual Item APIs" of the series "Hands-On .NET Minimal API for Web Developers".This section...
Curated Video
Hands-on .NET Minimal API for Web Developers - Step 13: Use AutoMapper to MapPost Method
This lecture shows us how to implement the AutoMapper and the DTO in the MapPost method. This clip is from the chapter "Improving Your Minimal API" of the series "Hands-On .NET Minimal API for Web Developers".This section takes us...
Curated Video
Hands-on .NET Minimal API for Web Developers - Returning the Results in Minimal API
This lecture will teach us how to return values from the Map method in Minimal API. This clip is from the chapter "Implementing Collection APIs" of the series "Hands-On .NET Minimal API for Web Developers".In this section, you will learn...
Curated Video
Machine Learning Random Forest with Python from Scratch - Numbers
This lesson will teach us about numbers, the first standard datatype in Python, used for arithmetic operations and storing information. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest...
Curated Video
Minimal API Development with ASP.NET Core - Refactor Endpoints with Repository
This video explains how to refactor endpoints with the repository. This clip is from the chapter "Create API Endpoints" of the series "Minimal API Development with ASP.NET Core".This section focuses on creating API endpoints.
Curated Video
Intro To Python Programming - Else Statements
Not every conditional is evaluated as true. In this section of the course, you'll create else statements to work with false conditions.
Curated Video
Intro To Python Programming - Converting Variable Type
There are times you'll need to convert a string variable to a numerical variable and vice-vera. You'll learn how to convert variables from one type to another in this section of the course.
Curated Video
Deep Learning - Deep Neural Network for Beginners Using Python - Splitting the Data (NN Implementation)
In this video, you will learn how to implement splitting the data in our neural network. This clip is from the chapter "Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Python Useful function: Python Function- Round
In this video, we will cover Python function- round. This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - NumPy for Numerical Data Processing: NumPy Structured Arrays Solution
In this video, we will cover NumPy structured arrays solution. This clip is from the chapter "Basics for Data Science: Data Understanding and Data Visualization with Python" of the series "Data Science and Machine Learning (Theory and...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - NumPy for Numerical Data Processing: NumPy Structured Arrays Quiz
In this video, we will cover NumPy structured arrays quiz. This clip is from the chapter "Basics for Data Science: Data Understanding and Data Visualization with Python" of the series "Data Science and Machine Learning (Theory and...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - NumPy for Numerical Data Processing: Arrange, Random, and Reshape-Part 1
In this video, we will cover arrange, random, and reshape-part 1. This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects) A...
Curated Video
Data Structures and Algorithms The Complete Masterclass - Recursion Example - Factorial of a Number
This video provides a recursion-based example and explains how to get the factorial of a number. This clip is from the chapter "Essential Concepts - II" of the series "Data Structures and Algorithms: The Complete Masterclass".This is the...
Curated Video
Data Structures and Algorithms The Complete Masterclass - Implementing Data Structures
This video demonstrates how to implement data structures. This clip is from the chapter "Implementations and Interview Questions" of the series "Data Structures and Algorithms: The Complete Masterclass".This section focuses on...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Variable and Operator: Combining Comparisons in Python
In this video, we will cover combining comparisons in Python. This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects) A to...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Creating Tables in Databases
This video explains how to create tables in databases. This clip is from the chapter "Database Connection to Selenium Test Cases" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section discusses the...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Brush-Up Basic Java Concepts -2
This is the second part of a three-part lecture that helps you brush up your Java concepts. This clip is from the chapter "Brush-Up Java Concepts for Selenium Automation" of the series "Selenium WebDriver with Java - Basics to Advanced...