25.8.0
This website uses cookies to ensure you get the best experience on our website. Learn more

Functions in Python: Gaining a Deeper Understanding of Python Functions

Richmond Chin Peng Goh

Skillsoft issued completion badges are earned based on viewing the percentage required or receiving a passing score when assessment is required. This 13-video course offers learners an in-depth exploration of Python functions, by focusing on nuances such as argument passing by value and reference, and local and global variables. In this course, you will examine how functions are first-class citizens in Python, as with other data types. You will examine how Python allows functions to be stored in variables, passed into other functions as arguments, and returned from functions as return values. Next, you will learn how to identify and apply differences between parsing arguments by value and reference. Examine how Python treats functions on par with other data types, a key attribute of a program seeking to support the functional programming paradigm; and learn how to work with use and throw functions by using lam das. This course then covers how lightweight functions for one-off use called lambda functions or anonymous functions play an important role in keeping Python code both succinct and readable. Finally, you will learn how to appropriately choose between local and global variables for use in your program.

Issued on

June 18, 2020

Expires on

Does not expire