Starting With Recursion in Python

Publicado el: 22 junio 2023
en el canal de: Real Python
1,583
69

If you’re familiar with functions in Python, then you know that it’s quite common for one function to call another. In Python, it’s also possible for a function to call itself! A function that calls itself is said to be recursive, and the technique of employing a recursive function is called recursion.

It may seem peculiar for a function to call itself, but many types of programming problems are best expressed recursively.

This is a portion of the complete course, which you can find here:
https://realpython.com/courses/python...

The rest of the course covers:
Tree traversal
File trees
Sorting algorithms
How quicksort implements recursion


En esta página del sitio puede ver el video en línea Starting With Recursion in Python de Duración hora minuto segunda en buena calidad , que subió el usuario Real Python 22 junio 2023, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 1,583 veces y le gustó 69 a los espectadores. Disfruta viendo!