|
85 | 85 | * Data Types: Tuples
|
86 | 86 | * Data Types: Tuples - Error while trying to mutate or modify
|
87 | 87 | * Data Types: Tuples as data type for multiple return values from functions
|
| 88 | +* Data Types: Strings behaviour as lists |
| 89 | +* Data Types: Strings - Immutability |
88 | 90 | * Data Types: Named Tuple
|
89 | 91 |
|
90 | 92 |
|
91 | 93 | #### Data Types: Strings, Integers
|
| 94 | +* Data Types: Strings |
92 | 95 | * Data Types: String Methods
|
93 | 96 | * Data Types: Strings - Strings as lists
|
94 | 97 | * Data Types: Strings - Immutability
|
95 |
| -* Data Types: Strings - Immutability |
96 |
| -* Data Types: Strings behaviour as lists |
97 |
| -* Data Types: Strings |
98 | 98 | * Data Types: Integers
|
99 | 99 | * Data Types: Integers Methods
|
100 |
| - |
| 100 | +* Data Types: Complex |
| 101 | +* Data Types: Complex Methods |
101 | 102 |
|
102 | 103 | #### Data Types: Dictionaries
|
103 | 104 | * Data Types: Dictionaries
|
|
116 | 117 |
|
117 | 118 | #### Data Types: Sets
|
118 | 119 | * Data Types: Sets
|
119 |
| -* Data Types: Sets manipulation |
120 |
| - |
| 120 | +* Data Types: Sets manipulation and Methods |
| 121 | +* Data Types: FrozenSets |
| 122 | +* Data Types: FrozenSets Methods |
121 | 123 |
|
122 | 124 | #### Data Types: Arrays, Others
|
123 | 125 | * Data Types: Array (not inbuilt type)
|
|
130 | 132 |
|
131 | 133 | #### Classes and OOPs
|
132 | 134 | * Classes and OOPs: Classes Intro
|
133 |
| -* Classes and OOPs: Iteration of objects |
| 135 | +* Classes and OOPs: Constructor \_\_init__ usage |
134 | 136 | * Classes and OOPs: Class Object Life Cycle
|
135 |
| -* Classes and OOPs: Class Descriptors gets, sets |
136 | 137 | * Classes and OOPs: Python Context - property, attribute difference
|
137 |
| -* Classes and OOPs: Constructor \_\_init__ usage |
138 |
| -* Classes and OOPs: Polymorphism Concept |
| 138 | +* Classes and OOPs: Class Descriptors gets, sets |
139 | 139 | * Classes and OOPs: Constructor \_\_init__ usage
|
140 | 140 | * Classes and OOPs: Inheritance, isinstance, issubclass
|
141 |
| -* Classes and OOPs: Overwriting, Overiding, Overloading |
142 |
| -* Classes and OOPs: Private attribute access |
| 141 | +* Classes and OOPs: Polymorphism Concept |
143 | 142 | * Classes and OOPs: Multiple Inheritance
|
144 | 143 | * Classes and OOPs: Multiple Inheritance - super() usage
|
145 | 144 | * Classes and OOPs: Multiple Inheritance Parent classes instantiation
|
| 145 | +* Classes and OOPs: Private attribute access |
| 146 | +* Classes and OOPs: Overwriting, Overiding, Overloading |
146 | 147 | * Classes and OOPs: Classes as Objects
|
| 148 | +* Classes and OOPs: Iteration of objects |
147 | 149 | * Classes and OOPs: @dataclass usage for interfaces mock
|
148 | 150 | * Classes and OOPs: Static Classes and Methods
|
149 | 151 | * Classes and OOPs: Abstract Classes
|
|
0 commit comments