Skip to main content Brad's PyNotes

Posts on Basics

  1. 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!