Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

This lesson is for members only. Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

Hint: You can adjust the default video playback speed in your account settings.
Hint: You can set your subtitle preferences in your account settings.
Sorry! Looks like there’s an issue with video playback 🙁 This might be due to a temporary outage or because of a configuration issue with your browser. Please refer to our video player troubleshooting guide for assistance.

Exploring the Fibonacci Sequence With Python (Summary)

The Fibonacci sequence can help you improve your understanding of recursion. In this video course, you’ve learned what the Fibonacci sequence is. You’ve also learned about some common algorithms to generate the sequence and how to translate them into Python code.

The Fibonacci sequence can be an excellent springboard and entry point into the world of recursion, which is a fundamental skill to have as a programmer.

In this course, you’ve learned how to:

  • Generate the Fibonacci sequence using a recursive algorithm
  • Optimize your recursive Fibonacci algorithm using memoization
  • Generate the Fibonacci sequence using an iterative algorithm

For more information on concepts covered in this course, you can check out:

Download

Sample Code (.zip)

2.4 KB
Download

Course Slides (.pdf)

9.4 MB

Become a Member to join the conversation.