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