Python If, Elif and Else Statements
How conditions work in Python: comparison operators, elif chains, and, or, not, truthiness, and why indentation decides what runs.
Try: python lists, javascript functions, syntax error, first project
Plain-English Python guides, from installing it to writing small programs that do real work. Short examples you can copy, run and change.
30 guides
How conditions work in Python: comparison operators, elif chains, and, or, not, truthiness, and why indentation decides what runs.
Strings, integers, floats, booleans, lists, dictionaries and None — what each is for, how to convert between them, and how to check…
How variables work in Python: creating them, naming rules, multiple assignment, and the mutable-versus-immutable behaviour that surprises beginners.
Write, save and run your first Python program, then extend it. Every line explained, plus the three errors beginners hit in the…
Step-by-step Python installation for Windows, macOS and Linux, plus how to confirm it worked and fix the "python is not recognised" error.
Everything you need to begin with Python: what it is good at, how to install it, your first program, the core syntax,…
Related topics
The fastest way to improve is to read one guide, then build the thing it describes. Start with the basics, or jump straight to a project.