Instructional Video7:26
Curated Video

Python Lesson1: Intro to Colab

9th - Higher Ed
Let's get started with coding in Python! In this first video, we are looking into setting up the Google Colab environment. Have Fun!
Instructional Video9:56
Curated Video

Python Lesson 1 (Old)

9th - Higher Ed
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.
Instructional Video2:17
Curated Video

The Complete Python Course - Identity Operators

Higher Ed
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...
Instructional Video1:41
Curated Video

The Complete Python Course - Arithmetic Operators

Higher Ed
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...
Instructional Video0:40
Curated Video

The Complete Python Course - What Is a Math Module and How to Import?

Higher Ed
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...
Instructional Video0:54
Curated Video

The Complete Python Course - What Is an Object?

Higher Ed
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...
Instructional Video11:43
Curated Video

The Complete Python Course - 10 Coding Examples - Math Module Functions

Higher Ed
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...
Instructional Video5:08
Curated Video

The Complete Python Course - 4 Coding Examples - Statistics Module Functions

Higher Ed
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...
Instructional Video5:46
Curated Video

The Complete Python Course - 4 Coding Examples - Random Module Functions

Higher Ed
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.
Instructional Video0:39
Curated Video

The Complete Python Course - What Is Type Conversion in Python?

Higher Ed
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...
Instructional Video3:05
Curated Video

The Complete Python Course - Local Scope

Higher Ed
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...
Instructional Video1:21
Curated Video

The Complete Python Course - Join Lists

Higher Ed
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...
Instructional Video2:26
Curated Video

The Complete Python Course - Global Keyword: Change the Value of a Global Variable

Higher Ed
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...
Instructional Video34:26
Curated Video

The Complete Python Course - 30+ Built-In String methods - Coding Examples

Higher Ed
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...
Instructional Video3:32
Curated Video

The Complete Python Course - 3 Coding Examples

Higher Ed
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.
Instructional Video0:43
Curated Video

The Complete Python Course - What Is a Random module and How to Import It?

Higher Ed
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...
Instructional Video0:51
Curated Video

The Complete Python Course - What Are Strings?

Higher Ed
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...
Instructional Video0:49
Curated Video

The Complete Python Course - What Are Sets in Python?

Higher Ed
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...
Instructional Video0:39
Curated Video

The Complete Python Course - What Are Numeric Datatypes?

Higher Ed
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,...
Instructional Video0:23
Curated Video

The Complete Python Course - What Are Decision-Making Statements in Python?

Higher Ed
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...
Instructional Video6:08
Curated Video

The Complete Python Course - Types - Integer, Long, Float, Complex Data Types

Higher Ed
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...
Instructional Video20:52
Curated Video

The Complete Python Course - Tuples - 16 Coding Examples

Higher Ed
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,...
Instructional Video2:34
Curated Video

The Complete Python Course - The Return Statement

Higher Ed
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...
Instructional Video2:02
Curated Video

The Complete Python Course - Install PyCharm

Higher Ed
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...