# Functional Programming in Python: When and How to Use It This folder contains the sample code used in the RealPython tutorial [Functional Programming in Python: When and How to Use It](https://realpython.com/python-functional-programming/). ## Run the Scripts You can run the individual files as Python scripts: ```sh $ python file_name.py ``` You'll see some output printed to your terminal. For more context, please read the associated tutorial. ## About the Author Martin Breuss - Email: martin@realpython.com ## License Distributed under the MIT license. See ``LICENSE`` for more information.