Hands-On Intro to Python
1.0
Introduction
Install Python
The Basics
Your Turn: REPL π
Strings
Your Turn: Strings π
Variables
Your Turn: Variables π
String Formatting with F-Strings
Scripts
Your Turn: Scripts π
Input
Your Turn: Input π
Conditionals
Lists
Loops and Files
Bonus
Hands-On Intro to Python
Docs
»
Introduction
Introduction
ΒΆ
Install Python
Text Editor
Windows
Mac
Linux
The Basics
REPL
Arithmetic
Your Turn: REPL π
REPL Exercises
Strings
Your Turn: Strings π
String Exercises
Variables
Your Turn: Variables π
Variable Exercises
String Formatting with F-Strings
Scripts
Command-Line Scripts
Your Turn: Scripts π
Script Exercises
Input
Your Turn: Input π
Input Exercises