Functional Programming in Python
Author | : David Mertz |
Publisher | : |
Total Pages | : 48 |
Release | : 2018-02-23 |
ISBN-10 | : 1985826747 |
ISBN-13 | : 9781985826748 |
Rating | : 4/5 (748 Downloads) |
Download or read book Functional Programming in Python written by David Mertz and published by . This book was released on 2018-02-23 with total page 48 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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.