Instructional Video0:31
Curated Video

The Complete Python Course - What Are Python Modules?

Higher Ed
This video lecture outlines a module in Python and how they help organize code in Python.
<
br/>
This clip is from the chapter "Python – Modules" of the series "The Complete Python Course (2022)".In this section, we will look at...
Instructional Video0:24
Curated Video

The Complete Python Course - What Are Operators?

Higher Ed
You will learn about Python's different operators such as arithmetic, assignment, logical, identity, membership, and bitwise.
<
br/>
This clip is from the chapter "Python - Operators" of the series "The Complete Python Course...
Instructional Video0:16
Curated Video

The Complete Python Course - What Are Loops?

Higher Ed
Let's understand what a loop is in Python and the different types of loops.
<
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:37
Curated Video

The Complete Python Course - What Are Lists in Python?

Higher Ed
Let's understand lists in Python and how to create a 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 Python, how to create...
Instructional Video0:28
Curated Video

The Complete Python Course - What Are Lambda Functions?

Higher Ed
Learn about the Lambda function, which is also an anonymous function or a function without a name.
<
br/>
This clip is from the chapter "Python – Lambda Functions" of the series "The Complete Python Course (2022)".This section...
Instructional Video1:10
Curated Video

The Complete Python Course - What Are Functions?

Higher Ed
You will learn about functions and function arguments in Python, required keywords, arbitrary, default, and others.
<
br/>
This clip is from the chapter "Python – Functions" of the series "The Complete Python Course (2022)".This...
Instructional Video0:47
Curated Video

The Complete Python Course - What Are Dictionaries in Python?

Higher Ed
Let's look at a dictionary in Python and create our dictionary that represents key-value pairs in Python.
<
br/>
This clip is from the chapter "Python – Dictionary" of the series "The Complete Python Course (2022)".This section...
Instructional Video0:51
Curated Video

The Complete Python Course - What Are Comments?

Higher Ed
In this video, we will look at the various comments we can use in Python.
<
br/>
This clip is from the chapter "Python - Comments" of the series "The Complete Python Course (2022)".This section discusses the various kinds of...
Instructional Video1:25
Curated Video

The Complete Python Course - String Literals

Higher Ed
We will further understand what a literal is and how they are executed with single, double, and triple quotes.
<
br/>
This clip is from the chapter "Python – Strings" of the series "The Complete Python Course (2022)".This section...
Instructional Video1:01
Curated Video

The Complete Python Course - Slicing to Access Substrings

Higher Ed
Learn about slicing and how to access substrings using slicing.
<
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...
Instructional Video3:08
Curated Video

The Complete Python Course - Single-Line and Multi-Line Comments

Higher Ed
Here, you will learn to create comments using the # and ''' to develop single and multiline comments.
<
br/>
This clip is from the chapter "Python - Comments" of the series "The Complete Python Course (2022)".This section discusses...
Instructional Video19:17
Curated Video

The Complete Python Course - Sets - 15 Coding Example

Higher Ed
This video is a detailed explanations of sets using multiple coding examples.
<
br/>
This clip is from the chapter "Python – Sets" of the series "The Complete Python Course (2022)".This section illustrates the concepts of sets,...
Instructional Video1:15
Curated Video

The Complete Python Course - Set Up Python Interpreter in PyCharm

Higher Ed
We will configure Python Interpreter in 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...
Instructional Video1:24
Curated Video

The Complete Python Course - Run the First Python Project

Higher Ed
The final step of this section is to run your first Python program on PyCharm IDE.
<
br/>
This clip is from the chapter "Set Up Python" of the series "The Complete Python Course (2022)".This section demonstrates how to install...
Instructional Video4:09
Curated Video

The Complete Python Course - Recursion

Higher Ed
Learn about the recursion process, where a function calls itself for an execution.
<
br/>
This clip is from the chapter "Python – Functions" of the series "The Complete Python Course (2022)".This section focuses on functions in...
Instructional Video0:42
Curated Video

The Complete Python Course - Python Introduction and Features

Higher Ed
Here, we will look at Python's various features and capabilities and how to use the program in coding.
<
br/>
This clip is from the chapter "Introduction" of the series "The Complete Python Course (2022)".This section outlines the...
Instructional Video1:12
Curated Video

The Complete Python Course - Negative Indexing to Access Substrings

Higher Ed
We will look at accessing negative indexing with various examples.
<
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...
Instructional Video5:50
Curated Video

The Complete Python Course - Multi-Dimensional Python List

Higher Ed
Lists within lists are called multidimensional lists in Python. This video demonstrates the concept and shows how to create them.
<
br/>
This clip is from the chapter "Python – Lists" of the series "The Complete Python Course...
Instructional Video1:47
Curated Video

The Complete Python Course - Membership Operators

Higher Ed
This lecture discusses how membership operators check membership in a data structure.
<
br/>
This clip is from the chapter "Python - Operators" of the series "The Complete Python Course (2022)".This section delves deep into the...
Instructional Video2:41
Curated Video

The Complete Python Course - Logical Operators

Higher Ed
Here, we will look at the AND, OR, and NOT conditional statements and how logical operators combine them to return results.
<
br/>
This clip is from the chapter "Python - Operators" of the series "The Complete Python Course...
Instructional Video6:39
Curated Video

The Complete Python Course - Literals

Higher Ed
Learn what Python literals are and their types with examples: string literals, numeric literals, and Boolean literals.
<
br/>
This clip is from the chapter "Python Tokens" of the series "The Complete Python Course (2022)".This...
Instructional Video1:04
Curated Video

The Complete Python Course - Keywords

Higher Ed
Here, we will look at what keywords are in Python, how they differ from variables, and why we can't name them as variables.
<
br/>
This clip is from the chapter "Python Tokens" of the series "The Complete Python Course (2022)".This...
Instructional Video2:58
Curated Video

The Complete Python Course - Install Python on Windows

Higher Ed
Here, you will learn to install Python's latest version available for Windows.
<
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...
Instructional Video1:24
Curated Video

The Complete Python Course - if...else Statement

Higher Ed
You will learn about the if and the else statements and how they execute if one statement is true or false.
<
br/>
This clip is from the chapter "Python – Decision-Making Statements" of the series "The Complete Python Course...