top of page
Profile
Join date: Jan 7, 2023
Posts (4)
Feb 18, 2023 ∙ 3 min
9 things to know to Master List Comprehension in Python
List comprehension offers a shorter syntax when you want to create a new list based on the values of an existing list. A pair of square...
266
0
5
Jan 29, 2023 ∙ 1 min
Property Decorators - Setters, Getters, and Deleters
How to define a property in python?
@property decorator will define a setter, getter, and deleter methods.
137
0
4
Jan 22, 2023 ∙ 1 min
Observer vs Pub/Sub Pattern
publisher-subscriber is a pattern used to communicate messages between different system components.
99
0
5
Learner Landmark
Admin
Full Stack Engineer
More actions
bottom of page