Download the latest Python 3 source. Read more. Alternative implementations. This site hosts the "traditional" implementation of Python (nicknamed CPython). A ...
# Python 3: List comprehensions >>> fruits = ['Banana', 'Apple', 'Lime ... # Python 3: Simple arithmetic >>> 1 / 2 0.5 >>> 2 ** 3 8 >>> 17 / 3 ...