How to manage flexible lists and use immutable tuples
Python 101 - 7: Functions
How to organize your code into reusable blocks using functions, parameters, and return values.
Python 101 - 6: If, Else, and Match
Making decisions with If/Else statements and the modern Match/Case syntax.
Python 101 - 5: Booleans and Logic
Understanding True/False values, comparison operators, and how Python evaluates truthiness.
Python 101 - 4: Escaping and Advanced F-Strings
How to handle special characters and format numbers.
Python 101 - 3: Working with Text (Strings)
How to store, combine, and slice text in Python.
Python 101 - 2: Arithmetic
How to handle math, update variables, and some basic types.
Python 101 - 1: Variables, print(), and Comments
How to name variables, display them, and write notes.
Navigation
Page 3 of 3