In Python def is short for define.
Python allows for creation of functions and the syntax for starting function blocks begins with def.
Example:
def myFunction ():
More detailed information and examples: http://anh.cs.luc.edu/python/hands-on/3.1/handsonHtml/functions.html