Quick recall mode

Keywords first, details second.

Use this mode when you want memory triggers only: title, summary, tags, and bullet anchors without long answers getting in the way.

Clear

Results update as you type. Press / to jump straight into search.

Quick recall

374 cards

Python Easy Theory

Python operators overview

Python includes arithmetic, comparison, logical, membership, identity, bitwise, and assignment operators.

  • Operator families solve different problems
  • `is` is identity, `==` is equality
  • Bitwise operators are lower-level but still interview-relevant