Quick links from the Standard Library
- Operations on Booleans (
True
,False
) - Comparisons
- Operations on numbers (int,floats)
- Operations on sequences (strings, lists, tuples, … indexables), and also for mutable sequences
- Built-in functions
- Manipulating strings