Hi, what do you want to do?
Curated Video
The Complete Python Course - Sets - 15 Coding Example
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,...
<
br/>
This clip is from the chapter "Python – Sets" of the series "The Complete Python Course (2022)".This section illustrates the concepts of sets,...
Curated Video
The Complete Python Course - Set Up Python Interpreter in PyCharm
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...
<
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...
Curated Video
The Complete Python Course - Run the First Python Project
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...
<
br/>
This clip is from the chapter "Set Up Python" of the series "The Complete Python Course (2022)".This section demonstrates how to install...
Curated Video
The Complete Python Course - Recursion
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...
<
br/>
This clip is from the chapter "Python – Functions" of the series "The Complete Python Course (2022)".This section focuses on functions in...
Curated Video
The Complete Python Course - Python Introduction and Features
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...
<
br/>
This clip is from the chapter "Introduction" of the series "The Complete Python Course (2022)".This section outlines the...
Curated Video
The Complete Python Course - Negative Indexing to Access Substrings
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...
<
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...
Curated Video
The Complete Python Course - Multi-Dimensional Python List
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...
<
br/>
This clip is from the chapter "Python – Lists" of the series "The Complete Python Course...
Curated Video
The Complete Python Course - Membership Operators
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...
<
br/>
This clip is from the chapter "Python - Operators" of the series "The Complete Python Course (2022)".This section delves deep into the...
Curated Video
The Complete Python Course - Logical Operators
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...
<
br/>
This clip is from the chapter "Python - Operators" of the series "The Complete Python Course...
Curated Video
The Complete Python Course - Literals
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...
<
br/>
This clip is from the chapter "Python Tokens" of the series "The Complete Python Course (2022)".This...
Curated Video
The Complete Python Course - Keywords
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...
<
br/>
This clip is from the chapter "Python Tokens" of the series "The Complete Python Course (2022)".This...
Curated Video
The Complete Python Course - Install Python on Windows
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...
<
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...
Curated Video
The Complete Python Course - if...else Statement
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...
<
br/>
This clip is from the chapter "Python – Decision-Making Statements" of the series "The Complete Python Course...
Curated Video
The Complete Python Course - if Statement
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...
<
br/>
This clip is from the chapter "Python – Decision-Making Statements" of the series "The Complete Python Course (2022)".This section discusses...
Curated Video
The Complete Python Course - Identifiers
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...
<
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...
Curated Video
The Complete Python Course - How to Load a Module in Python
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...
<
br/>
This clip is from the chapter "Python – Modules" of the series "The Complete Python Course (2022)".In this...
Curated Video
The Complete Python Course - How to Get User Input (With Example)
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...
<
br/>
This clip is from the chapter "Python – Get User Input" of the series "The Complete Python Course (2022)".This...
Curated Video
The Complete Python Course - How to Create a Set
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...
<
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 - How to Create a Dictionary
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...
<
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...
Curated Video
The Complete Python Course - Global Scope
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...
<
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...
Curated Video
The Complete Python Course - For Loop
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...
<
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...
Curated Video
The Complete Python Course - Difference between Tuples and Lists - Python – Lists
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...
<
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...
Curated Video
The Complete Python Course - Difference between Tuples and Lists - Python – Classes and Objects
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...
<
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...
Curated Video
The Complete Python Course - Creating a List in Python
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...
<
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...