Please don't follow this advice! The best thing about old school Python was that I could reliably pull up the documentation for a library and it would clearly list the arguments and return values for each function. Now when I look at the documentation for many JavaScript, and even Python, libraries it's just examples. That's great if I'm trying to just throw something together as quickly as possible, but not if I nee…
The annoying part about Python is that searching for the python docs is hard. E.g. "Python rstrip" (without quotes) in DuckDuckGo does not lead me to the Python docs on page 1.
Am I uncommon in that I search for the website/domain I intend to read first and then look for the specific page?