Introduction
Python from zero
()
Your first line of code
()
1. Python Basics
Variables
()
Numbers: Ints and floats
()
Strings
()
Using variables in strings
()
Booleans and if statements
()
Comparison and else
()
2. Project 1: Fortune Cookie
Picking random numbers
()
Choosing what fortune to show
()
3. Lists, Loops, and Dictionaries
Lists
()
Lists: Add, insert, delete
()
For loops
()
Dictionaries
()
4. Project 2: Lyrics Analyzer
Splitting a string
()
Counting the words
()
5. Functions and More
Functions
()
Parameters
()
Return
()
Comments
()
Input
()
6. Project 3: Number Guesser
Higher, lower, and polish
()
Game loop
()