Instructional Video1:15
Curated Video

The Complete Python Course - if Statement

Higher Ed
We will look at how the if statement is executed when the condition is true.
<
br/>
This clip is from the chapter "Python – Decision-Making Statements" of the series "The Complete Python Course (2022)".This section discusses...
Instructional Video1:31
Curated Video

The Complete Python Course - Identifiers

Higher Ed
Let's learn about identifiers' roles in naming variables, arrays, and functions.
<
br/>
This clip is from the chapter "Python Tokens" of the series "The Complete Python Course (2022)".This section focuses on the different kinds of...
Instructional Video1:47
Curated Video

The Complete Python Course - How to Load a Module in Python

Higher Ed
We will understand loading a module in Python and how to use the import and from-import statements to load a module.
<
br/>
This clip is from the chapter "Python – Modules" of the series "The Complete Python Course (2022)".In this...
Instructional Video3:00
Curated Video

The Complete Python Course - How to Get User Input (With Example)

Higher Ed
In this video, you will learn how Python supports user input and how different user inputs can be obtained.
<
br/>
This clip is from the chapter "Python – Get User Input" of the series "The Complete Python Course (2022)".This...
Instructional Video1:18
Curated Video

The Complete Python Course - How to Create a Set

Higher Ed
Here, you will learn about creating a set and create another project called demo.py.
<
br/>
This clip is from the chapter "Python – Sets" of the series "The Complete Python Course (2022)".This section illustrates the concepts of...
Instructional Video4:57
Curated Video

The Complete Python Course - How to Create a Dictionary

Higher Ed
This video demonstrates how to create a dictionary in Python.
<
br/>
This clip is from the chapter "Python – Dictionary" of the series "The Complete Python Course (2022)".This section discusses the dictionary or terminology used in...
Instructional Video1:50
Curated Video

The Complete Python Course - Global Scope

Higher Ed
You will learn about a variable created outside a function called the global 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...
Instructional Video1:51
Curated Video

The Complete Python Course - For Loop

Higher Ed
You will learn how often a loop will execute based on the for-loop condition.
<
br/>
This clip is from the chapter "Python – Loops" of the series "The Complete Python Course (2022)".In this section, we will look at what a loop is in...
Instructional Video0:40
Curated Video

The Complete Python Course - Difference between Tuples and Lists - Python – Lists

Higher Ed
This video explains the fundamental differences between lists and tuples.
<
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...
Instructional Video0:46
Curated Video

The Complete Python Course - Difference between Tuples and Lists - Python – Classes and Objects

Higher Ed
Learn about the fundamental differences between tuples and lists.
<
br/>
This clip is from the chapter "Python – Classes and Objects" of the series "The Complete Python Course (2022)".This section focuses on tuples, how a tuple is...
Instructional Video2:16
Curated Video

The Complete Python Course - Creating a List in Python

Higher Ed
In this video, you will learn how to create a list in Python and populate the list.
<
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...
Instructional Video1:22
Curated Video

The Complete Python Course - Create and Call a Function

Higher Ed
We will work on a "Python Functions" project and learn to create a function.
<
br/>
This clip is from the chapter "Python – Functions" of the series "The Complete Python Course (2022)".This section focuses on functions in Python. We...
Instructional Video1:54
Curated Video

The Complete Python Course - Create a Tuple in Python

Higher Ed
Create a tuple with and without parentheses.
<
br/>
This clip is from the chapter "Python – Classes and Objects" of the series "The Complete Python Course (2022)".This section focuses on tuples, how a tuple is executed, and how a...
Instructional Video6:53
Curated Video

Learn and Master C Programming - A quick look at Programming Languages

Higher Ed
Understand the meaning of a programming language and learn about the different types of languages and their use and how they look like.
r/>
This clip is from the chapter "Quick Intro To Computer Basics" of the series "Learn and...
Instructional Video0:50
Curated Video

The Complete Python Course - Accessing a Character in Python Strings

Higher Ed
After creating a string, we will look at accessing a single character in a string.
<
br/>
This clip is from the chapter "Python – Strings" of the series "The Complete Python Course (2022)".This section focuses on strings, explaining...