"__new__" is awesome in Python

Опубликовано: 27 Июль 2026
на канале: Indently
43,905
1.2k

In today's video we're going to learn about "__new__" in Python, which is an awesome dunder method which always gets called before "__init__".

▶ Become job-ready with Python: https://www.indently.io
▶ Learn Rust with me:    / @rustfully  

00:00 Learning Python made simple
00:04 Intro
00:16 Basics
01:47 _new_ vs _init_
03:04 Common use cases
10:24 Returning the wrong type
11:50 Forgetting to return
12:41 Practical example
16:00 Performance impact
17:15 Summary