Functional Programming HOWTO
docs.python.org·18w·
Discuss: Lobsters
🔧Functional Programming
Preview
Report Post

Author: A. M. Kuchling

Release: 0.32

In this document, we’ll take a tour of Python’s features suitable for implementing programs in a functional style. After an introduction to the concepts of functional programming, we’ll look at language features such as iterators and generators and relevant library modules such as itertools and functools.

Introduction

Similar Posts

Loading similar posts...