/functional_python

Examples how to do functional programming with Python

Primary LanguagePythonApache License 2.0Apache-2.0

Functional python examples (Python 3.6)

Purpose of this repository is to collect different kinds of small application that show how to use Python for functional programming. Python isn't a pure functional language, but it has tools good enough for functional programming. The main benefit of functional approach is to provide the right mindset for writing better code.