Hi, what do you want to do?
Curated Video
The Complete Python Course - What Is an Object?
Let's learn about instances of a class called the object with real-life examples.
<
br/>
This clip is from the chapter "Python – Classes and Objects" of the series "The Complete Python Course (2022)".In this section, we will focus...
<
br/>
This clip is from the chapter "Python – Classes and Objects" of the series "The Complete Python Course (2022)".In this section, we will focus...
Curated Video
The Complete Python Course - 10 Coding Examples - Math Module Functions
Let's look at the math module using constants trigonometry and illustrate it with many examples.
<
br/>
This clip is from the chapter "Python – math Module" of the series "The Complete Python Course (2022)".This section deals with...
<
br/>
This clip is from the chapter "Python – math Module" of the series "The Complete Python Course (2022)".This section deals with...
Curated Video
The Complete Python Course - 4 Coding Examples - Statistics Module Functions
Understand the primary functions of a statistic module with examples.
<
br/>
This clip is from the chapter "Python – Statistics Module" of the series "The Complete Python Course (2022)".This section handles statistical data in a...
<
br/>
This clip is from the chapter "Python – Statistics Module" of the series "The Complete Python Course (2022)".This section handles statistical data in a...
Curated Video
The Complete Python Course - 4 Coding Examples - Random Module Functions
Let's look at the various examples of a random module.<br<br/>/>
This clip is from the chapter "Python – Random Modules" of the series "The Complete Python Course (2022)".This section focuses on random modules.
This clip is from the chapter "Python – Random Modules" of the series "The Complete Python Course (2022)".This section focuses on random modules.
Food Farmer Earth
Alan Kapuler: Man of Science, Ideas, and Humanity
Alan Kapuler is a man who thinks on big time scales, and across wide geographic spheres of reality. A molecular biologist by training, as a young adult, Kapuler experienced an almost spiritual connection from working with plants. Years...
Curated Video
C++ Programming By Example - Installing Qt5 on Windows
How do you install Qt5 on Windows 10?
• Download installer from th
e web
• Run
installer
• Select the correct items in insta
ll
er to install
This clip is from the chapter "Introduction to C++ and Qt" of...
• Download installer from th
e web
• Run
installer
• Select the correct items in insta
ll
er to install
This clip is from the chapter "Introduction to C++ and Qt" of...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Apache POI API and Downloading Instructions
This video focuses on Apache POI API and explains how to download instructions.
r/>
This clip is from the chapter "Excel Integration with REST Assured Test" of the series "REST API Automation Testing from Scratch - REST Assured...
r/>
This clip is from the chapter "Excel Integration with REST Assured Test" of the series "REST API Automation Testing from Scratch - REST Assured...
Curated Video
Arduino for Beginners - 2022 Complete Course - Tips and Best Practices to Create Your Own Arduino Project
This video explains tips and best practices to create your own Arduino project.
<
br/>
This clip is from the chapter "Final Project- Interactive Obstacle Detection" of the series "Arduino for Beginners - 2022 Complete Course".This...
<
br/>
This clip is from the chapter "Final Project- Interactive Obstacle Detection" of the series "Arduino for Beginners - 2022 Complete Course".This...
Curated Video
The Complete Python Course - What Is Type Conversion in Python?
We will understand type conversion and learn how to use it to modify data structures in Python.
<
br/>
This clip is from the chapter "Python – Type Conversion" of the series "The Complete Python Course (2022)".This section...
<
br/>
This clip is from the chapter "Python – Type Conversion" of the series "The Complete Python Course (2022)".This section...
Curated Video
The Complete Python Course - Local Scope
You will learn about a variable in a function called the local scope.
<
br/>
This clip is from the chapter "Scope of Variables" of the series "The Complete Python Course (2022)".In this section, we will understand a variable's scope...
<
br/>
This clip is from the chapter "Scope of Variables" of the series "The Complete Python Course (2022)".In this section, we will understand a variable's scope...
Curated Video
The Complete Python Course - Join Lists
This video demonstrates how to join two lists using the + operator.
<
br/>
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...
<
br/>
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 Complete Python Course - Global Keyword: Change the Value of a Global Variable
In this video, we will explore the keywords that can be used to change values of global variables.
<
br/>
This clip is from the chapter "Scope of Variables" of the series "The Complete Python Course (2022)".In this section, we will...
<
br/>
This clip is from the chapter "Scope of Variables" of the series "The Complete Python Course (2022)".In this section, we will...
Curated Video
The Complete Python Course - 30+ Built-In String methods - Coding Examples
Learn about the 40 different built-in string methods.
<
br/>
This clip is from the chapter "Python – Strings" of the series "The Complete Python Course (2022)".This section focuses on strings, explaining what a string is in Python...
<
br/>
This clip is from the chapter "Python – Strings" of the series "The Complete Python Course (2022)".This section focuses on strings, explaining what a string is in Python...
Curated Video
The Complete Python Course - 3 Coding Examples
We will work on a project called "Python Type Conversion".<br<br/>/>
This clip is from the chapter "Python – Type Conversion" of the series "The Complete Python Course (2022)".This section illustrates type conversion in Python.
This clip is from the chapter "Python – Type Conversion" of the series "The Complete Python Course (2022)".This section illustrates type conversion in Python.
Curated Video
The Complete Python Course - What Is a Random module and How to Import It?
In this video, we will work with the random module and how to work around functions using the random built-in module.
<
br/>
This clip is from the chapter "Python – Random Modules" of the series "The Complete Python Course...
<
br/>
This clip is from the chapter "Python – Random Modules" of the series "The Complete Python Course...
Curated Video
The Complete Python Course - What Are Strings?
Let's understand what a string is in Python, what the concatenation of strings is, and how it executes.
<
br/>
This clip is from the chapter "Python – Strings" of the series "The Complete Python Course (2022)".This section focuses...
<
br/>
This clip is from the chapter "Python – Strings" of the series "The Complete Python Course (2022)".This section focuses...
Curated Video
The Complete Python Course - What Are Sets in Python?
The video shows a set in Python and explains the importance of using sets in coding.
<
br/>
This clip is from the chapter "Python – Sets" of the series "The Complete Python Course (2022)".This section illustrates the concepts of...
<
br/>
This clip is from the chapter "Python – Sets" of the series "The Complete Python Course (2022)".This section illustrates the concepts of...
Curated Video
The Complete Python Course - What Are Numeric Datatypes?
This lesson explains the different numbers or numeric datatypes used in Python.
<
br/>
This clip is from the chapter "Python – Numbers" of the series "The Complete Python Course (2022)".This section discusses numbers used in Python,...
<
br/>
This clip is from the chapter "Python – Numbers" of the series "The Complete Python Course (2022)".This section discusses numbers used in Python,...
Curated Video
The Complete Python Course - What Are Decision-Making Statements in Python?
You will learn about conditional statements and how they affect the code based on the conditions applied.
<
br/>
This clip is from the chapter "Python – Decision-Making Statements" of the series "The Complete Python Course...
<
br/>
This clip is from the chapter "Python – Decision-Making Statements" of the series "The Complete Python Course...
Curated Video
The Complete Python Course - Types - Integer, Long, Float, Complex Data Types
Here, you will learn about Python's various data types or numbers.
<
br/>
This clip is from the chapter "Python – Numbers" of the series "The Complete Python Course (2022)".This section discusses numbers used in Python, such as...
<
br/>
This clip is from the chapter "Python – Numbers" of the series "The Complete Python Course (2022)".This section discusses numbers used in Python, such as...
Curated Video
The Complete Python Course - Tuples - 16 Coding Examples
Various examples of tuples are demonstrated in this video for further learning.
<
br/>
This clip is from the chapter "Python – Classes and Objects" of the series "The Complete Python Course (2022)".This section focuses on tuples,...
<
br/>
This clip is from the chapter "Python – Classes and Objects" of the series "The Complete Python Course (2022)".This section focuses on tuples,...
Curated Video
The Complete Python Course - The Return Statement
In this video, we will look at terminating or stopping a function and how to exit a function.
<
br/>
This clip is from the chapter "Python – Functions" of the series "The Complete Python Course (2022)".This section focuses on...
<
br/>
This clip is from the chapter "Python – Functions" of the series "The Complete Python Course (2022)".This section focuses on...
Curated Video
The Complete Python Course - Install PyCharm
This video demonstrates how to install PyCharm.
<
br/>
This clip is from the chapter "Set Up Python" of the series "The Complete Python Course (2022)".This section demonstrates how to install Python's current version on our computer...
<
br/>
This clip is from the chapter "Set Up Python" of the series "The Complete Python Course (2022)".This section demonstrates how to install Python's current version on our computer...
Curated Video
The Complete Python Course - if...elif...else
This lecture demonstrates when more than two conditions or statements are present for executing code.
<
br/>
This clip is from the chapter "Python – Decision-Making Statements" of the series "The Complete Python Course (2022)".This...
<
br/>
This clip is from the chapter "Python – Decision-Making Statements" of the series "The Complete Python Course (2022)".This...