Hacker News new | ask | show | jobs
by david_a_r_kemp 5290 days ago
__call__; __new__; __getattr__ and __getattribute__; and __metaclass__ - you can do some black magic in Python straight out of the box that takes a lot more work in statically typed languages.
1 comments

Those are used for hacking, though, or for more advanced usage. The syntax is to discourage trivial use.