Python Forum

Full Version: python documentation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
The online documentation is really not that hard to figure out. Go to the documentation, then click on the link for the standard library. At the top are the built-ins (functions, constants, types, and exceptions), followed by the base modules categorized by type. If you're having trouble finding a module, just use find in your browser.
i think the real disaster is that people are not so willing to get started in Python with just a subset of the language and learn more as they go.
Pages: 1 2