Python 3 - EdDoc

EdDoc home

Python 3 - EdDoc provides documentation for the Python 3 language in a form suitable for school students and new programmers.

Index:

Section Description
python The key words and operators available in Python.
built-in functions Functions available to you without the need to import any modules.
built-in modules Modules that require importing at the top of your script before they are available to use.
other modules Some useful modules that do not come in the standard Python install library. These modules need to first be installed in Python and then imported at the top of your script.