Course Overview
  • Course Introduction
  • Apollo 11.py demo
  • Exercise Files
Python Setup
  • Installing Python 3 IDLE
  • IDLE setup
Objects and data structures
  • Lecture: Data Types
  • Formatting Outputs demo
  • Download Exercise Files
  • Variables: AvgGrade.py demo
  • Numbers: WageCalc.py demo
  • Tips
  • First Program challenge
  • Solution: BusFare.py demo
  • Quiz#1
  • Add New features
  • Lecture: Getting String data from the user
  • Input: Responding to Python Shell
  • If Statements :Swordfish.py demo
  • Comparison operators: ColorMixer.py demo
  • Quiz#2
  • Lecture: Getting Numerical data from the user
  • While loop: Textbook.py demo
  • Quiz SalesTax: Second Program Challenge
  • Solution SalesTax.py demo
  • For loop: CoffeeShop.py demo
  • range(): GuessGame.py demo
  • Quiz#3
Up Next
  • What's Next