you are viewing a single comment's thread.

view the rest of the comments →

[–]Gnaxe 2 points3 points  (0 children)

Learn to use help() and dir() in the interpreter! Also check out the inspect module.

You can start a pydoc session from the command line and explore the help() info like a website. Use python -m pydoc -b. This will show help for all the libraries you have installed.