TIL Dunder methods in Python
TIL what git commit hash depend on.
TIL What’s the Meaning of Single and Double Underscores In Python?. Dunder methods (short for Double Underscore methods) - that’s funny. Dunder/Magic Methods in Python.
Form above learned what is wildcard import - from module import *
. Now I have a question how is it different from import module
.