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 see our video player troubleshooting guide to resolve the issue.
Generating the Fibonacci Sequence in Python
00:00 Generating the Fibonacci Sequence in Python.
00:05 Now that you know the basics of how to generate the Fibonacci sequence, it’s time to go deeper and explore further the different ways to implement the underlying algorithm in Python. In the following section, you’ll see how to implement an algorithm to generate the Fibonacci sequence using iteration. But first, you’ll take a look at a solution which uses object-oriented programming and recursion.
Become a Member to join the conversation.