Mastodon Feed: Post

Mastodon Feed

Boosted by glyph ("Glyph"):
normplum@fosstodon.org ("Norm") wrote:

Today I learnt (realised) that #Python's `json.loads()` and `json.dumps()` functions aren't plural versions of `json.load()` and `json.dump()`. The `s` stands for `string` (since they read/write from strings instead of files).

#TIL #programming