Skip to main content

All Questions

-1votes
1answer
3kviews

Best practices for naming python utils / extending core modules?

So a lot of the time my utils end up with a structure that mirrors the core library. I might end up writing a multiline version of str.center, an itertools-y function that returns the first or last ...
Jesse's user avatar

close