Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Learn Python Programming from Scratch
Basic Concepts
What is programming? (7:16)
What is interpreter?
Why Python
Fundamental Concepts Of Python
Basic Syntax (9:53)
Integer vs Float (2:26)
Keywords in Python (4:48)
Operators in Python: Part#01 (3:22)
Operators in Python: Part#02 (2:42)
Flow of Program (5:21)
Conditional Statements in Python
Conditionals: if statement (13:28)
Condition: else Statement (5:06)
Condition: elif Statement (8:53)
Exercise#1 : Odd number
Exercise#2 : Condition of two numbers (2:29)
Exercise#3 : Comparison of three numbers (4:43)
Exercise#4 : Find positive and negative number (2:42)
List & Dictionaries
List in Python (7:19)
Creating List and Accessing Data (5:51)
Lists Methods: Part # 01 (10:14)
Lists Methods: Part # 02 (7:05)
Exercise#5 : Sum of the elements of list (6:36)
Exercise#6 : Largest and Smallest element (3:52)
Dictionary in Python (2:12)
Creating Dictionary and Accessing Data (6:13)
Dictionary Methods: Part # 01 (3:28)
Dictionary Methods: Part # 02 (5:52)
Exercise#7 : List into Dictionary (4:13)
Exercise#8: Sum of all the funds (2:28)
Sets & Tuples
Tuples in Python (2:26)
Creating tuples and Accessing data (9:09)
Tuple Methods (3:28)
Exercise#9 : Product of elements of tuple. (1:44)
Sets in Python (3:28)
Creating Sets and Accessing data (5:17)
Set Methods: Part#01 (4:55)
Set Methods: Part#02 (5:41)
Strings
String Formatting (5:08)
Strings in Python (1:14)
Methods of Strings (4:31)
User input() (5:07)
Loops in Python
Loops: While Loop (14:17)
Loops: While Loop with Else (4:54)
Exercise#10 : Sum of N numbers (3:22)
Loops: For Loop (8:33)
Loops: Range (5:26)
Exercise#11 : Sum of odd numbers (3:25)
Functions
Functions in Python (11:05)
Functions: Defining a Function (7:17)
Exercise#12 : my_name (2:21)
Functions: Return Keyword (7:43)
Exercise#13 :speak_bird (1:48)
Functions: Parameters (5:31)
Exercise#14 : add (3:40)
Exercise#15 : Comparison of two numbers (4:19)
Exercise#16 : Product of elements of list (4:48)
Numpy in Python
Introduction To Numpy (3:39)
Installing Numpy (1:24)
Creating Array and Accessing Its Data (8:06)
Built-in Functions (4:31)
Mathematical Operations (4:08)
Matplotlib in Python
Introduction to Matplotib (1:22)
Installing_Matplotlib (1:31)
Straight Line with Matplotlib (2:35)
Plotting with Matplotlib (2:59)
Exercise#2 : Condition of two numbers
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock