Sunday, 17 November 2019

Python - super() Kudos - RAYMOND HETTINGER - Python Core dev Team




Its always a pleasure to read insights from the CORE developers of any Programming Language / Framework - one such is RAYMOND HETTINGER , i got introduced to his work reading the - PEP - 289 -- https://www.python.org/dev/peps/pep-0289/ ,

His excellent insights can be read here on his blog -- https://rhettinger.wordpress.com/

Totally liked the blog post about - super()
https://rhettinger.wordpress.com/2011/05/26/super-considered-super/

Further reading --- other sources with similar content --- or code examples --- 

https://github.com/django/django/blob/0b70985f42da7a8eb2e206e6780681b7849564ef/django/db/models/functions/text.py#L49

https://github.com/django/django/blob/0b70985f42da7a8eb2e206e6780681b7849564ef/django/db/models/functions/text.py#L21

https://realpython.com/python-super/

https://github.com/westernesque/a-history-of-birds/blob/e466240ad87b46bb2b164e42335720d3102d84b4/data/shaders/terrain_shader.py#L14

No comments:

Post a Comment