Brett Cannon

Brett Cannon

Customizing class creation in Python

When one thinks of ways of customizing classes at creation time, people probably typically think of metaclasses [https://docs.python.org/3/reference/datamodel.html#metaclasses] and class decorators [https://docs.python.org/

My experience with type hints and mypy

The CLA bot for the PSF [https://github.com/python/the-knights-who-say-ni] is designed defensively because if the bot accidentally lets a pull request through from someone that has not signed the CLA that

Looking for commonality among HTTP request APIs

It all started when ... While developing the CLA bot for Python [https://github.com/python/the-knights-who-say-ni] I realized this might not be the last bot I or anyone else may have to write

© 2013 Brett Cannon