Table of Contents

About

The Functional Programming - Map implementation in Python.

Map transforms a series of elements by applying a function individually to each element in the series. It then returns the series of transformed elements.

For the map structure, see Python - (Dictionary|Map)