Mastodon Feed: Post

Mastodon Feed

isagalaev ("Ivan Sagalaev :flag_wbw:") wrote:

Just stumbled upon an excellent example of #Python not living up to its "one obvious way to do it" maxima:

- os.listdir
- os.scandir
- os.walk
- Path.glob

So I guess Pythonistas don't have the right to laugh at #Rust for having 4 ways to convert a string slice to a string.