Hi, what do you want to do?
Curated Video
Python Lesson1: Intro to Colab
Let's get started with coding in Python! In this first video, we are looking into setting up the Google Colab environment. Have Fun!
Curated Video
Python Lesson 1 (Old)
This video provides installation instructions for Python. Once that is done, we play around with the development tool to have an idea on how Python works with numbers and characters.
Curated Video
The Complete Python Course - Identity Operators
In this lesson, you will learn about identity operators and where they are used in Python programming.
<
br/>
This clip is from the chapter "Python - Operators" of the series "The Complete Python Course (2022)".This section delves...
<
br/>
This clip is from the chapter "Python - Operators" of the series "The Complete Python Course (2022)".This section delves...
Curated Video
The Complete Python Course - Arithmetic Operators
Here, you will learn about basic operators in arithmetic, such as addition, subtraction, multiplication, and division.
<
br/>
This clip is from the chapter "Python - Operators" of the series "The Complete Python Course (2022)".This...
<
br/>
This clip is from the chapter "Python - Operators" of the series "The Complete Python Course (2022)".This...
Curated Video
The Complete Python Course - What Is a Math Module and How to Import?
You will learn about the math module and how you can use it and also learn with some examples and work around functions in the math module.
<
br/>
This clip is from the chapter "Python – math Module" of the series "The Complete...
<
br/>
This clip is from the chapter "Python – math Module" of the series "The Complete...
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.
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...