Introduction
  • Web Based Python
  • Installing Python
  • Finding Resources for this Course
Fundamentals of Python
  • Your First Python Function: print()
  • Using Variables Effectively
  • Your First Data Type: Strings
  • More On Strings
  • Even More On Strings
  • More Data Types: Integers and Floats
  • Your Second Python Function: type()
  • The Input() Function
  • String Formatting Options
Challenge 1: Letter Counter App
  • Program Demonstration
  • Program Solution
Challenge 2: Miles Per Hour Converter
  • Program Demonstration
  • Program Solution
Challenge 3: Temperature Converter
  • Program Demonstration
  • Program Solution
Challenge 4: Right Triangle Solver
  • Program Demonstration
  • Program Solution
BONUS LECTURE
  • BONUS LECTURE