Python example projects These are a few example projects in Python. numbers = [1, 2, 3] for i in numbers: print i