Functional Programming with Python
Offered By: LinkedIn Learning
Course Description
Overview
Write more readable, maintainable code by making the switch to functional programming. Learn about the key concepts of functional programming and how to apply them in Python.
Syllabus
Introduction
- A functional approach to transform code
- What you should know
- Installing Python
- The goal of functional programming
- Declarative versus imperative programming
- Immutability
- Separation of data and functions
- First-class functions
- Functions as data, part 1
- Functions as data, part 2
- Passing functions as arguments
- Returning functions
- Closure
- Higher-order functions
- Python: The functional parts
- Mapping
- Filtering
- Lambdas in Python
- List comprehensions in Python
- Reducing
- Combining list functions
- Challenge: Converting to list comprehensions
- Solution: Converting to list comprehensions
- Advanced functional concepts
- Partial application and currying
- Recursion
- Go further
Taught by
Shaun Wassell
Related Courses
程序设计实习 / Practice on ProgrammingPeking University via Coursera 程序设计基础
Peking University via edX 算法基础
Peking University via Coursera Principles of Computing (Part 2)
Rice University via Coursera 算法设计与分析 Design and Analysis of Algorithms
Peking University via Coursera