HAPPY BOOKSGIVING
Use code BOOKSGIVING during checkout to save 40%-55% on books and eBooks. Shop now.
Register your product to gain access to bonus material or receive a coupon.
Accessible from your Account page after purchase. Requires the free QuickTime Player software.
Videos can be viewed on: Windows 8, Windows XP, Vista, 7, and all versions of Macintosh OS X including the iPad, and other platforms that support the industry standard h.264 video codec.
Creating and calling functions were briefly introduced back in an earlier lesson, so the goal of this lesson is to fill in more of the gaps as well as introducing other features of functions and functional programming found in Python. In particular, a good amount of time is spent on features that focus on functions arguments/parameters, i.e., keyword arguments, default values, return values, calling convention applicability in Python, etc. The remainder of the lesson covers variable scope, namespaces, functional programmings, anonymous functions, variable arguments, and finally, argument grouping.