Private attributes in Python (1)

Buy Me a Coffee☕*My post explains private attributes about variables, functions and classes and the variables, functions and classes in a function. Single leading underscore(_abc) can make the unfor...
0 Read More

Private attributes in Python (2)

Buy Me a Coffee☕*My post explains private attributes about the variables, methods and classes in a class.These below are the experiments using single, double and triple leading and trailing undersco...
0 Read More

What is "TypedDict" in Python

Introduction In Python, dictionaries are one of the most flexible and widely used data structures. However, they lack explicit structure, which can lead to bugs and hard-to-read code, especia...
0 Read More

Cool python syntax techniques

Did you ever do something that your friends saw and said "Wow, how did you know that?" Well, this blog aims to help you discovering (or getting a better understanding) of techniques that can level up ...
0 Read More