Informal Intro Tutorial
TL;DR
Python’s interactive interpreter lets you experiment immediately with numbers, strings, and lists using intuitive syntax and meaningful indentation.
Interesting!
Python uses indentation instead of braces to define code blocks - making the visual structure of your code match its logical structure!