statements operators functions string methods set methods tuple methods dict methods file methods list methods exceptions exception types comprehensions multidimensionals os lambdas subprocess
Intro to Python

Session 1 Session 2 Session 3 Session 4 Session 5 Session 6 Session 7 Session 8 Session 9




pythonreference.com

search statements, functions, methods, exceptions*

hide categories

define 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