Topic
Python
Materials found: 6
The while Loop in Python
In this post I explain the Python while loop, including break, continue, else, and nested loops.
The if Statement in Python
In this post I explain the Python if statement, indentation, elif, else, and logical operators.
Variables in Python
In this post I explain how variables work in Python and how names refer to objects.
Working with Strings in Python
In this post I explain quotes, escaping, concatenation, and repetition for Python strings.
Working with Numbers in Python
In this post I explain the main number types in Python and the basic arithmetic operators.
Installing Python
In this post I explain how to install Python and set up a working environment on your computer.