Email the Author
You can use this page to email Gábor Szabó about Functional Programming in Python.
About the Book
Functional Programming in Python
A Practical Guide to Writing Clean and Efficient Code
This book introduces functional programming concepts using Python, helping developers write clearer, more maintainable, and more predictable code.
You'll learn how to:
- Use core functional tools like
map()
,filter()
,reduce()
, and comprehensions - Work with immutable data and pure functions
- Apply modules like
functools
anditertools
effectively - Structure programs using a functional approach
- Improve testability and reduce side effects in your code
Whether you're looking to adopt a functional style for specific parts of your projects or gain a deeper understanding of programming paradigms, this book offers practical examples and explanations tailored to Python programmers.
Functional Programming in Python is ideal for developers with some Python experience who want to write more reliable and modular code.
About the Author
Gabor Szabo has been programming for more than 40 years in a number of languages and in various environments. He used to do DevOps before there was a name for it.
These days he usually helps companies improve their engineering practices by providing training, introducing test automation, CI, CD. Sometimes this includes building internal web sites. Gabor also loves explaining things and provides training to his clients.
He also has a number of websites. Each one using a different technology.
Gabor runs the Code Maven site and a number of its sub-site where he write about lots of different technologies such as Python, Rust, Git, Continuous Integration, etc.
Gabor has been writing Perl since 1995 and teaching it since 2000. He is the author of the Perl Maven site including the Perl Tutorial. He has taught web development with Perl Dancer many time including at Perl Conferences in Europe and USA. Gabor is the chief editor of the Perl Weekly newsletter.