Introduction
Python from zero
()
Your first line of code
()
1. Python Basics
CoderPad intro video
()
Solution: Odd or even
()
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
Solution: Sum of all evens
()
Lists
()
Lists: Add, insert, delete
()
For loops
()
Dictionaries
()
4. Project 2: Lyrics Analyzer
Splitting a string
()
Counting the words
()
5. Functions and More
Solution: Is there a remainder?
()
Functions
()
Parameters
()
Return
()
Comments
()
Input
()
6. Project 3: Number Guesser
Game loop
()
Higher, lower, and polish
()