Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the computation of the Fibonacci sequence using Python, starting from defining the sequence and extending it with a loop to calculate the values. The instructor demonstrates the implementation step by step, including the use of lists and indexing to generate the sequence.