Autoplay
Autocomplete
Previous Lesson
Complete and Continue
The Complete Python Course (2024)
Introduction
Course Introduction (1:12)
Python Introduction and Features (0:42)
Set Up Python
Install Python on Windows (2:57)
Install PyCharm (2:02)
Set Up Python Interpreter in PyCharm (1:15)
Run the First Python Project (1:24)
Python Variables
What Are Variables in Python? (0:43)
Coding Example - Variables (2:23)
Scope of Variables
What Is the Scope of Variables? (0:35)
Local Scope (3:05)
Global Scope (1:49)
Global Keyword: Change the Value of a Global Variable (2:26)
Python Tokens
What Are tokens and Their Types? (0:14)
Keywords (1:04)
Identifiers (1:30)
Literals (6:39)
Python - Operators
What Are Operators? (0:24)
Arithmetic Operators (1:41)
Assignment Operators (1:49)
Logical Operators (2:41)
Identity Operators (2:17)
Membership Operators (1:46)
Bitwise Operators (5:54)
Python - Comments
What Are Comments? (0:51)
Single-Line and Multi-Line Comments (3:08)
Python – Type Conversion
What Is Type Conversion in Python? (0:38)
3 Coding Examples (3:31)
Python – Get User Input
How to Get User Input (With Example) (3:00)
Python – Decision-Making Statements
What Are Decision-Making Statements in Python? (0:23)
if Statement (1:15)
if…else Statement (1:24)
if...elif...else (2:23)
Python – Break and Continue Statements
Break Statement (2:42)
Continue Statement (2:04)
Python – Loops
What Are Loops? (0:16)
While Loop (2:03)
For Loop (1:50)
Python – Numbers
What Are Numeric Datatypes? (0:39)
Types - Integer, Long, Float, Complex Data Types (6:08)
Python – Strings
What Are Strings? (0:50)
Create a String in Python (0:44)
String Literals (1:25)
Slicing to Access Substrings (1:01)
Negative Indexing to Access Substrings (1:12)
Accessing a Character in Python Strings (0:49)
Concatenate Strings (0:38)
30+ Built-In String methods - Coding Examples (34:26)
Python – Functions
What Are Functions? (1:10)
Create and Call a Function (1:22)
Create a Function with Parameters (1:56)
Function Arguments (14:05)
Recursion (4:09)
The Return Statement (2:33)
Python – Lambda Functions
What Are Lambda Functions? (0:28)
5 Coding Examples (5:30)
Python – Classes and Objects
Classes and Objects - Introduction (0:24)
What Is a class? How to Create It? (1:31)
What Is an Object? (0:54)
Examples - Classes and Objects (5:08)
_init_() Function (4:08)
Python – Classes and Objects
What Are Tuples in Python? (0:16)
Difference between Tuples and Lists (0:46)
Create a Tuple in Python (1:54)
Tuples - 16 Coding Examples (20:52)
Python – Dictionary
What Are Dictionaries in Python? (0:47)
How to Create a Dictionary (4:56)
19 Coding Examples - Dictionary (29:16)
Python – Lists
What Are Lists in Python? (0:36)
Difference between Tuples and Lists (0:39)
Creating a List in Python (2:15)
22 Coding Examples - Lists (27:45)
Join Lists (1:21)
Multi-Dimensional Python List (5:49)
Python – Sets
What Are Sets in Python? (0:49)
How to Create a Set (1:17)
Sets - 15 Coding Example (19:17)
Python – Modules
What Are Python Modules? (0:31)
How to Load a Module in Python (1:47)
Python – math Module
What Is a Math Module and How to Import? (0:40)
10 Coding Examples - Math Module Functions (11:43)
Python – Statistics Module
What Is a Statistics Module and How to Import? (0:40)
4 Coding Examples - Statistics Module Functions (5:07)
Python – Random Modules
What Is a Random module and How to Import It? (0:42)
4 Coding Examples - Random Module Functions (5:45)
Identity Operators
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock