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.