Fluent interfaces in Python
July 2, 2019
One of the lesser known techniques when designing APIs in Python is the concept of the fluent interface. Fluent interfaces help the user of your API to work with an object and itβs methods in a more concise manner and can therefore make your API simpler and more desirable to use.
...
Read more