Basic Concepts
Welcome to the Python basic concepts guide. This section covers variables, types, operators, and truthiness so you can build a strong foundation for the rest of the language.
Types and variables
Work through these topics in order to learn how Python stores values, classifies them, and evaluates expressions and conditions.