Articles and tutorials on the concept of metaprogramming

2 1,356 170
articles words lines of code

The dunder method __new__ is used to customise object creation and is a core stepping stone in understanding metaprogramming in Python.