filmov
tv
Lazy evaluation and generators in Python

Показать описание
In this video we look into the concept of lazy evaluation, and how it is implemented in python using generators. We take an example of generating Fibonacci series to understand the concept.