[Python-ideas] add fluent operator to everything

Dan Sommers 2QdxY4RzWzUUiLuE at potatochowder.com
Wed Feb 20 09:14:33 EST 2019


On 2/20/19 1:58 AM, Jimmy Girardet wrote:

> You're right on it. The str class is a  straightforward swiss army knife
> with methods you can chain. list or dict do not fit this idea.

Python strings are immutable.  Python lists and dicts are
not.  Both classes are straightforward.


More information about the Python-ideas mailing list