From the course: Functional Programming with Python

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Go further

Go further - Python Tutorial

From the course: Functional Programming with Python

Start my 1-month free trial

Go further

- [Shaun] So we've covered a lot of topics in this course. We started of with the basic concepts of functional programming and how it compares to object-oriented programming. And then moved on to first-class functions and how to work with them in Python. After that, we saw how functional programming makes working with data structures very straightforward. Followed by an introduction to the advanced concepts of recursion and partial application. Now that you've gotten a solid introduction to the world of functional programming, you might be wondering where to go next. And there are several things that I would recommend here. First and foremost, I'd recommend that you start trying to apply functional programming concepts in your own code. You'll be amazed at how quickly you'll get the hang of it and how much the quality of your code improves once you start doing this. If you're looking for any books, I'd highly recommend…

Contents