How to write a recursive function in Python and the characteristics of a recursive function are discussed. A recursive function that computes a number in the Fibonacci series is implemented in a Python script. The golden ratio of Fibonacci numbers is calculated.