a two-sheet field guide

Python from scratch

Sixteen bricks, plainly explained, each with an analogy you can actually picture. Start at sheet one and stack upward — everything else is just these, higher.

I
the foundations

Layer One

  • print()
  • variables
  • kinds of stuff
  • comments
  • if / else
  • for loops
  • functions
  • indentation
Open sheet one →
II
the next course

Layer Two

  • lists up close
  • dictionaries
  • f-strings
  • input()
  • while loops
  • import
  • try / except
  • files
Open sheet two →