The use of inner functions in Python is a powerful tool allowing you to better encapsulate your code, create closures, and write decorators.
In this course, you learned how to:
- Define inner functions
- Use inner functions as helper functions
- Build function closures
- Use captured variables in a closure
- Use captured data functions in a closure
- Work with decorators
Congratulations, you made it to the end of the course! What’s your #1 takeaway or favorite thing you learned? How are you going to put your newfound skills to use? Leave a comment in the discussion section and let us know.
g2sgautam on June 29, 2021
Excellent course !!