This is probably on me being a newbie and not knowing where to look, but I feel like if I go "hm, I want to know what the methods are for Python's dicts", the official docs should be not just easy to find, but the first search result

Instead I get a bunch of "programming tutorial" sites which obviously aren't going to document the complete API because it's not their job

And... this? docs.python.org/3/c-api/dict.h

Kaito / Katie Sinclaire @KS

@socks The python docs are _really_ bad about this, mostly because all the types are together in the same "built in types" page in the actual manual

You probably want: docs.python.org/3/library/stdt

· Web · 0 · 1

@KS Wow yeah that's hard to find. Thank you!