pythonreference.com
search statements, functions, methods, exceptions*
hide categoriesdefine a function with arguments and a return value | |
define a function with arguments and no return value | |
define a function with keyword arguments | |
define a function with no arguments and no return values | |
define a function with return values and no arguments | |
from 'this' import 'that' | import individual variables from a module |
import | import a module |
import as | import a module under a different name |
isinstance() | check to see if an object is of a particular type |
raise | raise an exception |