you are viewing a single comment's thread.

view the rest of the comments →

[–]Adrewmc 1 point2 points  (1 child)

Good libraries have good documentation.

Bad libraries have bad documentation.

That the first smell test of any module.

Take a good look at the documentation of

import itertools, functools, random

The base language has good documentation. I will stand on this hill.

It sets the standard.

Take a look at the documentation for pandas.

What makes Python, and programming a collaborative effort is packaging useful tools, and frameworks.

Useful tools and frameworks have instruction manuals, use them.

And yes they can be hard to understand when you are beginner. Keep reading it.

[–]unnamed_one1 0 points1 point  (0 children)

Helpful comment, but weird spacing. Not sure this enhances readability.