Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Python: Python Programming with Python project
Installations
Installing Anaconda Distribution for Windows (10:35)
Installing Anaconda Distribution for Linux (14:43)
Installing Anaconda Distribution for MacOs (18:11)
Reviewing The Jupyter Notebook (12:54)
Reviewing The Jupyter Lab (11:37)
First Step to Coding
Python Introduction (5:31)
FAQ regarding Python
Project Files
First Step to Coding (7:05)
Using Quotation Marks in Python Coding (8:20)
How Should the Coding Form and Style Be (Pep8) (9:50)
Quiz
Basic Operations with Python
Introduction to Basic Data Structures in Python (8:16)
Performing Assignment to Variables (10:10)
Performing Complex Assignment to Variables (4:56)
Type Conversion (9:04)
Arithmetic Operations in Python (9:53)
Examining the Print Function in Depth (7:29)
Escape Sequence Operations (8:25)
Quiz
Boolean Data Type in Python Programming Language
Boolean Logic Expressions (5:03)
Order Of Operations In Boolean Operators (1:12)
Practice with Python (11:56)
Quiz
String Data Type in Python Programming Language
Examining Strings Specifically (8:31)
Accessing Length Information (Len Method) (2:41)
Search Method In Strings Startswith(), Endswith() (11:24)
Character Change Method In Strings Replace() (5:06)
Spelling Substitution Methods in String (5:08)
Character Clipping Methods in String (6:35)
Indexing and Slicing Character String (8:02)
Complex Indexing and Slicing Operations (10:48)
String Formatting with Arithmetic Operations (6:22)
String Formatting With % Operator (10:24)
String Formatting With String.Format Method (8:17)
String Formatting With f-string Method (5:51)
List Data Structure in Python Programming Language
Creation of List (11:06)
Reaching List Elements – Indexing and Slicing (8:07)
Adding & Modifying & Deleting Elements of List (7:47)
Adding and Deleting by Methods (5:31)
Adding and Deleting by Index (4:59)
Other List Methods (6:07)
Quiz
Tuple Data Structure in Python Programming Language
Creation of Tuple (9:52)
Reaching Tuple Elements Indexing And Slicing (4:25)
Quiz
Dictionary Data Structure in Python Programming Language
Creation of Dictionary (6:02)
Reaching Dictionary Elements (8:00)
Adding & Changing & Deleting Elements in Dictionary (3:40)
Dictionary Methods (7:46)
Quiz
Set Data Structure in Python Programming Language
Creation of Set (8:08)
Adding & Removing Elements Methods in Sets (4:44)
Difference Operation Methods In Sets (5:18)
Intersection & Union Methods In Sets (2:33)
Asking Questions to Sets with Methods (6:06)
Quiz
Conditional Expressions in Python Programming Language
Comparison Operators (6:17)
Structure of “if” Statements (8:30)
Structure of “if-else” Statements (4:36)
Structure of “if-elif-else” Statements (9:21)
Structure of Nested “if-elif-else” Statements (10:01)
Coordinated Programming with “IF” and “INPUT” (7:30)
Ternary Condition (5:14)
Quiz
For Loop in Python Programming Language
For Loop in Python (7:17)
For Loop in Python(Reinforcing the Topic) (7:06)
Using Conditional Expressions and For Loop Together (10:01)
Continue Command (3:23)
Break Command (4:39)
List Comprehension (7:48)
Quiz
While Loop in Python Programming Language
While Loop in Python (5:38)
While Loops in Python Reinforcing the Topic (14:19)
Quiz
Functions in Python Programming Language
How to Write Function (6:59)
Getting know to the Functions (8:32)
Return Expression in Functions (5:11)
Writing Functions with Multiple Argument (5:02)
Writing Docstring in Functions (5:02)
Using Functions and Conditional Expressions Together (10:57)
Quiz
Arguments And Parameters in Python Programming Language
Arguments and Parameters (11:16)
High Level Operations with Arguments (12:55)
Quiz
Most Used Functions in Python Programming Language
all(), any() Functions (5:52)
map() Function (4:58)
filter() Function (4:42)
zip() Function (4:22)
enumerate() Function (3:30)
max(), min() Functions (2:08)
sum() Function (1:45)
round() Function (4:15)
Lambda Function (11:46)
Quiz
Class Structure in Python Programming Language
Local and Global Variables (4:08)
Features of Class (8:09)
Instantiation of Class (6:58)
Attribute of Instantiation (9:32)
Write Function in the Class (7:09)
Inheritance Structure (11:34)
Using Functions and Conditional Expressions Together
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock