Introduction to Programming with Python: Lambda Functions and Map, Filter, Reduce

Опубликовано: 23 Октябрь 2024
на канале: Gina Sprint
134
10

This video provides an introduction to lambda functions in Python. Specifically, it covers:
-Reviewing what a function and how a function refers to an object
-What a lambda function is and why you would use one
-Lambda function syntax
-Several examples of lambda functions, including map, filter, and reduce
-Practice problems!!

This video is the seventeenth video in a multi-part series on getting started with the Python programming language. Next video in the series:    • How to Web Scrape using Python and Be...  

Source code on Github: https://github.com/gsprint23/Python-D...