Recursion Functions| Meaning & Examples| Python Tutorial

Published: 04 July 2023
on channel: SmartSolutions
100
3

Python also accepts function recursion, which means a defined function can call itself.

Recursion is a common mathematical and programming concept. It means that a function calls itself. This has the benefit of meaning that you can loop through data to reach a result.

The developer should be very careful with recursion as it can be quite easy to slip into writing a function which never terminates, or one that uses excess amounts of memory or processor power. However, when written correctly recursion can be a very efficient and mathematically-elegant approach to programming.


Watch video Recursion Functions| Meaning & Examples| Python Tutorial online without registration, duration hours minute second in high quality. This video was added by user SmartSolutions 04 July 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 100 once and liked it 3 people.