1 | 0 - Symbols | 0 - Symbols |
2 | 0 - What is Programming and Python | 0 - What is Programming and Python |
3 | 0.e - Description of modules & Pip | 0.e - Description of modules & Pip |
4 | 1 - Escape Sequence Characters | 1 - Escape Sequence Characters |
5 | 10- Taking User Input | 10- Taking User Input |
6 | 12 - String Slicing | 12 - String Slicing |
7 | 12.e - Loops in string | 12.e - Loops in string |
8 | 13 - String methods | 13 - String methods |
9 | 14 - if-else Statements | 14 - if-else Statements |
10 | 15 - Exercise 2 (Good morning sir) | 15 - Exercise 2 (Good morning sir) |
11 | 16 - Match Case | 16 - Match Case |
12 | 17 - For Loops | 17 - For Loops |
13 | 18 - while Loops in Python. | 18 - while Loops in Python. |
14 | 19 - break and continue | 19 - break and continue |
15 | 2 - Operators | 2 - Operators |
16 | 20 - Functions | 20 - Functions |
17 | 21 - Function Arguments | 21 - Function Arguments |
18 | 22 - Introduction to Lists | 22 - Introduction to Lists |
19 | 23 - List Methods | 23 - List Methods |
20 | 24 - Tuples in Python | 24 - Tuples in Python |
21 | 25 - operations on Tuples | 25 - operations on Tuples |
22 | 26 - E2~ Solution | 26 - E2~ Solution |
23 | 27 - Exercise 3 (kbc) | 27 - Exercise 3 (kbc) |
24 | 28 - String formatting | 28 - String formatting |
25 | 3- Variables and Data Types | 3- Variables and Data Types |
26 | 4 - Type Casting | 4 - Type Casting |
27 | 7 - Exercise 1 (calculator) | 7 - Exercise 1 (calculator) |
28 | 8 - Ex1 ~Solution | 8 - Ex1 ~Solution |
29 | 9 - Typecasting in Python | 9 - Typecasting in Python |
30 | Extra- Line Break and space. | Extra- Line Break and space. |
31 | 29 - Docstrings in python | 29 - Docstrings in python |
32 | 30 - Recursion in python | 30 - Recursion in python |
33 | 31 - Python Sets | 31 - Python Sets |
34 | 32 - Set Methods (merged) | 32 - Set Methods (merged) |
35 | 33 - Dictionary in python | 33 - Dictionary in python |
36 | 34 - Dictionary Methods (merged) | 34 - Dictionary Methods (merged) |
37 | 35 - For loop with else | 35 - For loop with else |
38 | 36 - Exception Handling | 36 - Exception Handling |
39 | 37 - Finally Keyword | 37 - Finally Keyword |
40 | 38 - Custom Errors | 38 - Custom Errors |
41 | 39 - Exercise 3~ Solution | 39 - Exercise 3~ Solution |
42 | 40 - Exercise 4 (program to translate a message into secret code language) | 40 - Exercise 4 (program to translate a message into secret code language) |
43 | 41 - Short Hand if else | 41 - Short Hand if else |
44 | 42 - Enumerate | 42 - Enumerate |
45 | 43 - Virtual Environment | 43 - Virtual Environment |
46 | 44 - How import works | 44 - How import works |
47 | 45 - if name == main in Python | 45 - if name == main in Python |
48 | 46 - OS Modules | 46 - OS Modules |
49 | 46e. colour in Terminal logs | 46e. colour in Terminal logs |
50 | 47 - Exercise 4~ Solution | 47 - Exercise 4~ Solution |
51 | 48 - local vs global variables | 48 - local vs global variables |
52 | 49 - readlines() method | 49 - readlines() method |
53 | 50 - read readlines and other methods | 50 - read readlines and other methods |
54 | 51 - seek() and tell() functions | 51 - seek() and tell() functions |
55 | 52 - Lambda Functions | 52 - Lambda Functions |
56 | 52e. Pass functions as arguments | 52e. Pass functions as arguments |
57 | 53 - Map, Filter & Reduce | 53 - Map, Filter & Reduce |
58 | 54 - is vs == in Python | 54 - is vs == in Python |
59 | 55 -Exercise 5 (Snake Water Gun) | 55 -Exercise 5 (Snake Water Gun) |
60 | 56 - Intro to oops | 56 - Intro to oops |
61 | 57 - Classes and Objects | 57 - Classes and Objects |
62 | 58 - Constructors | 58 - Constructors |
63 | 58e. 'init()' - we don't need it | 58e. '__init__()' - we don't need it |
64 | 59 - Python Decorators | 59 - Python Decorators |
65 | 60 - Getters and Setters | 60 - Getters and Setters |
66 | 61 - Inheritance in Python | 61 - Inheritance in Python |
67 | 62 - Access Specifiers or Modifiers | 62 - Access Specifiers or Modifiers |
68 | 63 - Ex5 ~ Solution | 63 - Ex5 ~ Solution |
69 | 64 - Exercise 6 | 64 - Exercise 6 |
70 | 65 - Static Methods | 65 - Static Methods |
71 | 66 - Instance vs class variables | 66 - Instance vs class variables |
72 | 67 - Ex6 ~ solution | 67 - Ex6 ~ solution |
73 | 68 - Exercise 7 | 68 - Exercise 7 |
74 | 69 - Class methods | 69 - Class methods |
75 | 70 - Class methods as alternative constructors | 70 - Class methods as alternative constructors |
76 | 71 - dir(), dict & help() methods | 71 - dir(), __dict__ & help() methods |
77 | 72 - super keyword | 72 - super keyword |
78 | 73 - Magic or Dunder Methods | 73 - Magic or Dunder Methods |
79 | 74 - Method Overriding | 74 - Method Overriding |
80 | 75 - Ex7 ~ Solution | 75 - Ex7 ~ Solution |
81 | 76 - Exercise 8 | 76 - Exercise 8 |
82 | 77 - Operator Overloading | 77 - Operator Overloading |
83 | 100 - Conclusion | 100 - Conclusion |
84 | 78 - Single Inheritance | 78 - Single Inheritance |
85 | 79 - Multiple Inheritance | 79 - Multiple Inheritance |
86 | 80 - Multilevel Inheritance | 80 - Multilevel Inheritance |
87 | 81 - Hybrid and Hierarchical Inheritance | 81 - Hybrid and Hierarchical Inheritance |
88 | 82 - Ex8 ~ solution | 82 - Ex8 ~ solution |
89 | 83 - Exercise 9 | 83 - Exercise 9 |
90 | 84 - Time Module | 84 - Time Module |
91 | 85- Command Line Utility | 85- Command Line Utility |
92 | 86 - Walrus Operator | 86 - Walrus Operator |
93 | 87 - Shutli Module | 87 - Shutli Module |
94 | 88 - Ex9 ~ solution | 88 - Ex9 ~ solution |
95 | 89 - Requests Module | 89 - Requests Module |
96 | 90 - Exercise 10 | 90 - Exercise 10 |
97 | 91 - Generators in Python | 91 - Generators in Python |
98 | 92 - Function Caching | 92 - Function Caching |
99 | 93 - Exercise 10 ~ solution | 93 - Exercise 10 ~ solution |
100 | 94 - Exercise 11 ~ Drink Water Reminder | 94 - Exercise 11 ~ Drink Water Reminder |
101 | 95 - Regular Expressions | 95 - Regular Expressions |
102 | 96 - AsyncIO in Python | 96 - AsyncIO in Python |
103 | 97 - MultiThreading | 97 - MultiThreading |
104 | 98 - MultiProcessing in Python | 98 - MultiProcessing in Python |
105 | 99 - Exercise 11 ~ solution | 99 - Exercise 11 ~ solution |
106 | Md | Md |
107 | My Doubts | My Doubts |
108 | VS Code extensions | VS Code extensions |
109 | Vs code shortcuts | Vs code shortcuts |