Python-Basics Some basic programs in Python - Hobby! Version: 2.7 IDE: PyScripter The following are the programs: Fibonacci_generator.py: To demonstrate how generators work in Python. Fibonacci numbers are printed using generators.