1 01_Why Python is a Good Language
1 Min
2 02_Start by Downloading Python
1 Min
4 04_Using Our First Python Code
1 Min
5 05_Understanding the Basic Concepts of Python
1 Min
6 06_Python Deals with Objects
1 Min
7 07_Using Python as Calculator
2 Min
8 08_Using Square in Python
1 Min
9 09_Creating Variables in Python
2 Min
10 10_Start Your Program with Text Editor
1 Min
11 11_Running Python Program File in Terminal
1 Min
12 12_Testing Out Your Program
1 Min
13 13_What is Syntax?
2 Min
14 14_if and else Statements
2 Min
15 15_String Operations
3 Min
16 16_Boolean Values
3 Min
18 18_Our First Simple Program
2 Min
19 19_Simple Program to Calculate Age
3 Min
20 20_Upper and Lower Functions
1 Min
21 21_Newlines in Strings
2 Min
22 22_Combining Strings
2 Min
23 23_str() Function
3 Min
24 24_title() Function
2 Min
25 25_Create a List
4 Min
26 26_Combine and Print an Element with a String
2 Min
27 27_Change an Element from a List
2 Min
28 28_Delete an Element from a List
1 Min
29 29_Using Sort() and Reverse() Methods
2 Min
30 30_Using Len () Method
1 Min
31 31_Using for Loop with Range() Method
2 Min
32 32_Using for Loop in Lists
4 Min
33 33_Using min, max, and sum with Numbers in Lists
2 Min
34 34_Making a Slicing List
4 Min
35 35_Using for Loop with Slice List
2 Min
36 36_Copying Lists Using Slicing Lists
4 Min
37 37_ Using Tuples
4 Min
38 38_Using if and else Statements
4 Min
39 39_Greater, less than, and equal operator
4 Min
40 40_Compare Strings with if, else statements
2 Min
41 41_Using NOT Equal with if, else Statements
2 Min
42 42_Using (and) with if, else statement
2 Min
43 43_Using (or) with if, else statement
2 Min
44 44_Checking Values in Lists with if, else statements
2 Min
45 45_Checking Values NOT in Lists with if, else statements
2 Min
46 46_if-elif, else statements
4 Min
47 47_Testing Multiple elif Expressions
4 Min
48 48_Dictionaries in Python
2 Min
49 49_Adding New Key Value in Dictionary
2 Min
50 50_Filling Empty Dictionary
2 Min
51 51_Edit a Value in Dictionaries
2 Min
52 52_Delete a Value in Dictionaries
2 Min
53 53_Using input() Function
3 Min
55 55_Using Flag to Stop Looping
2 Min
56 56_Infinite Loop
3 Min
57 57_Using Break and Continue with While Loop
4 Min
59 59_Arguments and Parameters in Functions
3 Min
60 60_Multiple Function Call
2 Min
61 61_Default Values in Functions
2 Min
62 62_Order Matter in Functions
3 Min
63 63_Return Value in Functions
2 Min
65 65_Create a Class
3 Min
66 66_Create a Class Instance
2 Min
67 67_Constructor __init__(self) Function
3 Min
68 68_Accessing Variables or Functions of an Object
2 Min
69 69_Creating Multiple Instances of a Class
2 Min
70 70_Class Inheritance
3 Min
71 71_More about Class Inheritance
2 Min