Tag

first-class functions

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
May 20, 2022 · Fundamentals

Introduction to Functional Programming in Python

This article introduces Python's functional programming features, covering first‑class functions, callable objects, storing functions in data structures, higher‑order functions, nested functions, lambda expressions, and the use of map, filter, and reduce with clear code examples.

Functional ProgrammingHigher-order FunctionsMap
0 likes · 9 min read
Introduction to Functional Programming in Python
Python Programming Learning Circle
Python Programming Learning Circle
Oct 9, 2021 · Fundamentals

Introduction to Functional Programming in Python

This article provides a beginner-friendly overview of functional programming concepts in Python, covering first‑class functions, callable objects, higher‑order functions, lambda expressions, and the use of map, filter, and reduce with illustrative code examples.

Functional ProgrammingHigher-order FunctionsMap
0 likes · 10 min read
Introduction to Functional Programming in Python