33mins read Introduction What are magic methods? They’re everything in object-oriented Python. They’re special methods that you can define to add “magic” […]
4mins read The purpose of this post is to discuss __new__ and __init__ methods in Python. The __new__ and __init__ methods behave differently between themselves and between the old-style […]