Python with Context Manager2024-03-15 06:43·170 words·1 minPosts YT Essential 101 pythonUsing Context Manager as an essential coding practice in Python.
Comprehension in Python2024-02-16 12:12·361 words·2 minsPosts 101 oneliner pythonList and Dict comprehension in Python.
Module vs Package vs Library2024-01-27 18:08·53 words·1 minPosts 101 pythonQuick differences among a module, a package, and libary in Python.
Passkeys 1012024-01-04 17:58·688 words·4 minsPosts 101 passkeys passwordlessThere is nothing to be phished if you don’t use password at all.
Python Package2023-12-26 09:55·223 words·2 minsPosts Essential 101 pythonFundamental building block for Python package.