Python
Materials found: 6
The while Loop in Python
How does a Python while loop work—and how do you stop or skip iterations? Learn break, continue, else clauses, and nested loops.
The if Statement in Python
How do conditionals work in Python? Learn if, elif, and else syntax, indentation, nested conditions, the ternary operator, and logical operators.
Variables in Python
What does a Python variable actually store? Learn naming rules, data types, object references, multiple assignment, and value swapping.
Working with Strings in Python
How do Python strings handle quotes and special characters? Learn single and double quotes, escaping, concatenation, and repetition.
Working with Numbers in Python
Which number types does Python support, and how do arithmetic operators behave? Learn int, float, and complex literals plus the basic operations.
Installing Python
How do you install Python and verify it works? Follow the download, setup, PATH configuration, and version check needed for a working environment.